I encountered this error when building sip-snapshot-20031226

c++: -install_name only allowed with -dynamiclib

I removed the -install_name $(TARGET) from the Makefile(line 11)
in the siplib directory and the build proceeded and installed OK

was;            LFLAGS = -bundle -install_name $(TARGET) -framework Python
now:            LFLAGS = -bundle -framework Python

hope you had some time to enjoy the holidays

Michael


On Dec 23, 2003, at 3:23 AM, Phil Thompson wrote:


On Thursday 18 December 2003 9:48 pm, michael ferraro wrote:
sorry i didn't get to try this until today.
previous snapshots still build.


[Wheezer:/Developer/sip-snapshot-20031216] mef% python configure.py Error: /Developer/qt/mkspecs/default/qmake.conf: macro '{LITERAL_WHITESPACE}' is not defined. [Wheezer:/Developer/sip-snapshot-20031216] mef%

Should be fixed in tonight's SIP v4 snapshot. This wasn't a simple change, so
I've probably broken something else :)


Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to