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

Not finding source files from DESCRIPTION LinkingTo: field? #19

Closed
ms609 opened this issue Aug 30, 2022 · 2 comments
Closed

Not finding source files from DESCRIPTION LinkingTo: field? #19

ms609 opened this issue Aug 30, 2022 · 2 comments

Comments

@ms609
Copy link

ms609 commented Aug 30, 2022

Run: FabrizioSandri/RcppDeepState-actionhttps://github.com/ms609/TreeDist/runs/8093288345?check_suite_focus=true

Error message:

In file included from /github/workspace/src/lap.cpp:27:
/github/workspace/src/tree_distances.h:4:10: fatal error: 'TreeTools/SplitList.h' file not found
#include <TreeTools/SplitList.h>
         ^~~~~~~~~~~~~~~~~~~~~~~

the "TreeTools" imports are imported from the TreeTools package, which is linked from the DESCRIPTION's LinkingTo field. My assumption is that this is not being installed as required - but I may be interpreting the log wrongly?

@ms609 ms609 changed the title Not finding source files from DESCRIPTION LinkingTo: field Not finding source files from DESCRIPTION LinkingTo: field? Aug 30, 2022
@FabrizioSandri
Copy link
Owner

@ms609 I fixed this problem in pull request FabrizioSandri/RcppDeepState#27. Please let me know if the problem persists.

@ms609
Copy link
Author

ms609 commented Sep 2, 2022

The run has completed successfully, thanks!

@ms609 ms609 closed this as completed Sep 2, 2022
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

No branches or pull requests

2 participants