| It's only building plugin dll for those starting with a b or c it
seems. OPCODEDIR64 is set and as I mentioned, many of my csd's do run.
Here is my scons output? It's bizzare?
For custom options, run 'scons -h'.
For default options, run 'scons -H'.
If headers or libraries are not found, edit 'custom.py'.
For Linux, run in the standard shell
with standard Python and just run 'scons'.
For MinGW, run in the MSys shell
and use www.python.org WIN32 Python to run scons.
For Microsoft Visual C++, run in the Platform SDK
command shell, and use www.python.org WIN32 Python to run scons.
System platform is 'win32'.
scons: warning: The Options class is deprecated; use the Variables class instead
.
File "C:\MyDocuments\SourceCode\Csound5\csound5\SConstruct", line 75, in
Using options from 'custom.py.'
Build platform is MinGW/MSYS
SCons tools on this platform: ['mingw', 'gcc', 'g++', 'gnulink', 'ar', 'gas', '
m4', 'swig', 'javac', 'jar']
CONFIGURATION DECISION: No localisation
CONFIGURATION DECISION: Using double-precision floating point for audio samples.
Checking for C header file stdio.h... (cached) yes
Checking for C library sndfile... (cached) yes
Checking for C library pthread... (cached) yes
CONFIGURATION DECISION: No MP3 support
CONFIGURATION DECISION: No Wiimote support
CONFIGURATION DECISION: No P5 Glove support
Checking for pthread_barrier_init(0, 0, 0) in C library pthread... (cached) yes
Checking for int n = omp_get_num_threads() in C++ library gomp... (cached) yes
Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m... (cached
) yes
found sync lock
Checking for C++ header file frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst
2.x/audioeffectx.h... (cached) no
Checking for C header file portaudio.h... (cached) yes
Checking for C header file portmidi.h... (cached) no
Checking for C++ header file FL/Fl.H... (cached) no
Checking for C++ header file boost/any.hpp... (cached) no
Checking for C++ header file gmm/gmm.h... (cached) no
Checking for C library asound... (cached) no
Checking for C library lo... (cached) yes
Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in C++ librar
y musicxml2... (cached) no
Checking for C header file jack/jack.h... (cached) no
Checking for C header file pulse/simple.h... (cached) no
Checking for C++ header file Opcodes/stk/include/Stk.h... (cached) no
Checking for C header file m_pd.h... (cached) yes
Checking for C header file tcl.h... (cached) no
Checking for C header file zlib.h... (cached) no
Checking for C++ header file funknown.h... (cached) no
Checking for C header file lua.h... (cached) no
Checking for SWIG... yes
Python Version: 2.6
Checking for C header file Python.h... (cached) yes
Checking for C++ header file jni.h... (cached) no
Checking for C header file io.h... (cached) yes
Checking for C header file fcntl.h... (cached) yes
Checking for C header file unistd.h... (cached) yes
Checking for C header file stdint.h... (cached) yes
Checking for C header file sys/time.h... (cached) yes
Checking for C header file sys/types.h... (cached) yes
Checking for C header file termios.h... (cached) no
Checking for C header file values.h... (cached) yes
Checking for C header file winsock.h... (cached) yes
Checking for C header file dirent.h... (cached) yes
Checking for libsndfile version 1.0.16 or later... (cached) yes
CONFIGURATION DECISION: Not building with new parser
CONFIGURATION DECISION: Building dynamic Csound library
CONFIGURATION DECISION: Building Csound C++ interface library.
CONFIGURATION DECISION: Not building Lua wrapper to Csound C++ interface library
.
CONFIGURATION DECISION: Not building Java wrapper to Csound C++ interface librar
y.
CONFIGURATION DECISION: Not building Python wrapper to Csound C++ interface libr
ary.
CONFIGURATION DECISION: Not generating Csound API PDF documentation.
Checking for C library fltk_png... (cached) no
CONFIGURATION DECISION: Not building linear algebra opcodes.
CONFIGURATION DECISION: Not building with FLTK graphs and widgets.
CONFIGURATION DECISION: Not building CoreAudio plugin.
CONFIGURATION DECISION: Not building ALSA plugin.
CONFIGURATION DECISION: Building PortAudio module.
CONFIGURATION DECISION: Not building JACK plugin.
CONFIGURATION DECISION: Not building with PortMIDI.
CONFIGURATION DECISION: Not building OSC plugin.
CONFIGURATION DECISION: Not building UDP plugins.
Checking for C header file fluidsynth.h... (cached) no
CONFIGURATION DECISION: Not building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
CONFIGURATION DECISION: Not building DSSI plugin host opcodes.
Checking for C header file Opcodes/Loris/src/loris.h... (cached) no
CONFIGURATION DECISION: Not building Loris Python extension and Csound opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Not building Python opcodes.
CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
CONFIGURATION DECISION: Not building Csound Text Editor.
CONFIGURATION DECISION: Not building CsoundAC extension module for Csound with a
lgorithmic composition.
CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
CONFIGURATION DECISION: Not building Tclcsound
CONFIGURATION DECISION: Not building Winsound
CONFIGURATION DECISION: Not building OSX GUI frontend
CONFIGURATION DEFAULT: Building csLadspa.
CONFIGURATION DECISION: Not building beats score frontend.
CONFIGURATION DECISION: Not calling TAGS
scons: done reading SConscript files.
scons: Building targets ...
scons: done building targets.
TypeError: unhashable instance:
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 12
64:
_exec_main(parser, values)
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 12
29:
_main(parser)
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 99
2:
nodes = _build_targets(fs, options, targets, target_top)
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 11
85:
jobs.run(postfunc = jobs_postfunc)
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Job.py", line 109:
self.job.start()
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Job.py", line 191:
task = self.taskmaster.next_task()
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Taskmaster.py", line 871
:
node = self._find_next_ready_node()
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Taskmaster.py", line 762
:
for child in chain(children,node.prerequisites):
File "C:\Python26\lib\_abcoll.py", line 493:
v = self[i]
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1324:
self.__make_unique()
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1297:
self.data = uniquer_hashables(self.data)
File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1253:
if not seen.has_key(item):
C:\MyDocuments\SourceCode\Csound5\csound5>
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |