Strange, it works here, on two machines (32 and 64 bit).
cd csound6
git log | head -1
commit f53453119f5895136c3300062e5bfe7294a9a1a2
rm -rf build
mkdir build
cd build
cmake ..
make
On Fri, Apr 27, 2012 at 05:46:12PM +0100, john ffitch wrote:
> git pull followed by make....
>
> [ 86%] Building CXX object interfaces/CMakeFiles/_csnd.dir/python_interfacePYTHON_wrap.cxx.o
> cd /home/jpff/Sourceforge/csound/New/csound6/interfaces && /usr/bin/c++ -D_csnd_EXPORTS -DUSE_DOUBLE -D_CSOUND_RELEASE_ -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DUSE_LRINT -DLINUX -g -fPIC -I/usr/local/include -I/home/jpff/Sourceforge/csound/New/csound6/./H -I/home/jpff/Sourceforge/csound/New/csound6/./Engine -I/home/jpff/Sourceforge/csound/New/csound6/. -I/home/jpff/Sourceforge/csound/New/csound6 -I/home/jpff/Sourceforge/csound/New/csound6/interfaces -I/usr/include/python2.7 -I/usr/lib64/jvm/java/include -I/usr/lib64/jvm/java/include/linux -fvisibility=hidden -Wno-format -g -o CMakeFiles/_csnd.dir/python_interfacePYTHON_wrap.cxx.o -c /home/jpff/Sourceforge/csound/New/csound6/interfaces/python_interfacePYTHON_wrap.cxx
> /home/jpff/Sourceforge/csound/New/csound6/interfaces/python_interfacePYTHON_wrap.cxx: In function âPyObject* _wrap_csoundPreCompile(PyObject*, PyObject*)â:
> /home/jpff/Sourceforge/csound/New/csound6/interfaces/python_interfacePYTHON_wrap.cxx:9843:38: error: âcsoundPreCompileâ was not declared in this scope
> /home/jpff/Sourceforge/csound/New/csound6/interfaces/python_interfacePYTHON_wrap.cxx: In function âPyObject* _wrap_Csound_PreCompile(PyObject*, PyObject*)â:
> /home/jpff/Sourceforge/csound/New/csound6/interfaces/python_interfacePYTHON_wrap.cxx:18232:25: error: âclass Csoundâ has no member named âPreCompileâ
> make[2]: *** [interfaces/CMakeFiles/_csnd.dir/python_interfacePYTHON_wrap.cxx.o] Error 1
> make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
> make[1]: *** [interfaces/CMakeFiles/_csnd.dir/all] Error 2
> make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
> make: *** [all] Error 2
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@...
> https://lists.sourceforge.net/lists/listinfo/csound-devel
|