-
Notifications
You must be signed in to change notification settings - Fork 252
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
Cannot compile in Ubuntu 17.10 #31
Comments
Fixed installing missing dependencies and with this: #13 |
Why is this issue closed? Pull request #13 isn't merged in yet. I was having the same problem. |
Sorry for my english, i meant that i don’t have this issue anymore so i closed my issue as i believe it was on my side |
It shouldn't have been closed, but the point is basically moot as @grahamsellers has abandoned this project without appointing any other maintainers. Our best bet is probably for someone to make a fork that only has the fixes merged in. We could then mention it on the wiki. |
What do you mean by abandoning? Are they working on a new book? |
I mean nobody is merging these fixes. A new (unpublished) book doesn't help any of us still reading the current edition or trying to use these examples. |
Anyway, I've added the wiki page I mentioned (as well as some others): https://github.com/openglsuperbible/sb7code/wiki/Notable-Forks My fork has the fixes, but I'm also porting the examples from the book's SB7 library to OGLplus. So, I'll leave it for someone else to make a pure fork + fixes. |
the cmake command executes correctly, the make returns an error:
/usr/bin/ld: cannot find -lglfw3 /usr/bin/ld: cannot find -lXinerama /usr/bin/ld: cannot find -lXi /usr/bin/ld: cannot find -lXcursor collect2: error: ld returned 1 exit status CMakeFiles/wrapmodes.dir/build.make:95: recipe for target '../bin/wrapmodes' failed make[2]: *** [../bin/wrapmodes] Error 1 CMakeFiles/Makefile2:131: recipe for target 'CMakeFiles/wrapmodes.dir/all' failed make[1]: *** [CMakeFiles/wrapmodes.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
I tried both on Wayland and x11, none works, same issue, I do have glfw3 and glfw3-dev
Hints?
The text was updated successfully, but these errors were encountered: