Registered Member
|
Hi all,
How I configure Code::Blocks for using Eigen3 library ? thanks bye |
Moderator
|
I'm not a Code::Blocks user but all you have to do is to configure your project to add the path to Eigen's headers in the set of default include directories. E.g., if the Eigen/Core header is in:
/usr/local/eigen3/Eigen/Core then you have to add the /usr/local/eigen3 folder. |
Registered Member
|
hi,
thank you for reply. I addeed path to eigen in: 1. project-> build options -> search directory -> compiler 2. project-> build options -> search directory -> Linker 3. project-> build options -> search directory -> resource compiler but nothing, there are any errore:
The file .cpp is:
Why ? |
Registered Member
|
What's the exact path that you included?
Note that you've got to include /path/where/eigen/is/ and not /path/where/eigen/is/Eigen/ |
Registered Member
|
wonderful !!!
Work !! Was this the problem. Thank you bye |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]