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

fatal error: 'bux/LR1.h' file not found #6

Closed
yurivict opened this issue May 18, 2022 · 4 comments
Closed

fatal error: 'bux/LR1.h' file not found #6

yurivict opened this issue May 18, 2022 · 4 comments

Comments

@yurivict
Copy link

Build fails:

In file included from /disk-samsung/freebsd-ports/devel/parsergen/work/parsergen-1.7.0-9-gbda59af/ParserGen/Parser.cpp:5:
In file included from /disk-samsung/freebsd-ports/devel/parsergen/work/parsergen-1.7.0-9-gbda59af/ParserGen/ParseFile.h:3:
/disk-samsung/freebsd-ports/devel/parsergen/work/parsergen-1.7.0-9-gbda59af/ParserGen/Parser.h:6:10: fatal error: 'bux/LR1.h' file not found
#include <bux/LR1.h>
         ^~~~~~~~~~~
@buck-yeh
Copy link
Owner

If you follow the steps of from github in any of Linux distros, they are inaccurate right now, please add 2 steps befoe cmake . and see if it works:

  1. Checkout bux manually to /disk-samsung/freebsd-ports/devel/parsergen/work/bux
  2. Checkout CBrackets manually to /disk-samsung/freebsd-ports/devel/parsergen/work/CBrackets

I am fixing the repo. Hope soon we will see tag 1.7.1

@yurivict
Copy link
Author

@buck-yeh

You should make them git submodules.

@buck-yeh
Copy link
Owner

That is the thing I have just learned recently. Definitely will consider it!

@buck-yeh
Copy link
Owner

This issue is closed with the same root cause with #8

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