|
From: Steven V. <is...@ma...> - 2005-07-13 14:09:46
|
Hi, Op 13-jul-05 om 5:27 heeft que...@li... het volgende geschreven: > > That 1.0.0 suggests that you linked against a different copy of Quesa > than the one you ran with. See if you have some old copy of Quesa > floating around, say in /Library/Frameworks or ~/Library/Frameworks. > -- > James W. Walker, ScriptPerfection Enterprises, Inc. > <http://www.write-brain.com/> > I have fixed the issue now, but really this is still a fault that lies at quesa. The framework needs to have the following changes: For Target Quesa: Installation Path @executable_path/../Frameworks/ Instead of $(HOME)/Library/Frameworks // <-- this caused the error Other Linker Flags -seg1addr 0x12000000 This is required for prebinding. This causes prebinding for me but depending on what you link quesa against this might not work. Also all the quesa headers need to have their roles set to public. And of course it would be nice if all properties were set; like version to 1.7 and identifier to com.Company.Quesa or something. This would save me an hour every time I download Quesa from CVS. Steven Verstoep www.revaro.net |