[Fluxus] scons does not check for the CCFLAGS env var

Stefano Sabatini stefano.sabatini-lala at poste.it
Tue Dec 16 14:47:42 PST 2008


Hi again,

I'm used to setup my home to contain locally installed packages, then
I simply set up the CCFLAGS and LDLIBRARY vars to make the system
realize this fact.

Now when scons tryies to compile the test program for ode it gets:

scons: Configure: Checking for C library ode... 
.sconf_temp/conftest_9.c <-
  |
  |
  |#include "ode/ode.h"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
gcc -o .sconf_temp/conftest_9.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=15 -DCOLLECTS_LOCATION="\"/usr/local/lib/plt/collects/"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-015"\" -DGLSL -DMZ_PRECISE_GC -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/include/plt -I/home/stefano/libfluxus/src .sconf_temp/conftest_9.c
.sconf_temp/conftest_9.c:3:21: error: ode/ode.h: No such file or directory
scons: Configure: no

this because it isn't looking for that var.

I'm using fluxus version 0.15rc3, tell me if I need to update to
CVS/SVN/whatever.

Regards. 



More information about the Fluxus mailing list