[Fluxus] Scons and 32bits

Ted tedr56 at gmail.com
Thu Feb 16 08:38:57 PST 2012


Hi, me again.
Thanks for the advice, I checked and indeed, "export" before scons isn't
effective.
But...
I can't pass the first library test, which is strange because it passed
few times, and now, noway.
I used scons -c and deleted the .sconf_temp and .sconsign.dblite.
I'm stuck here.
I tried everything except install 32 bits dev libraries needed in fluxus
which seems an headache source.
Is there a way to pass this.

Here is the config.log:

file /home/ted/Sources/git/fluxus/SConstruct,line 240:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C library m... 
.sconf_temp/conftest_0.c <-
  |
  |
  |#include "math.h"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
gcc -o .sconf_temp/conftest_0.o -c -ggdb -pipe -Wall -O3 -ffast-math
-Wno-unused -fPIC -pthread -DFLUXUS_MAJOR_VERSION=0
-DFLUXUS_MINOR_VERSION=18
-DRACKET_COLLECTS_LOCATION="\"/usr/local/racket-5.1.1_32/lib/racket/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-018"\" -DGLSL -DMZ_PRECISE_GC -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/racket-5.1.1_32/include/racket -I/home/ted/Sources/libfluxus/src .sconf_temp/conftest_0.c
scons: Configure: Caught exception while building
".sconf_temp/conftest_0":

Traceback (most recent call last):
  File "/usr/lib/scons/SCons/Job.py", line 212, in start
    task.prepare()
  File "/usr/lib/scons/SCons/Taskmaster.py", line 189, in prepare
    t.prepare()
  File "/usr/lib/scons/SCons/Node/FS.py", line 2655, in prepare
    SCons.Node.Node.prepare(self)
  File "/usr/lib/scons/SCons/Node/__init__.py", line 356, in prepare
    raise SCons.Errors.StopError(msg % (i, self))
SCons.Errors.StopError: Implicit dependency `$LDFLAGS:' not found,
needed by target `.sconf_temp/conftest_0'.
scons: Configure: no

Thanks,

Ted


> hi Ted,
> 
> > scons RacketPrefix=/usr/local/racket-5.1.1_32 ADDONS=0
> as far as i remember scons does not take the environment variables into 
> account. try it like this:
> scons RacketPrefix=/usr/local/racket-5.1.1_32 CCFLAGS=" -arch 
> i386 " LDFLAGS=" -arch i386 " ADDONS=0
> 
> best,
> gabor
> 



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20120216/c357208c/attachment-0001.html>


More information about the Fluxus mailing list