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

Install #9

Open
Romio1993 opened this issue Apr 11, 2017 · 4 comments
Open

Install #9

Romio1993 opened this issue Apr 11, 2017 · 4 comments

Comments

@Romio1993
Copy link

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

@tfchu
Copy link

tfchu commented Oct 29, 2017

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

@tlf30
Copy link

tlf30 commented Oct 31, 2017

@Romio1993 what OS are you compiling on?

@akhil-123
Copy link

I am having this error on executing make.
/home/akhil/Pictures/graywolf-master/src/Ylib/dialog.c:75:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make:182: recipe for target 'src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o' failed
make[2]: *** [src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o] Error 1
CMakeFiles/Makefile2:127: recipe for target 'src/Ylib/CMakeFiles/ycadgraywolf.dir/all' failed
make[1]: *** [src/Ylib/CMakeFiles/ycadgraywolf.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

@rubund
Copy link
Owner

rubund commented Aug 12, 2018

a check for x11 development files has been added now. please test now

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

5 participants