ryanwoodsmall / osxwinebuilder

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

compiler cannot output executables #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
   Script crashes when running complier command "./osxwinebuild.sh"

Terminal window output:
   ./osxwinebuild.sh: line 148: gcc: command not found
   ./osxwinebuild.sh: line 160: [: -eq: unary operator expected
   ./osxwinebuild.sh: line 256: gcc: command not found
   compiler cannot output executables - exiting

What version of the product are you using? On what operating system?
   Latest version of script as of 5/2/2010. 
   Mac OS X 10.6.3 on Intel Core Duo. 
   I have X-Quartz 2.5.0 and MacPorts 1.8.2 installed as well.

Original issue reported on code.google.com by captains...@gmail.com on 3 May 2010 at 2:39

GoogleCodeExporter commented 9 years ago
osxwinebuild.sh: line 148: gcc: command not found

The script cannot find GCC. Please reinstall Xcode and make 
sure the "UNIX Development" option is selected. On 10.6, 
Xcode 3.2.2 is the recommended version.

Original comment by rwoodsm...@gmail.com on 3 May 2010 at 4:41

GoogleCodeExporter commented 9 years ago
Problem resolved with reinstallation of XCode. Thanks.

Original comment by captains...@gmail.com on 3 May 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Glad to hear!  Let me know if you hit any other snags.

Original comment by rwoodsm...@gmail.com on 3 May 2010 at 11:38