[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] 64bit sclang
- To: sc-dev@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-dev] 64bit sclang
- From: Dan Stowell <danstowell+sc3@xxxxxxxxx>
- Date: Tue, 15 Dec 2009 15:56:32 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=vvCIajOF+9nMaJqlaLEO4W49uyb60wQ7mUq4m/+MhpY=; b=bIWJdLJdha/MjCK8JCPPbJyW0XtRTQt7LpdX7jEM00kzQevcVSg3cZE+UxYP6DPfG8 JLORyaXkIkD+EK0gOuY/lS7tOE0Gv+QU+rF023ivBJL5SdFKpM5y0tKZ2N6hCPpvLVYs R1fAQJzHkKvt0djsVo91RhFUwtggWw9UELlVc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=L2778yGVg8w3QtAF3kwYaeoElfVqM+q+DFOwgxRX6T3P7fqlWfM4JIiWic5S4KjbZ3 SLK+U3srXSDNepHZcia4DH8qFYvqBBg+DPXeZp7OFG+gilC12syFTaLTVxTtI8fv0Fp0 so3ViWjhoofVifaW4GHP1fyI8DBGLmv4bkKww=
- In-reply-to: <286e6b7c0912150750g183de4e5g5aa6883dfd199d5@xxxxxxxxxxxxxx>
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- References: <hg8a3j$fv5$1@xxxxxxxxxxxxx> <286e6b7c0912150750g183de4e5g5aa6883dfd199d5@xxxxxxxxxxxxxx>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
...and if I manually remove the 10.5 SDK references I get the following failure:
CompileC "Intermediate Build
Files/Synth.build/scsynth.build/Objects-normal/x86_64/Rendezvous.o"
/Users/danstowell/SuperCollider3/Source/server/Rendezvous.cpp normal
x86_64 c++ com.apple.compilers.gcc.4_0
cd /Users/danstowell/SuperCollider3
/Developer/usr/bin/gcc-4.0 -x c++ -arch x86_64 -pipe
-Wno-trigraphs -fpascal-strings -fasm-blocks -O3 -fmessage-length=0
-ftree-vectorize -fvisibility=hidden -fvisibility-inlines-hidden
-I/Users/danstowell/SuperCollider3/Intermediate\ Build\
Files/Synth.build/scsynth.build/scsynth.hmap -mdynamic-no-pic
-F/Users/danstowell/SuperCollider3/build
-I/Users/danstowell/SuperCollider3/build/include
-I/Users/danstowell/SuperCollider3/Intermediate\ Build\
Files/Synth.build/scsynth.build/DerivedSources -DNDEBUG -DSC_DARWIN
-faltivec -c /Users/danstowell/SuperCollider3/Source/server/Rendezvous.cpp
-o /Users/danstowell/SuperCollider3/Intermediate\ Build\
Files/Synth.build/scsynth.build/Objects-normal/x86_64/Rendezvous.o
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:286:
error: typedef 'ExceptionHandlerProcPtr' is initialized (use
__typeof__ instead)
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:286:
error: 'ExceptionInformation' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:286:
error: 'theException' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:320:
error: 'ExceptionInformation' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:320:
error: 'theException' was not declared in this scope
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:321:
error: expected primary-expression before 'userUPP'
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:321:
error: initializer expression list treated as compound expression
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h:1338:
error: 'SIGDIGLEN' was not declared in this scope
** BUILD FAILED **
This is intel mac 10.4.11 btw.
Dan
2009/12/15 Dan Stowell <danstowell+sc3@xxxxxxxxx>:
> Hi -
>
> Thanks Tim and Josh for your efforts in recent days. ./compile.sh now gives me:
>
> Building scsynth...
> === BUILDING NATIVE TARGET scsynth WITH CONFIGURATION Deployment NOT
> USING PER-CONFIGURATION BUILD DIRECTORIES ===
>
> Checking Dependencies...
> SDK package /Developer/SDKs/MacOSX10.5.sdk does not exist
> error: There is no SDK at specified SDKROOT path
> '/Developer/SDKs/MacOSX10.5.sdk'
> error: There is no SDK at specified SDKROOT path
> '/Developer/SDKs/MacOSX10.5.sdk'
> error: There is no SDK at specified SDKROOT path
> '/Developer/SDKs/MacOSX10.5.sdk'
> ** BUILD FAILED **
>
>
> In commit 9607 I see some instances of
>
> - SDKROOT = "";
> + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
>
> Is this intentional or not (Josh)?
>
> Thanks
> Dan
>
>
> 2009/12/15 Tim Blechmann <tim@xxxxxxxxxx>:
>> hi all,
>>
>> i just commited the sclang 64 bit patch series
>>
>> linux: 32bit and 64bit supported, build with scons SCLANG64=yes
>> osx: 32bit supported, the 64bit sclang should build, the osx app doesn't
>>
>> cheers, tim
>>
>> --
>> tim@xxxxxxxxxx
>> http://tim.klingt.org
>>
>> You can play a shoestring if you're sincere
>> John Coltrane
>>
>>
>>
>
>
>
> --
> http://www.mcld.co.uk
>
--
http://www.mcld.co.uk
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/