Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped filepath to libeigen3 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

WgJu
Copy link

@WgJu WgJu commented Feb 1, 2022

this should allow everyone to compile the code with a up-to-date linux again

@MaartenBaert
Copy link
Owner

As far as I know, it is not the intention that users include <eigen3/Eigen/...>, see for example:
https://eigen.tuxfamily.org/dox/group__QuickRefPage.html#QuickRef_Headers
Instead you should probably use the -I compiler option to specify the correct location, e.g. -I/usr/include/eigen3. The location where eigen is installed is dependent on your linux distribution, so this shouldn't be hard-coded in the source code of the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants