James Mckenzie wrote:
Cesar Izurieta cesar@ecuarock.net wrote:
Sent: Jan 21, 2009 7:49 AM To: James Mckenzie jjmckenzie51@earthlink.net Cc: Wine Development Mailing List wine-devel@winehq.org Subject: Re: Problems with configure on Mac
Try something like:
LDFLAGS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include/" ./configure
You need to specify both the library dirs and the include dirs. This is using macports. For fink I guess the libraries are located somewhere under /sw IIRC.
I'll find them and use them this evening after reviewing the log file.
Used the proper directories for Fink and built it after addressing a few more 'missing dependencies'. However when I run wine notepad, I get a lengthy error. The thread on gdi32.dll errors addresses some of this. However, the .wine directory gets created but it is partially empty which leads me to believe there is a problem with my build as yours works.
One question: What version of gcc are you using to build Wine?
Thank you.
James McKenzie