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

Bad time compiling for debian. #4

Open
evjeesm opened this issue Oct 9, 2024 · 2 comments
Open

Bad time compiling for debian. #4

evjeesm opened this issue Oct 9, 2024 · 2 comments

Comments

@evjeesm
Copy link

evjeesm commented Oct 9, 2024

Hi Bill,
I am impressed with your product idea.
Tried to compile it on my debian bookworm and stumble upon some troubles:

  • yacc was missing in my setup so I tried to install from apt.
    got byacc. My compilation failed on trying to pass -W flag to it.
    After some research I realized that it can use bison as an alternative, this finally gave me a green light!
    I think this should be clarified in install guide, so users wont be misled.
  • flex was also missing, installation of the flex helped. Note these things are not shipped within build-essentials.
  • Makefiles in examples are broken, they point to wrong library. libddutilsup.a and not libddutils-dbg.a

I hope this insight will be helpful.
Best regards.

@waywardgeek
Copy link
Owner

waywardgeek commented Oct 9, 2024 via email

@evjeesm
Copy link
Author

evjeesm commented Oct 9, 2024

Oh, I didn't heard about Rune... Thanks for sharing! Its really cool that Google incorporated that peace of technology in it. I am more interested in low level C and stuff, that is why I looked for dd )
Its more lightweight and embeddable than sqlite, isn't it?

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