Can't use latest master version seemingly because of "version.h.in"
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 729
- Forks
- 147
- Avg merge
- 19h
- Merged PRs (30d)
- 1
Description
Describe the bug
When I try to include CXXGraph into a C++ project such as the given Dijkstra example, it complains about not being able to find "version.h". Upon further inspection, I renamed the "version.h.in" from the includes folder to "version.h", which stopped that error, however I am then overloaded with an incomprehensible series of errors
Desktop:
- OS: Ubuntu 25.10
- Code Editor: VSCode
- Build Tool: CMake with G++
As github's character limit is 65k, here is a text file containing the error
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the Dijkstra example using CMake and G++ on Ubuntu, then inspect includes/version.h.in and the attached error.txt. Done means the latest master builds and the example can include version.h without manually renaming files or producing the reported error series.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100