Skip to content

Bad time compiling for debian. #4

Description

@evjeesm

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions