[Fluxus] Mac OS 10.5

Lucas Dupin lucas at sala28.it
Tue Oct 28 15:02:13 PDT 2008


Hi guys,
Thanks for the fast answer, now it configures like it should ;-)

But... When it's compiling it asks for an include called "base.c", in  
the file Interpreter.cpp...
Am I missing any dependencies?

See ya


On Oct 28, 2008, at 11:33 AM, nik gaffney wrote:

>> Hello,
>> I'm trying to compile fluxus on my mac. I've already installed the
>> dependencies and now I'm runnng scons.
>>
>> When it starts to look for the dependencies I get an error.
>> Can someone help me with this?
>>
>> Here is the error:
>>
>> *Macintosh-3:fluxus-0.15rc3 lucasdupin$ scons*
>> *scons: Reading SConscript files ...*
>> *--------------------------------------------------------*
>> *Fluxus: Configuring Build Environment*
>> *--------------------------------------------------------*
>> *Checking for C header file scheme.h... yes*
>> *Checking for C library m... no*
>> *ERROR: 'm' must be installed!*
>>
>> I tried to use the binary but it is not opening, when I run it from  
>> the
>> terminal I get this:
>
> it looks like a path problem. try using the following script,  
> substituting the correct paths for your PLT installation.. .
>
> #!/bin/bash
> plt="/Applications/PLT"
> scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib  
> PLTInclude="$plt"/include
> sudo scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib  
> PLTInclude="$plt"/include install
>
>




More information about the Fluxus mailing list