Carol Kankelborg wrote: [] > Isidore-cckborg $ otool -L /sw/lib/libqt-mt.3.dylib > /sw/lib/libqt-mt.3.dylib: > /sw/lib/libqt-mt.3.dylib (compatibility version 3.3.0, current > version 3.3.3) [] > /usr/X11R6/lib/libfreetype.6.dylib (compatibility version 6.2.0, > current version 6.2.0)
This is somewhat at odds with the error message you had: > /sw/lib/libqt-mt.3.dylib undefined reference to _FT_Access_Frame > expected to be defined in /sw/lib/libfreetype.6.dylib You don't have an environment variable DYLD_LIBRARY_PATH=/sw/lib or something? If not, you might need to rebuild qt3. I don't know why scribus-1.2.1 is suddenly unearthing these problem, though. -- Martin
