-
Notifications
You must be signed in to change notification settings - Fork 628
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
Building from git-source throws errors on OS X Yosemite #47
Comments
Do you mind checking if 1.12.0 has the same problem. I'm still on OSX 10.9... |
See also: http://sourceforge.net/p/glew/bugs/270/ |
Some more of the failing build log might also help shed some light. |
Sorry to ask but, where/how can I see the build log? |
Everything on the console following the make command, would be helpful. |
I downloaded today the latest commit cbd0dce and run the same commands as when opened the issue in OS X 10.10.5. The resulting output is the following
|
On my 10.10.5 the same commit builds fine. Could be some local issue.
|
This is my configuration
Looks pretty much the same. Could you post the commands you are executing? |
I tried to debug the makefile to see what is missing. Using
and that line is the one that's breaking the make. Any clue? |
Ok, somehow the |
Oh! Specify STRIP= on the command line, to disable that step. |
But should I actually disable the strip command or should it work even with it? |
Sounds like a bug or incompatibility between the compiler and strip. Stripping is optional, so use STRIP= to skip it. |
Hope @tamaskenez share the building commands, because apparently it worked for him smoothly. I'll try the STRIP= and try to build a simple program. |
Find a solution to building and linking to my app in the issue #13 |
@BRabbit27 I used the exact 3 command from your first post |
@nigels-com @tamaskenez do you have any idea on what could be the problem? I haven't made any major configuration change on my system. |
I'm not familiar with the LC_ID_DYLIB setting but let me know what I should check on my system and I'll post it here. |
@tamaskenez yes, as I commented already, using cmake builds correctly the library. I guess is the same kind of building between Makefile and Cmake, so I don't understand why one works and the other don't. |
I just might have to dust off my busted up old MacBook Pro and see if it can cope with Yosemite. |
(I'm still holding out for a new MacBook Pro, even though Santa failed to deliver on that) |
These worked for me on 10.12.1, closing.
|
I downloaded the code using git and try to build glew from it. The commands used were
and the resulting error is
am I doing something wrong during the compilation?
The text was updated successfully, but these errors were encountered: