Okay, so i'm new to installing wine, and i'm trying to get it to work on my Intel Macbook. I got all the way to the make command, but now i get this error message. winegcc: ../../tools/winebuild/winebuild failed make[2]: *** [krnl386.exe16.so] Error 2 make[1]: *** [krnl386.exe16] Error 2 make: *** [dlls] Error 2 I had problems with the C compiler earlier, so i reinstalled the newest version of X Code with everything included. I tried to do a sudo version of this code too, but that gave the same error. How do I go about fixing this? Thanks in advanced.
> Okay, so i'm new to installing wine, and i'm trying to get it to work on my Intel Macbook. I got all the way to the make command, but now i get this error message. > > winegcc: ../../tools/winebuild/winebuild failed > make[2]: *** [krnl386.exe16.so] Error 2 > make[1]: *** [krnl386.exe16] Error 2 > make: *** [dlls] Error 2 > > I had problems with the C compiler earlier, so i reinstalled the newest version of X Code with everything included. I tried to do a sudo version of this code too, but that gave the same error. > How do I go about fixing this? Thanks in advanced.Use the "--disable-win16" argument for configure. This is a known issue on 10.5, and 16-bit changes appear to have broken on 10.4 and 10.6 where they previously worked. Was mentioned in a previous thread: http://forum.winehq.org/viewtopic.php?t=7349 Trying to get to a point where I can even do a "git bisect" between 1.1.35/36 to see which commit caused this compilation problem to occur, but don't currently even have a spare moment.
Sorry i must have missed it earlier. And that did the trick, thanks!
So at the very end, it said this: make[1]: update-desktop-database: No such file or directory make[1]: [install] Error 1 (ignored) /usr/bin/install -c ./winemaker /Users/AndyBob/wine/wine-1.1.36/bin/winemaker /usr/bin/install -c -m 644 winemaker.man /Users/AndyBob/wine/wine-1.1.36/share/man/man1/winemaker.1 succesfully ran 'make install' in /Users/AndyBob/wine/build/wine-1.1.36' Juliet:osxwinebuilder-read-only AndyBob$ I see it has an error, but it also says that it successfully ran the 'make install'. Did this completely do it's thing? And thank you so much for the help.
Brilliant! Thanks. I'm new to wine (only fiddled with it on Linux Mint), so it'll be slow for me to get everything down on it for mac. I'll let you know how things go. ~Andrew
Can do. I'll do my best to contribute my experiences. I am having a bit of a Free Type issue though. It's saying I need a version greater than or equal to 2.0.5. Some apps aren't running because of this.
James McKenzie wrote:> I've found this as well. Freetype comes with MacOSX. Use terminal and > search for fonts.conf or font.conf (I cannot remember exactly which file > it has to be.) The file has to be copied so that Wine can 'see' it. > Maybe someone else has the location. I use Mike Kronenberg's Darwine > build system and it has to be in an exact location in it as well. > > James McKenzieI searched for fonts.conf and found a few files. However they are already in the wine folder. One is in the wine->wine-1.1.36->lib->fontconfig->fonts.conf; and another is in wine -> build -> fontconfig-2.8.0 -> fonts.conf. What can I do about this?
Freetype is located buried deep into the opt/local folder (goes farther into other folders). It's also in the wine folder.