Registered Member
|
this is my svd.h header file:
my svd.cpp header file:
I am compiling it using the following:
It is showing me the following message:
I am using gcc/4.9 to compile it. I am able to compile a test file but not his one, let me know if any of you guys have a clue. thanks, Mohit |
Moderator
|
This is very likely that #include "GKlib.h" defines macro "sign", either #undef it after the #include, or reverse the inclusion order so that eigen is included first.
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot]