[Wine] Wine on Tiger

Charles Davis cdavis at mymail.mines.edu
Tue Oct 4 12:17:37 CDT 2011


On Oct 4, 2011, at 11:02 AM, mrivera wrote:

> I got this when I configured wine. Is this going to give me trouble eventually?
> 
> configure: WARNING: OpenGL development headers not found.
> OpenGL and Direct3D won't be supported.
Definitely. Especially if you intend to run games. I usually fix this by explicitly specifying the path to the X11 libraries and headers (using the --x-includes and --x-libraries options to configure).
> 
> configure: WARNING: GetText 32-bit development files not found (or too old). Internationalization won't be fully supported.
Only if you don't speak English :).
> 
> configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
> 
> configure: WARNING: libpng 32-bit development files not found, PNG won't be supported.
You can install those from MacPorts. Try this configure command:

./configure CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" --x-includes=/opt/local/include --x-libraries=/opt/local/lib

assuming you also installed libX11 et al. from MacPorts. If you didn't, try this one instead:

./configure --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"
> 
> configure: Finished.  Do 'make' to compile Wine.
> 
> Got this again during make..
> 
> config.status: creating dlls/msxml3/Makefile
> ../../tools/makedep  -C. -S../.. -T../.. -I/opt/local/include/libxml2   -I/opt/local/include -I/opt/local/include/libxml2   attribute.c bsc.c cdata.c comment.c dispex.c docfrag.c doctype.c domdoc.c domimpl.c element.c entityref.c factory.c httprequest.c main.c mxnamespace.c mxwriter.c node.c nodelist.c nodemap.c parseerror.c pi.c saxreader.c schema.c selection.c stylesheet.c text.c uuid.c xdr.c xmldoc.c xmlelem.c schemas.rc version.rc  xmlparser.idl          msxml3_v1.idl msxml3_v1.tlb xslpattern.y xslpattern.l 
> bison  -p xslpattern_ -o xslpattern.tab.c -d xslpattern.y
> xslpattern.y:74: unrecognized: %parse_param
> xslpattern.y:74:    Skipping to next %
> xslpattern.y:75: unrecognized: %parse_param
> xslpattern.y:75:    Skipping to next %
> xslpattern.y:76: unrecognized: %lex_param
> xslpattern.y:76:    Skipping to next %
Is this from before or after you fixed the PATH like I told you to?

Chip




More information about the wine-users mailing list