[Bug 15240] New: Winecfg fails after make install on Mac OS X 10.5.4
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(a)winehq.org ReportedBy: a5sk4s(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-11 10:28:23 --- Not major. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-09-11 10:41:18 --- Can you attach the output of /.configure --verbose -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 --- Comment #3 from Andreas Kemkes <a5sk4s(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Andreas Kemkes <a5sk4s(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME --- Comment #4 from Andreas Kemkes <a5sk4s(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 --- Comment #5 from Andreas Kemkes <a5sk4s(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-12 01:32:27 --- Since that's not a Wine bug from the start this bug is invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-12 01:32:40 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15240 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org