Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

OSX 10.7 Crash #67

Open
bceverly opened this issue Jul 7, 2011 · 18 comments
Open

OSX 10.7 Crash #67

bceverly opened this issue Jul 7, 2011 · 18 comments

Comments

@bceverly
Copy link

bceverly commented Jul 7, 2011

The prefpane crashes under the GM of Lion for what it's worth...

@alloy
Copy link
Contributor

alloy commented Jul 9, 2011

Did you build from the current master branch? Or are you using a release version? (e.g. v1.3) Because the former is known to build on older Lion previews, the latter is not supported on Lion.

@agiletortoise
Copy link

Can you provide a build of the current Master, or instructions to do the build properly? I'm not a Mac dev, I've got the project up in Xcode 4.1, but am not sure how to get a build of the prefPane that I can actually install.

@eric
Copy link

eric commented Jul 21, 2011

I'd be interesting in how to build it as well.

@joris
Copy link

joris commented Jul 21, 2011

Could you just update the stable version that's on your website?

@Manfred
Copy link
Member

Manfred commented Jul 21, 2011

Yes, but the rewrite of the Passenger Pane is kinda alpha right now. We will try to release a beta version soon.

@joris
Copy link

joris commented Jul 21, 2011

okido!

@agiletortoise
Copy link

I cloned master, opened the project in Xcode 4.1/Lion, let Xcode update the targets (automatically), did build and am using the "ppain" command line tool without issue now, FYI. I did like having the prefPane though.

@eric
Copy link

eric commented Jul 21, 2011

I found running xcodebuild on the command line built the prefpane for me.

@cthree
Copy link

cthree commented Jul 24, 2011

clone it, cd to it, run xcodebuild in it, open it/build/Release folder with finder, double click Passenger.prefPane and you're set. Worked for me without a hitch.

@Bhuwan
Copy link

Bhuwan commented Jul 25, 2011

Same issue here. Building locally not working either.

@Preacher
Copy link

Thanks @cthree.

@jeffpoulton
Copy link

I'm trying to build against master on a clean Lion install. I'm getting this error, both from within xcode and on the command line as eric suggested. Any ideas?

error: can't exec '/Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/LLVM GCC 4.2.xcplugin/Contents/Resources/gcc-4.2' (No such file or directory)

@Phiction
Copy link

@cthree /cheers

@kellym
Copy link

kellym commented Aug 17, 2011

@jeffpoulton i had the same issue. for some reason the compiler didn't get a symlink in that folder... i just ran this in my terminal and retried the build, it worked fine:

ln -s /Developer/usr/bin/gcc-4.2 /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/LLVM\ GCC\ 4.2.xcplugin/Contents/Resources/

@jeffpoulton
Copy link

@kellym, thx...worked as prescribed!

@twestonkendall
Copy link

thanks @cthree

@drnic
Copy link

drnic commented Oct 4, 2011

Will there be a 1.4 release that works for Lion?

@Manfred
Copy link
Member

Manfred commented Oct 18, 2011

Yes, but unfortunately Eloy and I are very busy and we haven't found the time to fix some visual problems related to the view with the hostnames.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests