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

Not building from tar (version issue) #100

Closed
piskorzj opened this issue May 20, 2019 · 4 comments
Closed

Not building from tar (version issue) #100

piskorzj opened this issue May 20, 2019 · 4 comments
Assignees

Comments

@piskorzj
Copy link

Probably related to #56

I can't build scxmlcc using tar package. It is failing on Generating ../version_auto.h.

Steps to reproduce:

wget https://github.com/jp-embedded/scxmlcc/archive/0.9.tar.gz
tar axf 0.9.tar.gz
mkdir build && cd build
cmake ../scxmlcc-0.9
make

Output:

$ make
[ 16%] Generating ../version_auto.h
error: No repo or cache detected.
src/CMakeFiles/scxmlcc.dir/build.make:61: recipe for target 'version_auto.h' failed
make[2]: *** [version_auto.h] Error 1
CMakeFiles/Makefile2:85: recipe for target 'src/CMakeFiles/scxmlcc.dir/all' failed
make[1]: *** [src/CMakeFiles/scxmlcc.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

Tested on ubutnu 16.04 and 18.04.

@jp-embedded
Copy link
Owner

Thanks for the observation. Will look into it.

@jp-embedded
Copy link
Owner

fixed in pull request #101
Will close issue when a new tagged release is ready

@jp-embedded
Copy link
Owner

I think there will be a new tagged release in week 28, so this can be closed

@piskorzj
Copy link
Author

Nice, I've tested it with downloading master (wget https://github.com/jp-embedded/scxmlcc/archive/master.tar.gz) and now it compiles fine.

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