I tried 2 other binaries from different locations, but the problem remains. 
I noted from kcrisman's response that I have no '/usr/include/sys/' 
directory, so maybe this problem comes with Xcode?

On Tuesday, November 18, 2014 11:07:56 AM UTC+8, Nils Bruin wrote:
>
> On Monday, November 17, 2014 5:49:14 PM UTC-8, Bozh wrote:
>>
>> ;;; (RUN-PROGRAM "gcc" ("-I." "-I/Applications/sage/local/lib/ecl/" 
>> "-I/Users/buildslave-sage/slave/sage_git/build/local/include" 
>> "-I/Users/buildslave-sage/slave/sage_git/build/local/include" "-g" "-O2" 
>> "-fPIC" "-fno-common" "-Ddarwin" "-O2" "-c" 
>> "/private/var/folders/gh/26025ywx7w128zfds279s_9r0000gn/T/ecl001IqKQ2b.c" 
>> "-o" 
>> "/private/var/folders/gh/26025ywx7w128zfds279s_9r0000gn/T/ecl001IqKQ2b.o"))
>>
>> Condition of type: UNBOUND-VARIABLE
>>
>> The variable C::GAZONK is unbound.
>>
> You probably downloaded a binary? By the looks of it, ecl has some paths 
> hard-baked into it: 
> "-I/Users/buildslave-sage/slave/sage_git/build/local/include". That path 
> probably doesn't exist on your computer, but it was present on the mac on 
> which the binary was built.
>
> Compilation would probably fail anyway, because you probably don't have a 
> gcc that is compatible with the rest of the build (I assume we're not 
> shipping gcc with our binary).
>
> The odd thing is that maxima deems it necessary to compile itself. Your 
> binary should have a precompiled maxima available already. Something must 
> have gotten damaged or the binary distribution from which you started is 
> broken/incompatible with your OSX. First thing to try might be to try and 
> install a fresh binary if you haven't done so already.
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to