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

CMAKE build fails on Ubuntu 14.04 #83

Closed
slimsag opened this issue Aug 15, 2014 · 2 comments
Closed

CMAKE build fails on Ubuntu 14.04 #83

slimsag opened this issue Aug 15, 2014 · 2 comments
Assignees

Comments

@slimsag
Copy link

slimsag commented Aug 15, 2014


stephen@stephen-Inspiron-N5110:~/Desktop/Chipmunk2D$ make
[  1%] Building C object src/CMakeFiles/chipmunk.dir/cpSpaceDebug.c.o
/home/stephen/Desktop/Chipmunk2D/src/cpSpaceDebug.c:22:39: fatal error: chipmunk/chipmunk_private.h: No such file or directory
 #include "chipmunk/chipmunk_private.h"
                                       ^
compilation terminated.
make[2]: *** [src/CMakeFiles/chipmunk.dir/cpSpaceDebug.c.o] Error 1
make[1]: *** [src/CMakeFiles/chipmunk.dir/all] Error 2
make: *** [all] Error 2

@mrozbarry
Copy link

This error is also apparent on Arch Linux from git 6fd3b92.

@mxnemu
Copy link

mxnemu commented Oct 9, 2014

Temporary workaround to make it build, until #85 or #89 gets merged:

cd src
ln -s ../include/chipmunk/ chipmunk

@slembcke slembcke self-assigned this Jun 29, 2015
@slembcke slembcke closed this as completed Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants