Kyle Skrinak wrote: > I am trying to compile "taskjuggler" (outside of fink) but relying on > fink's KDE suite of stuff. During compile, I see errors on libjpeg > (installed via fink) > > dyld: Symbol not found: __cg_jpeg_resync_to_restart > Referenced from: > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO > Expected in: /sw/lib/libJPEG.dylib > > (the errors accumulate from there) > > What do I do to fix this?
You can also remove Fink's libjpeg package which contains /sw/lib/libjpeg.dylib. It is a package that is needed only at compile-time, as opposed to the libjpeg-bin and libjpeg-shlibs packages which may be needed by other packages at runtime. Another possibility is to work on a case-sensitive file system, so that even Apple's stupid dynamic linker will not make the mistake to confuse /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib with /sw/lib/libjpeg.dylib. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
