Re: [eigen] Assert errors

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


I'm actually including FLAC's sources directly in my project, hence building FLAC as part of my project (not just linking to the existing lib in /usr/...). My CMake script the included all files in the FLAC directory, causing the error.

But thanks anyway.


On 2014/06/01 12:40 PM, Marc Glisse wrote:
On Sun, 1 Jun 2014, GOO Creations wrote:

Thanks for the hint Marc. I'm also linking to the FLAC library which has its own assert.h file. I just renamed that file and now everything is working.

This has nothing to do with Eigen, but you are still doing it wrong. You should not have -I/usr/include/FLAC, that's wrong, you should write #include <FLAC/...> in your files.





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/