ubuntu glfw3 fatal error !! plz help
ubuntu glfw3 fatal error !! plz help
Bug #4699 [New]
hello,
after installed glfw3 manually whith cmake and make,
try make install.
i have this problem too.
The script that installs glfw is cocos2dx/tools/travis-scripts/install_glfw.sh.
Status: | New | |
---|---|---|
Start date: | 2014-04-06 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android, linux | |
Target version: | - |
Dear,
i'm running Ubuntu 13.10 with working Android SDK and NDK
run the travis script and build a new project successfully BUT i'm stucked when i open the folder proj.android and run build_native.py
GLView.h:31:19: fatal error: glfw3.h: No such file or directory
#include "glfw3.h"
^
compilation terminated.
i've installed glfw3 manually with cmake and make , run the travis script : install_glfw.sh
but always stucked in the same problem :'(
please help