Csound Csound-dev Csound-tekno Search About

[Csnd-dev] fails to build again

Date2017-01-27 00:24
FromJohn ffitch
Subject[Csnd-dev] fails to build again
[ 64%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
cd /home/jpff/csound6/Opcodes && /usr/bin/c++   -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dchua_EXPORTS -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -g -fPIC -I/usr/local/include -I/home/jpff/csound6/./H -I/home/jpff/csound6/./include -I/home/jpff/csound6/./Engine -I/home/jpff/csound6/. -I/home/jpff/csound6 -I/home/jpff/csound6/include -I/usr/include/python2.7    -Wno-format -o CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o -c /home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp
/home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp:120:30: fatal error: eigen3/Eigen/Dense: No such file or directory
 #include 
                              ^
compilation terminated.
make[2]: *** [Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o] Error 1
make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make[1]: *** [Opcodes/CMakeFiles/chua.dir/all] Error 2
make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'

Date2017-01-27 00:52
FromMichael Gogins
SubjectRe: [Csnd-dev] fails to build again
I have changed the ChuaOscillator.cpp file, switching from
boost::numeric:ublas to eigen3 for numerics. See my comments in the
issue here: https://github.com/csound/csound/issues/753

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Jan 26, 2017 at 7:24 PM, John ffitch  wrote:
> [ 64%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> cd /home/jpff/csound6/Opcodes && /usr/bin/c++   -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dchua_EXPORTS -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -g -fPIC -I/usr/local/include -I/home/jpff/csound6/./H -I/home/jpff/csound6/./include -I/home/jpff/csound6/./Engine -I/home/jpff/csound6/. -I/home/jpff/csound6 -I/home/jpff/csound6/include -I/usr/include/python2.7    -Wno-format -o CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o -c /home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp
> /home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp:120:30: fatal error: eigen3/Eigen/Dense: No such file or directory
>  #include 
>                               ^
> compilation terminated.
> make[2]: *** [Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o] Error 1
> make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
> make[1]: *** [Opcodes/CMakeFiles/chua.dir/all] Error 2
> make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'

Date2017-01-27 11:26
FromJohn ff
SubjectRe: [Csnd-dev] fails to build again
So should not the build system check for the library?

Sent from TypeApp
On 27 Jan 2017, at 00:53, Michael Gogins <michael.gogins@GMAIL.COM> wrote:
I have changed the ChuaOscillator.cpp file, switching from
boost::numeric:ublas to eigen3 for numerics. See my comments in the
issue here: https://github.com/csound/csound/issues/753

Best,
Mike



Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Jan 26, 2017 at 7:24 PM, John ffitch <jpff@codemist.co.uk> wrote:
[ 64%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
cd /home/jpff/csound6/Opcodes &&amp ; /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dchua_EXPORTS -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -g -fPIC -I/usr/local/include -I/home/jpff/csound6/./H -I/home/jpff/csound6/./include -I/home/jpff/csound6/./Engine -I/home/jpff/csound6/. -I/home/jpff/csound6 -I/home/jpff/csound6/include -I/usr/include/python2.7 -Wno-format -o CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o -c /home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp
/home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp:120:30: fatal error: eigen3/Eigen/Dense: No such file or directory
#include <eigen3/Eigen/Dense>
^
compilation terminated.
make[2]: *** [Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o] Error 1
make[2]: Leaving directory `/hom e/jpff/Sourceforge/csound/New/csound6'
make[1]: *** [Opcodes/CMakeFiles/chua.dir/all] Error 2
make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make: *** [all] Error 2

Date2017-01-27 13:28
FromMichael Gogins
SubjectRe: [Csnd-dev] fails to build again
It is a header file only library, but of course yes. I will add that. 

Best, 
Mike

On Jan 27, 2017 6:26 AM, "John ff" <jpff@codemist.co.uk> wrote:
So should not the build system check for the library?

Sent from TypeApp
On 27 Jan 2017, at 00:53, Michael Gogins <michael.gogins@GMAIL.COM> wrote:
I have changed the ChuaOscillator.cpp file, switching from
boost::numeric:ublas to eigen3 for numerics. See my comments in the
issue here: https://github.com/csound/csound/issues/753

Best,
Mike



Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Jan 26, 2017 at 7:24 PM, John ffitch <jpff@codemist.co.uk> wrote:
[ 64%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
cd /home/jpff/csound6/Opcodes && /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dchua_EXPORTS -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -g -fPIC -I/usr/local/include -I/home/jpff/csound6/./H -I/home/jpff/csound6/./include -I/home/jpff/csound6/./Engine -I/home/jpff/csound6/. -I/home/jpff/csound6 -I/home/jpff/csound6/include -I/usr/include/python2.7 -Wno-format -o CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o -c /home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp
/home/jpff/csound6/Opcodes/chua/ChuaOscillator.cpp:120:30: fatal error: eigen3/Eigen/Dense: No such file or directory
#include <eigen3/Eigen/Dense>
^
compilation terminated.
make[2]: *** [Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o] Error 1
make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make[1]: *** [Opcodes/CMakeFiles/chua.dir/all] Error 2
make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make: *** [all] Error 2