andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

build fail on linux x86_64 platform #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install all the required lib
2.run make command in generated build folder

What is the expected output? What do you see instead?
the build error is as following:
In file /home/kongqingbeng/google/alembic/lib/AbcOpenGL/GLCamera.h:39 ,
               from /home/kongqingbeng/google/alembic/lib/AbcOpenGL/GLCamera.cpp:37:
/home/kongqingbeng/google/alembic/lib/AbcOpenGL/Foundation.h:106:21: 
Error:GL/glew.h:No such file or directory
/home/kongqingbeng/google/alembic/lib/AbcOpenGL/Foundation.h:116:22: 
Error:GL/glxew.h:No such file or directory
/home/kongqingbeng/google/alembic/lib/AbcOpenGL/Foundation.h:120:21: 
Error:GL/glut.h:No such file or directory

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by alexbear...@gmail.com on 28 Apr 2014 at 2:55

GoogleCodeExporter commented 9 years ago
Anyone know the solution is? do I need to install OpenGL module to get it 
launched ?

Original comment by alexbear...@gmail.com on 28 Apr 2014 at 7:30

GoogleCodeExporter commented 9 years ago
You can specify NOT ALEMBIC_NO_OPENGL in your cmake command if you want to skip 
building this library.

Original comment by miller.lucas on 28 Apr 2014 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 25 Jun 2014 at 9:50