-
Notifications
You must be signed in to change notification settings - Fork 62
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 'turtle_lexer.c' #67
Comments
If you are building from GIT sources rather than a tarball, you need to do more than just run configure. It's described in the install file which is easier to read at https://librdf.org/raptor/INSTALL.html |
I've actually been executing bash autogen.sh, just omitted it in my post:
→ Error |
Looks like I have a documentation gap. You need to add '--enable-maintainer-mode' to configure (or autogen.sh) to enable the flex generation rules in Makefile.am |
actually autogen.sh will do that... so there's something else. If you can paste the output of the |
autogen output: https://pastebin.com/MbUuzqZs adding --enable-maintainer-mode to ./configure fixed my problem! |
Great, I'm not sure I have anything to fix. I've added more words to the INSTALL.html doc in GIT head |
Oh now I see, you ran configure after autogen.sh I guess it wasn't clear you can do |
I'm trying to build at ArchLinux with GCC 13 and these lines:
Result:
The text was updated successfully, but these errors were encountered: