Fingertips / passengerpane

A Mac OS X preference pane for easily configuring Rails applications with Passenger.
http://www.fngtps.com/2008/06/putting-the-pane-back-into-deployment
Other
593 stars 42 forks source link

OSX 10.7 Crash #67

Open bceverly opened 13 years ago

bceverly commented 13 years ago

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

alloy commented 13 years ago

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 commented 13 years ago

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 commented 13 years ago

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

joris commented 13 years ago

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

Manfred commented 13 years ago

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

joris commented 13 years ago

okido!

agiletortoise commented 13 years ago

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 commented 13 years ago

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

cthree commented 13 years ago

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 commented 13 years ago

Same issue here. Building locally not working either.

Preacher commented 13 years ago

Thanks @cthree.

jeffpoulton commented 13 years ago

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 commented 13 years ago

@cthree /cheers

kellym commented 13 years ago

@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 commented 13 years ago

@kellym, thx...worked as prescribed!

twestonkendall commented 12 years ago

thanks @cthree

drnic commented 12 years ago

Will there be a 1.4 release that works for Lion?

Manfred commented 12 years ago

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.