On 6/3/07, Kyle Skrinak <[EMAIL PROTECTED]> 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? > > TIA > > The really annoying part is that Apple's libJPEG isn't actually similar to libjpeg, if I recall correctly.
One thing to try would be to see if the package configuration accepts a definite path for libjpeg (e.g. something like --with-jpeg= ) rather than attempting to autodetect it. -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- 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
