Brian O'Keefe wrote:

Hello all,
I again tried to update qt3 to version 3.3.3-26 and got the same errors at the end:


 qInitImages_designercore()
 make[3]: *** [../../../lib/libdesignercore.1.0.0.dylib] Error 1
 make[2]: *** [sub-designer] Error 2
 make[1]: *** [sub-designer] Error 2
 make: *** [sub-tools] Error 2
 ### execution of /var/tmp/tmp.2.g4PGQ0 failed, exit code 2
 Failed: compiling qt3-3.2.3-23 failed

I also got the gcc and Xcode 1.5 warning at the beginning of the attempt. Is there a possible connection here?

I don't think so. qt3 builds fine with Xcode-1.5. The error you are seeing is a followup of an error much earlier in the compilation which is not so easy to spot, in general. It usually has something to do with a broken library that the newly built executable "uic" is linking to. It could be an old version of /sw/lib/libqt-mt.3.dylib, but you excluded this by removing all qt3 packages. Another possibility is some cruft in /usr/local. Did you try to move the whole /usr/local directory out of the way while compiling qt3?


--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to