-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make failing on Ubuntu 15.04 #3
Comments
same problem on Ubuntu 15.10. |
+1 this, 15.10 trying to build a newer version of the preinstalled driver. Same error. |
Same issue in 15.10 under Gnome 3.16.4 |
Same issue in 15.10-gnome |
The workaround is to add This let make finish without errors (but with warnings). |
Check your error message for file name and line number. In your case -
File - os.h Use your favourite text editor to open the file -
So
|
Looks like os.h duplicates prototypes for some system functions unless xorg-server.h is included first, according to this discussion http://lists.x.org/archives/xorg-devel/2014-July/043067.html
The text was updated successfully, but these errors were encountered: