-
Notifications
You must be signed in to change notification settings - Fork 4
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
No rule to make target '../external/bdsg//lib/libbdsg.so' #22
Comments
Hi @hoppo, yes unfortunately this Obviously my first recommendation is to just use Ubuntu if possible, but as a more general alternative, it appears that it may be possible to to check explicitly for it based on this post using |
If you wouldn't minding testing this on your OS as a positive example, you could try by adding the following line to your CMakeLists.txt:
And see what it prints by running |
In my case, it is empty.. If I add the following:- it returns lib64 And yes, we plan to move to ubuntu, but for the moment our cluster is still red hat linux. |
OK, I made an untested commit to branch |
Hi, The contents of lib:- lib64:- Interestingly, when I build libbdsg independently, it only creates a lib directory. Thanks, |
Hi,
I have tried to build GFAse on linux (Rocky Linux release 8.8) and get the following error:-
make[2]: *** No rule to make target '../external/bdsg//lib/libbdsg.so', needed by 'split_connected_components'. Stop.
I then searched under ..GFAse/external/bdsg and see that there are two lib directories created (lib and lib64).
However, there is no libbdsg.so under the ../external/bdsg/lib/ directory, but it is under the ../external/bdsg/lib64 directory.
I then tried to download and build libbdsg (separately) and it built without a problem and only contained the lib directory.
As a workaround, I rename the ../external/bdsg/lib64 directory to ../external/bdsg/lib and this appeared to at least allow the build to finish and build the executables. I haven't extensively tested GFAse yet.
Is there something unique to my OS that builds GFAse incorrectly?
Thank you.
The text was updated successfully, but these errors were encountered: