[Fluxus] [PATCH] Define PreLibPath and PreIncludePath in ARGUMENTS.

Stefano Sabatini stefano.sabatini-lala at poste.it
Mon Mar 1 12:43:19 PST 2010


Hi, as in subject.

I'm using it in my scons.my wrapper which looks like this:

---------------------------------8<-------------------------------
#! /bin/sh

scons                            \
    Prefix=$HOME                 \
    PLTPrefix="/usr"             \
    PreIncludePath=$HOME/include \
    PreLibPath=$HOME/lib         \
---------------------------------8<-------------------------------

This is way I have some of the lib included in my home, anyway this
should help to use other paths different from the standard ones
avoiding the need to hack the SConstruct file.

BTW, I'm currently unable to compile, scons bails out with:
scons.my
scons: Reading SConscript files ...
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for C library m... (cached) yes
Checking for C library pthread... (cached) yes
Checking for C library dl... (cached) yes
Checking for C library mzscheme3m... (cached) yes
Checking for C library jpeg... (cached) yes
Checking for C library tiff... (cached) yes
Checking for C library freetype... (cached) yes
Checking for C library z... (cached) yes
Checking for C library png... (cached) yes
Checking for C library ode... (cached) yes
Checking for C library sndfile... (cached) yes
Checking for C library fftw3... (cached) yes
Checking for C library lo... (cached) yes
Checking for C library GLEW... (cached) yes
Checking for C library GL... (cached) yes
Checking for C library GLU... (cached) yes
Checking for C library glut... (cached) yes
Checking for C library asound... (cached) yes
Checking for C library openal... (cached) yes
Checking for C function dInitODE2()... (cached) yes
Checking for C++ function lo_arg_size_check()... (cached) yes
Checking requirements for fluxus-video_ss ...
Checking for C header file GL/glew.h... (cached) yes
Checking for C header file gst/app/gstappsink.h... (cached) yes
fluxus-video_ss requirements... yes
scons: done reading SConscript files.
scons: Building targets ...
scons: *** Do not know how to make File target `\' (/home/stefano/src/fluxus/\).  Stop.
scons: building terminated because of errors.

While I am reading the scons man, could someone help me figure out
what's going awry?

Regards.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Define-PreLibPath-and-PreIncludePath-in-ARGUMENTS.patch
Type: text/x-diff
Size: 1495 bytes
Desc: not available
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20100301/8dff038a/attachment-0002.patch>


More information about the Fluxus mailing list