http://bugs.winehq.org/show_bug.cgi?id=15240
Andreas Kemkes a5sk4s@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #4 from Andreas Kemkes a5sk4s@yahoo.com 2008-09-11 18:55:43 --- I've been able to bring the system up and running - not sure what change made it work - it likely was a path issue:
- installed missing libjpeg tar -xzf jpegsrc.v6b.tar.gz cd jpeg-6b cp /usr/share/libtool/config.* . curl -o ltconfig http://www.finkproject.org/files/ltconfig curl -o ltmain.sh http://www.finkproject.org/files/ltmain.sh ./configure –enable-shared –enable-static
- added CPPFLAGS=-I/opt/local/include and LIBRARY_PATH=/opt/local/lib to pick up libpng
- installed upgraded fontforge due to
../tools/sfnt2fnt -o coue1255.fon -d 128 ./courier.ttf 13,1255,8 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: /opt/local/lib/libJPEG.dylib
make[1]: *** [coue1255.fon] Trace/BPT trap make: *** [fonts] Error 2
- copied libJPEG, libGIF, libTIFF, and libPNG from /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Resources to /opt/local/lib
This or the fontforge change fixed the symbol not found issue above - there were others pertaining to GIF, TIFF, and PNG as well.