On Dec 21, 2006, at 2:08 AM, Niel Drummond wrote:
robert delius royar wrote:
Assuming that the executable is /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm do mv /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm \ /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Then make an executable file named /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm such as
#!/bin/sh
export DYLD_FRAMEWORK_PATH=/Applications/DarwinPorts/iTerm.app/ Contents/Frameworks exec /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Something similar is how I get Safari to run with Webkit nightly builds. nice... a bit ugly but should work -- would this sort of fix be integrated into darwinports?
It could be (if necessary), but I don't know if that's needed for everyone who has build iTerm, or just you ;-) (since I haven't heard anyone complain of it before). If it's a build problem that effects everyone, then the better solution would be to get it fixed upstream, though. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+