Menu

#2 Compilation fixes

Unstable_(example)
open
nobody
None
5
2014-06-16
2014-06-16
matthieu637
No

Hello,
I'd like to report some compilation errors :

-- The use of min/max instead of std::min/std::max in src/utils/mdarray.h:
http://stackoverflow.com/questions/13701897/could-not-find-boost

-- In src/utils/mdarray.h in the function MDArray<t>::inv(), you use</t>

goto bailout;

in bailout you use the variable "a" (set_values(a);) however it isn't set in if work == NULL.

-- In examples/CMakeLists.txt, mlr-uni also needs the boost system library.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.