[Fluxus] [fluxus] scons not building "libfluxus/src/PData.o: No such file or directory"

Dave Griffiths dave at pawfal.org
Sun Feb 1 04:59:10 PST 2009


Hi Peter,

This is really strange, but I've seen previous reports of this - scons
is trying to build fluxus with "o" instead of "g++", I'm not sure what
causes this but it must be something simple.

What version of scons are you using? scons -v here spits out: 
v0.97.0d20071203.r2509

cheers,

dave

On Fri, 2009-01-30 at 22:24 +0100, Peter Ngo wrote:
> Hello everyone,
> I'm learning Scheme at University so I thought I'd try fluxus...
> But when i do 'scons' in the terminal i get some error:
> 
> =============================
> [...]
> 
> o libfluxus/src/Utils.o -c -ggdb -pipe -Wall -O3 -ffast-math
> -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=12
> -DCOLLECTS_LOCATION="\"/usr/local/lib/plt/collects/"\" -DGLSL
> -DMZ_PRECISE_GC -I/usr/local/include -I/usr/include
> -I/usr/local/include/plt -I/home/ichi/Desktop/libfluxus/src
> libfluxus/src/Utils.cpp
> sh: o: not found
> ar rc libfluxus/libfluxus.a libfluxus/src/PData.o
> libfluxus/src/PDataOperator.o libfluxus/src/PDataContainer.o
> libfluxus/src/PDataArithmetic.o libfluxus/src/GraphicsUtils.o
> libfluxus/src/PNGLoader.o libfluxus/src/PolyPrimitive.o
> libfluxus/src/TextPrimitive.o libfluxus/src/CompiledPrimitive.o
> libfluxus/src/LinePrimitive.o libfluxus/src/ParticlePrimitive.o
> libfluxus/src/PixelPrimitive.o libfluxus/src/BlobbyPrimitive.o
> libfluxus/src/NURBSPrimitive.o libfluxus/src/LocatorPrimitive.o
> libfluxus/src/Primitive.o libfluxus/src/Light.o
> libfluxus/src/Renderer.o libfluxus/src/SceneGraph.o
> libfluxus/src/State.o libfluxus/src/TexturePainter.o
> libfluxus/src/Tree.o libfluxus/src/dada.o libfluxus/src/SearchPaths.o
> libfluxus/src/GLSLShader.o libfluxus/src/ShadowVolumeGen.o
> libfluxus/src/Physics.o libfluxus/src/DepthSorter.o
> libfluxus/src/Utils.o
> ar: libfluxus/src/PData.o: No such file or directory
> scons: *** [libfluxus/libfluxus.a] Error 1
> scons: building terminated because of errors.
> 
> =============================
> 
> My system is a fresh Ubuntu 8.10 install with the latest DrScheme
> compiled from source
> with all the other necessary packages.
> And this error comes from the fluxus 0.15 source.
> 
> Just to be sure i tried the other fluxus versions, too. In the end, I
> got the same error with  fluxus-0.14rc1 0.13 and 0.12...
> 
> Any ideas?
> 
> Peter




More information about the Fluxus mailing list