Hello,
I ry to compile Fluxus 1.8 on OSx 10.7.5.
I follow the readme file and get everything ok until the SCons part.
when I do :
scons ADDONS=0
I get :
net17-dhcp089:fluxus Ulala$ scons ADDONS=0
scons: Reading SConscript files ...
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for C header file scheme.h... yes
Checking for C header file OpenAL/al.h... yes
Checking for C library m... yes
Checking for C library pthread... yes
Checking for C library dl... yes
Checking for C library jpeg... yes
Checking for C library tiff... yes
Checking for C library freetype... yes
Checking for C library z... yes
Checking for C library bz2... yes
Checking for C library png... yes
Checking for C library ode... yes
Checking for C library sndfile... yes
Checking for C library fftw3... yes
Checking for C library lo... yes
Checking for C library GLEW... yes
Checking for C library jack... yes
Checking for C function dInitODE2()... yes
Checking for C++ function lo_arg_size_check()... yes
TypeError: Directory /Users/Ulala/GitHub/fluxus/fluxus found where file
expected.:
File "/Users/Ulala/GitHub/fluxus/SConstruct", line 391:
app_env.Program(source = Source, target = Target)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Environment.py",
line 259:
return MethodWrapper.__call__(self, target, source, *args, **kw)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Environment.py",
line 223:
return self.method(*nargs, **kwargs)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Builder.py",
line 632:
return self._execute(env, target, source, OverrideWarner(kw), ekw)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Builder.py",
line 553:
tlist, slist = self._create_nodes(env, target, source)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Builder.py",
line 500:
tlist = env.arg2nodes(target, target_factory, target=target, source=source)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Environment.py",
line 485:
v = node_factory(self.subst(v, **kw))
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 1339:
return self._lookup(name, directory, File, create)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 1318:
return root._lookup_abs(p, fsclass, create)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 2215:
result.diskcheck_match()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 2361:
"Directory %s found where file expected.")
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 384:
return self.func(*args, **kw)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.0/SCons/Node/FS.py",
line 405:
raise TypeError(errorfmt % node.abspath)
I feel the problem come from Scons for the error found in the python framework.
Anybody have an idea ?
thanks
Joaquim