ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Wine 1.5.27 build script fails #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the script with --devel option

What is the expected output? What do you see instead?

../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../..  
-shared ./avifil32.spec acmstream.o api.o avifile.o editstream.o extrachunk.o 
factory.o getframe.o icmstream.o tmpfile.o wavfile.o     avifil32_r.res  
avifil32.res    -o avifil32.dll.fake  -luuid -lmsacm32 -lmsvfw32 -lwinmm 
-lole32 -luser32 -ladvapi32  ../../libs/port/libwine_port.a  
-L/Users/montyburns/wine/wine-1.5.27/lib  -L/opt/X11/lib -framework 
CoreServices -lz -L/opt/X11/lib -lGL -lGLU 
could not run 'make -j3' in /Users/montyburns/wine/build/wine-1.5.27 - exiting

What version of the product are you using? On what operating system?
OS X 10.7.5

Please provide any additional information below.

Original issue reported on code.google.com by chris...@gmail.com on 7 Apr 2013 at 12:58

GoogleCodeExporter commented 9 years ago
Nowhere near enough context. Please provide more output including the actual 
error.

Original comment by rwoodsm...@gmail.com on 7 Apr 2013 at 12:59

GoogleCodeExporter commented 9 years ago
Hi !
This happens when the script starts executing the wine 1.5.27 build script. 
What  you see there "could not run 'make -j3' in 
/Users/montyburns/wine/build/wine-1.5.27 - exiting" is all there is before 
showing the command prompt. If there is a log file where to look for additional 
 error information, please let me know.

thanks in advance!

Original comment by chris...@gmail.com on 7 Apr 2013 at 1:21

GoogleCodeExporter commented 9 years ago
Re-run the script like this:

./osxwinebuild.sh 2>&1 | tee ./osxwinebuild.out

Attach the file "osxwinebuild.out" to this issue. -r

Original comment by rwoodsm...@gmail.com on 7 Apr 2013 at 1:24

GoogleCodeExporter commented 9 years ago
Hi, 
thanks for your quick response, here's the redirected output file.

Christian.

Original comment by chris...@gmail.com on 7 Apr 2013 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like an error with Clang, which AFAIK is only used for linking since 
GCC is/should be built from source on 10.7+. Double check that there's a 
gcc/g++ binary in /Users/montyburns/wine/tools/bin - if not, something else is 
going on.

I'd also make sure you're running Xcode 4.6+, and have up-to-date command line 
tools. You can open Xcode -> Preferences -> Downloads -> select Command Line 
Tools.

I no longer have a 10.7 (or 10.8) machine to test on, so you may run into other 
issues. Let me know if this helps at all! -r

Original comment by rwoodsm...@gmail.com on 7 Apr 2013 at 2:35

GoogleCodeExporter commented 9 years ago
Hi, 

I do have a gcc/g++ binary in that folder, actually they're symlinks to 
g++-apple-4.2 / gcc-apple-4.2. But.. my Xcode version is 4.5.2 ... and my 
command-line tools seem to be outdated/not installed, so I'm going to download 
them and see what happens, thanks once again for your quick response !

Christian.

Original comment by chris...@gmail.com on 7 Apr 2013 at 2:52

GoogleCodeExporter commented 9 years ago
It compiled just fine by downloading Xcode command-line tools.

thanks,

Original comment by chris...@gmail.com on 7 Apr 2013 at 5:13

GoogleCodeExporter commented 9 years ago
excellent! -r

Original comment by rwoodsm...@gmail.com on 7 Apr 2013 at 6:47