-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Not many folks poke DataDraw nowadays, Have you looked at go/rune-lang or
giyhub.com/google/rune? Rune natively supports most DataDraw features. It
is still a WIP but actively developed.
…On Wed, Oct 9, 2024 at 9:27 AM Nightly Coder ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVQYWIV63EDRWEIZRVA23Z2VKN5AVCNFSM6AAAAABPU5PWGWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TMNBQGMYTQNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.I hope this insight will be helpful.
Best regards.
The text was updated successfully, but these errors were encountered: