-
Notifications
You must be signed in to change notification settings - Fork 179
Make errors #1
Comments
I'm having the same issue |
mkdir -p build |
ok i got it to work: change src/TestWin/BasicTestWin.cpp:
to
Then, I ran into a problem in my (symlinked) src/TestWin/GL/gl.h (grabbed from macports): In file included from src/TestWin/BasicTestWin.cpp:41: so i saw that it glext.h was a sibling and changed it to
and then, another issue: In file included from src/TestWin/BasicTestWin.cpp:41: so in src/TestWin/GL/gl.h, line 5340 I declare a void *
It compiled! (with some warnings about string literal to char * conversions) but not a single fuq was given. Hope that helps John |
@jsalva, you're awesome. Thanks! |
np ;) |
Hello Pitzer,
Just trying to compile SiftGPU on a iMac (late 2013), with this error output after just running 'make':
Seems like errors in the code, but I guess the code worked elsewhere, so what is that I'm doing wrong?
The text was updated successfully, but these errors were encountered: