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

Installation Failure on Yosemite #57

Closed
ghost opened this issue Sep 24, 2015 · 2 comments
Closed

Installation Failure on Yosemite #57

ghost opened this issue Sep 24, 2015 · 2 comments
Milestone

Comments

@ghost
Copy link

ghost commented Sep 24, 2015

I have cd'd into the directory of the downloaded zip and ran "make all", followed by "sudo -s" and "make install.all" multiple times.

Running bin/glewinfo returns "OK" for a lot of the functions but "MISSING" for a lot of them and Eclipse fails to compile the project with the following error.

14:08:51 **** Incremental Build of configuration Debug for project Prototype-RP ****
make all
Building target: Prototype-RP
Invoking: MacOS X C++ Linker
g++ -o "Prototype-RP" ./src/Prototype-RP.o
Undefined symbols for architecture x86_64:
"_glewExperimental", referenced from:
_main in Prototype-RP.o
"_glewInit", referenced from:
_main in Prototype-RP.o
"_glfwCreateWindow", referenced from:
_main in Prototype-RP.o
"_glfwInit", referenced from:
_main in Prototype-RP.o
"_glfwMakeContextCurrent", referenced from:
_main in Prototype-RP.o
"_glfwPollEvents", referenced from:
_main in Prototype-RP.o
"_glfwSwapBuffers", referenced from:
_main in Prototype-RP.o
"_glfwTerminate", referenced from:
_main in Prototype-RP.o
"_glfwWindowHint", referenced from:
_main in Prototype-RP.o
"_glfwWindowShouldClose", referenced from:
_main in Prototype-RP.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Prototype-RP] Error 1

Any help is appreciated.

@nigels-com
Copy link
Owner

Missing extensions and entry points to be expected, depending on the vendor and GPU. Mostly, I would recommend NOT trying to install GLEW on a Mac.

@ghost
Copy link
Author

ghost commented Sep 24, 2015

Ah, I've tried to get Gnu but it really isn't possible for me to.
Is there anything that I could use instead to access OpenGL and GLFW?

@ghost ghost closed this as completed Sep 24, 2015
@nigels-com nigels-com modified the milestone: GLEW 2.0.0 Apr 3, 2016
This issue was closed.
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

1 participant