[Csnd-dev] fails to build again
Date | 2017-01-27 00:24 |
From | John 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 |
Date | 2017-01-27 00:52 |
From | Michael Gogins |
Subject | Re: [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 |
Date | 2017-01-27 11:26 |
From | John ff |
Subject | Re: [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 |
Date | 2017-01-27 13:28 |
From | Michael Gogins |
Subject | Re: [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:
|