Bug 5515 - make-macosx.sh won't work
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: Macintosh MacOS X
: P3 major
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2012-05-16 15:58 EDT by Marcello
Modified: 2013-01-06 04:46:05 EST
0 users

See Also:


Attachments
result of ./make-macosx.sh (82.31 KB, text/plain)
2012-05-16 15:58 EDT, Marcello

Description Marcello 2012-05-16 15:58:03 EDT
Created attachment 3145 [details]
result of ./make-macosx.sh

Hi,
i have seen effort on making a Mac Os X 10.7 Lion working scripts.
Currently it can't work because default Mac compiler is now llvm/clang and no more gcc.
Output og gcc -v:

Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)

In addition /Developer directory does not exists anymore because developer tools are now boundled with Xcode app(see gcc -v). 

See attachment for build errors.

Hope this will help.
Comment 1 Zachary J. Slater 2013-01-06 04:46:05 EST
I believe this is all fixed now.