http://bugs.winehq.org/show_bug.cgi?id=15240
Summary: Winecfg fails after make install on Mac OS X 10.5.4 Product: Wine Version: 1.1.4 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: a5sk4s@yahoo.com
Steps to reproduce:
./configure make depend && make sudo make install winecfg
Please see http://forum.winehq.org/viewtopic.php?t=2289 for further details (e.g., log).
I had a binary distribution of 1.0 installed, but removed all known parts of it (as per /www.kronenberg.org/darwine/): - /Applications/Darwine - ~/.wine - ~/Library/Preferences/org.wine.winehelper.plist
http://bugs.winehq.org/show_bug.cgi?id=15240
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-11 10:28:23 --- Not major.
http://bugs.winehq.org/show_bug.cgi?id=15240
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-11 10:41:18 --- Can you attach the output of /.configure --verbose
http://bugs.winehq.org/show_bug.cgi?id=15240
--- Comment #3 from Andreas Kemkes a5sk4s@yahoo.com 2008-09-11 12:56:41 --- Created an attachment (id=16023) --> (http://bugs.winehq.org/attachment.cgi?id=16023) configure --verbose
I am also trying to solve the other config issues (e.g., missing libpng). It's on the system and was installed under /opt/local/lib as part of gimp, I believe:
$ sudo port install libpng Password: Skipping org.macports.activate (libpng ) since this port is already active ---> Cleaning libpng
What do I need to do to have configure recognize it? It's been a while since I went through shell scripts.
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.
http://bugs.winehq.org/show_bug.cgi?id=15240
--- Comment #5 from Andreas Kemkes a5sk4s@yahoo.com 2008-09-11 22:46:42 ---
- copied libJPEG, libGIF, libTIFF, and libPNG from
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Resources to /opt/local/lib
This messed up several programms installed with macports.
http://bugs.winehq.org/show_bug.cgi?id=15240
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-12 01:32:27 --- Since that's not a Wine bug from the start this bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=15240
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-12 01:32:40 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15240
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC
http://bugs.winehq.org/show_bug.cgi?id=15240
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X