Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5753] Building Csound 5

Date2005-01-21 16:39
FromTorgeir Strand Henriksen
Subject[CSOUND-DEV:5753] Building Csound 5
Hi!

I have problems building Csound 5 on both Linux and Windows. The 
following is the output from scons in Windows, it looks similar in Linux:


System platform is 'win32'.
Build platform is 'mingw'.
SCons tools on this platform:  ['default', 'mingw', 'gcc', 'g++', 
'gnulink', 'ar', 'gas', 'CVS', 'dvips', 'latex', 'lex', 'm4', 
'pdflatex', 'pdftex', 'tar', 'tex', 'yacc', 'zip']

CONFIGURATION DECISION: Using single-precision floating point for audio 
samples.
Checking for C header file sndfile.h... yes
Checking for C header file portaudio.h... yes
Checking for C header file portmidi.h... no
Checking for C++ header file FL/Fl.H... yes
Checking for C++ header file boost/any.hpp... yes
Checking for C header file io.h... yes
Checking for C header file fcntl.h... yes
Checking for C header file unistd.h... yes
Checking for C header file malloc.h... yes
Checking for C header file sgtty.h... no
Checking for C header file os.h... no
Checking for C header file sys/ioctl.h... no
Checking for C header file sys/time.h... yes
Checking for C header file sys/types.h... yes
Checking for C header file ctype.h... yes
Checking for C header file term/ios.h... no
Checking for C header file termios.h... no
Checking for C header file string.h... yes
Checking for C header file dirent.h... yes
Checking for C function itoa()... yes
Checking for C header file Opcodes/Loris/src/loris.h... no
CONFIGURATION DECISION: Not building Loris Python extension and Csound 
opcodes.
Checking for C++ header file jni.h... no
CONFIGURATION DECISION: Building with PortAudio.
CONFIGURATION DECISION: Building with internal MIDI.
CONFIGURATION DECISION: Building with FLTK for graphs and widgets.
CONFIGURATION DECISION: Not generating PDF documentation.
Checking for C header file fluidsynth.h... no
CONFIGURATION DECISION: Not building fluid opcodes.
CONFIGURATION DECISION: Building CsoundVST plugin and standalone.
Checking for C++ header file jni.h... no

scons: *** Two different sets of overrides were specified for the same 
target: frontends\CsoundVST\CsoundVST.o
File "SConstruct", line 942, in ?


Does anyone know how to make it build properly? The only thing I've done 
is pull the csound5 module from CVS, and make sure Python, Boost, FLTK, 
Port Audio, and Scons are installed. It works fine if I disable Csound 
VST, so I assume that's where the problem is.

Thanks,
Torgeir