Registered Member
|
Hi all!
I have a problem with orthomethods.h file. Compiler gives me warnings and say, that qualifier applied to reference type ignored. What can I do? |
Moderator
|
|
Registered Member
|
No is not, my program crashed. Debugger saing, that these problems with Unaligned Array Assert. I find page with information abt that on tuxfamily, but it doesn't working... Someone has a similar problem, doesn't?
|
Moderator
|
it's hard to help without more information, please post the relevant piece of code. In the meantime, you can also simply disable stack alignment by compiling with:
-DEIGEN_DONT_ALIGN_STATICALLY |
Registered Member
|
Ok! But in what place of my code I could insert DEIGEN_DONT_ALIGN_STATICALLY ?
|
Registered Member
|
I insert this like define and it's doesn't work! |
Moderator
|
the safest is to add -DEIGEN_DONT_ALIGN_STATICALLY to the compiler options, optionally you can #define EIGEN_DONT_ALIGN_STATICALLY *before* any Eigen's header.
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]