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

Library files installed all directly under /usr/local/include/package_bgs/ #53

Closed
dmelo opened this issue Oct 28, 2016 · 4 comments
Closed
Assignees

Comments

@dmelo
Copy link

dmelo commented Oct 28, 2016

On the source code, the library files are placed inside sub directories, like `bgslibrary/package_bgs/[lb,ae,av,bl]... After installing using the default parameters, all the library files get inside the same dir/usr/local/include/package_bgs/``, which causes compilation error, because those files are still including other library files on the parent path:

LBAdaptiveSOM.h:#include "../IBGS.h"
LBFuzzyAdaptiveSOM.h:#include "../IBGS.h"
LBFuzzyGaussian.h:#include "../IBGS.h"
LBMixtureOfGaussians.h:#include "../IBGS.h"
LBSimpleGaussian.h:#include "../IBGS.h"

When I try to compile with these libraries I get the error:

/usr/local/include/package_bgs/LBAdaptiveSOM.h:25:21: fatal error: ../IBGS.h: No such file or directory
 #include "../IBGS.h"
                     ^
compilation terminated.
@andrewssobral
Copy link
Owner

Thank you @dmelo for reporting this issue, I will check it in the next few days.

@KrzysztofKryszczuk
Copy link

seems still not solved within the last "few = 2190" days

@andrewssobral andrewssobral self-assigned this Mar 2, 2023
@andrewssobral
Copy link
Owner

Solved!

@andrewssobral
Copy link
Owner

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

No branches or pull requests

3 participants