I'm having trouble compiling 5.07 on amd64. Namely, compiling the python wrappers for csoundac (part of the log appended). I can't reproduce this problem in i386, so I'm guessing this is a problem with swig. Has anybody else seen this? % scons buildInterfaces=1 buildCsoundAC=1 g++ -o frontends/CsoundAC/CsoundAC_wrap.os -c -fexceptions -Wall -g -O2 -DLINUX -DPIPES -fno-strict-aliasing -DVST_FORCE_DEPRECATED=0 -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DSDFT -DBETA -DHAVE_SOCKETS -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -Ifrontends/CsoundAC -Iinterfaces -I. -IH -I/usr/lib/jvm/java-1.5.0/include -I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/python2.4 -I/usr/local/include/python2.4 frontends/CsoundAC/CsoundAC_wrap.cc In file included from interfaces/CppSound.hpp:46, from frontends/CsoundAC/System.hpp:36, from frontends/CsoundAC/Silence.hpp:62, from frontends/CsoundAC/CsoundAC_wrap.cc:3148: H/csound.hpp: In member function 'virtual int Csound::Compile(char*)': H/csound.hpp:91: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Compile(char*, char*)': H/csound.hpp:99: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Compile(char*, char*, char*)': H/csound.hpp:108: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Compile(char*, char*, char*, char*)': H/csound.hpp:118: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Compile(char*, char*, char*, char*, char*)': H/csound.hpp:130: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Perform(char*)': H/csound.hpp:155: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Perform(char*, char*)': H/csound.hpp:167: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Perform(char*, char*, char*)': H/csound.hpp:180: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Perform(char*, char*, char*, char*)': H/csound.hpp:194: warning: deprecated conversion from string constant to 'char*' H/csound.hpp: In member function 'virtual int Csound::Perform(char*, char*, char*, char*, char*)': H/csound.hpp:210: warning: deprecated conversion from string constant to 'char*' frontends/CsoundAC/CsoundAC_wrap.cc: In function 'PyObject* _wrap_Counterpoint_message__SWIG_1(PyObject*, PyObject*)': frontends/CsoundAC/CsoundAC_wrap.cc:30377: error: invalid array assignment scons: *** [frontends/CsoundAC/CsoundAC_wrap.os] Error 1 scons: building terminated because of errors. -- Felipe Sateler