Re: [proaudio] Supercollider build issue? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Supercollider build issue?
- From: Mark Knecht <markknecht@xxxxxxxxx>
- Date: Fri, 19 Jun 2009 06:48:32 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=G7gox8fpWjo6Dwg+z/c6G7DTW6P8jIP9P7mRB+PC0fw=; b=Wkni+vezkBF/OreDucCBBXZbjdyqeTvP/4V1mIBVqzQpHjhHCuhpzgcPa+C4h7VmS+ kNKwOHnBRzYoXDBIeE9qFCr05ir1OsFLoKvaDVAcFK+/8Zv8IUyMSGJFjUwpvL7QYwrs 69f03lCVf/3mv0EJiI+siyuTuRMNCjCcR+bqM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CmhjAY3cW8H4iV8qX4AIB/JlTPsQLuAQIStL+0oxZVMw+M2sO5JGCl599A7QVoMJhk aejjf6xD3hwydIGBs6H2bdaMvCS3+16n2R1TSK9Ro0B1WDT3MMWC/fTwqRHZECfq1r/M anWcOz9dMUKY8LKoqC/3Hmw2Qq8mAv+MYBVUY=
Upstream issue I believe. It was in the past.
Same sort of issues with ChucK, but on the ChucK front I was able to
build it on a 32-bit machine and move the executable to my 64-bit
machine and found it still ran. If you're adventurous you could try
that with SC. I'd be interested in the results.
- Mark
On Fri, Jun 19, 2009 at 6:38 AM, Retrievil
Knievil<retrievil.knievil@xxxxxxxxx> wrote:
> Don't know if this is ebuild or upstream issue, but supercollider will not
> build on my machine..Gentoo x64.
>
> Here is the snippet from emerge process:
>
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'int
> blockValue(VMGlobals*, int)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:873: error: cast from 'unsigned
> char*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'int
> blockValueWithKeys(VMGlobals*, int, int)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:1008: error: cast from 'unsigned
> char*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'int
> blockValueEnvir(VMGlobals*, int)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:1169: error: cast from 'unsigned
> char*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'int
> blockValueEnvirWithKeys(VMGlobals*, int, int)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:1318: error: cast from 'unsigned
> char*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'void
> MakeDebugFrame(VMGlobals*, PyrFrame*, PyrSlot*)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:2058: error: cast from
> 'PyrMethod*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp: In function 'void
> switchToThread(VMGlobals*, PyrThread*, int, int*)':
> Source/lang/LangPrimSource/PyrPrimitive.cpp:2843: error: cast from 'unsigned
> char*' to 'int' loses precision
> Source/lang/LangPrimSource/PyrPrimitive.cpp:2844: error: cast from
> 'PyrSlot*' to 'int' loses precision
> scons: *** [Source/lang/LangPrimSource/PyrPrimitive.os] Error 1
> scons: building terminated because of errors.
> *
> * ERROR: media-sound/supercollider-99999999 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 2434: Called die
> * The specific snippet of code:
> * scons CUSTOMCCFLAGS="${CFLAGS}" CUSTOMCXXFLAGS="${CXXFLAGS}"
> PREFIX="/usr" DESTDIR="${D}" ${myconf} || die "scons failed."
> * The die message:
> * scons failed.
> *
> * If you need support, post the topmost build error, and the call stack if
> relevant.
> * A complete build log is located at
> '/var/tmp/portage/media-sound/supercollider-99999999/temp/build.log'.
> * The ebuild environment file is located at
> '/var/tmp/portage/media-sound/supercollider-99999999/temp/environment'.
> * This ebuild is from a repository named 'proaudio'
> *
>
>
>
>