-
Notifications
You must be signed in to change notification settings - Fork 37
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
Install #9
Comments
Hi Romio1993, Did you get it to work? Most likely Xlib.h is not in your default header search folder. Find where your Xlib.h is then add the path to your $PATH. Ubuntu does not have such issue, this happens on mac. tfchu |
@Romio1993 what OS are you compiling on? |
I am having this error on executing make. |
a check for x11 development files has been added now. please test now |
Hello, Ruben.
I nave problem with install graywolf-master.
after "cmake .", i write "make", but installation Interrupted.
And on monitor
[ 3%] Building C object src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o
/home/roma/soft/graywolf-master/src/Ylib/dialog.c:78:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make:182: Recipe error for target «src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o»
make[2]: *** [src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o] Error 1
CMakeFiles/Makefile2:127: Recipe error for target «src/Ylib/CMakeFiles/ycadgraywolf.dir/all»
make[1]: *** [src/Ylib/CMakeFiles/ycadgraywolf.dir/all] Error 2
Makefile:127: Recipe error for target «all»
make: *** [all] Error 2
Please, Please, tell me what might be the problem
The text was updated successfully, but these errors were encountered: