tom sgouros wrote:
[]
Looking into the log, I see that uic reports many errors like this:

  uic: cannot load image file images/designer_adjustsize.png

Yes, that's the one.
[]
The error is apparently issued by a failure in QImage::load, which I
have no idea how to find.  But I did notice that the linking of
libqt-mt.3.dylib had a bunch of warnings:
[]
  ld: warning multiple definitions of symbol _dladdr
  /sw/lib/libdl.dylib(dlfcn.o) definition of _dladdr
  /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) definition of _dladdr

While these are only warnings and shouldn't be harmful, they show one odd thing: You have /sw/lib/libdl.dylib on your system. Look with "dpkg -S libdl.dylib" where this comes from; it must be some dlcompat package. These were already obsolete on 10.3 and don't exist for 10.4, so they must be left over from an older installation. I could well imagine that there is some incompatibility there that obstructs the correct working of uic. Note that uic does not crash, it is even able to talk; it just doesn't want to load those png files.

It would be worth while to look if you have some other really old leftovers from earlier Fink installations and try if removing them improves things.

--
Martin




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to