Hi to all. Here's the error i see when trying to compile wine. i have installed xcode 3.1. also there is gcc in developer/usr/bin. any ideas what i should do? P.S. Sorry for grammar mistakes)
oh, forgot about text of the error) checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/Users/aleksandrdiomkin/desktop/wine': configure: error: no acceptable C compiler found in $PATH
Morion wrote on Sep 4:> >oh, forgot about text of the error) >checking for gcc... no >checking for cc... no >checking for cl.exe... no >configure: error: in `/Users/aleksandrdiomkin/desktop/wine': >configure: error: no acceptable C compiler found in $PATH >What is your path? You have to include where your 'c' and C++ compilers are in the path statement. When you installed XCode this should be automatic. James McKenzie
Morion wrote:> i have installed xcode 3.1. also there is gcc in developer/usr/bin. any ideas what i should do?Just checking, but did you install the iPhone SDK, or the XCode 3.1 kit for Mac development? I'm not sure if it makes a difference, but it's worth a try to see if the standard xcode kit sets up the environment differently. I know with Snow Leopard, you just install XCode 3.2 and the tools just work from the terminal without additional fiddling (although OpenGL is somewhat broken in Wine if you compile under Snow Leopard, but the basics work at least).