On Monday 09 January 2006 08:10, jpff@codemist.co.uk wrote: > All was going well until... > > g++ -fexceptions -Wall -g -gstabs -O2 -DLINUX -DPIPES -fno-strict-aliasing -fPIC -DHAVE_LIBSNDFILE_1_0_13 -DBETA -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_DIRENT_H -D__BUILDING_LIBCSOUND -D__BUILDING_CSOUND_INTERFACES -I. -IH -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I/usr/lib/java/include -I/usr/lib/java/include/linux -Iinterfaces -I/usr/include/python2.4 -I/usr/local/include/python2.4 -c -o interfaces/python_interface_wrap.os interfaces/python_interface_wrap.cc > interfaces/python_interface_wrap.cc: In function `PyObject* > _wrap_csoundCreateGlobalConfigurationVariable(PyObject*, PyObject*)': > interfaces/python_interface_wrap.cc:6482: error: ` > csoundCreateGlobalConfigurationVariable' undeclared (first use this > function) > interfaces/python_interface_wrap.cc:6482: error: (Each undeclared identifier is > reported only once for each function it appears in.) > interfaces/python_interface_wrap.cc: In function `PyObject* > _wrap_csoundCopyGlobalConfigurationVariable(PyObject*, PyObject*)': > interfaces/python_interface_wrap.cc:6534: error: ` > csoundCopyGlobalConfigurationVariable' undeclared (first use this function) > interfaces/python_interface_wrap.cc: In function `PyObject* > _wrap_csoundCopyGlobalConfigurationVariables(PyObject*, PyObject*)': > and so on for about a page The interfaces/python_interface_wrap.cc file seems to be out of date (dependencies for the wrappers are apparently not handled reliably by SCons). Deleting the following files and running scons again should fix the error: rm interfaces/*_wrap.* rm interfaces/*.java rm interfaces/csnd/*.class rm csnd.jar rm csnd.py* rm lib_jcsound.so rm lib_csnd.so rm _csnd.so ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net