randi120 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Qt Creator on Windows Build Problems #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open CMakeLists.txt file from Qt Creator/File/Open File or Project
2. Select freetype-gl-read-only folder
3. Run one of the demos.

What is the expected output? What do you see instead?

I Expect to see the demo, the exit on Compile Output is :

In file included from \freetype-gl-read-only\texture-atlas.c:39:
\freetype-gl-read-only\/opengl.h:46:25: error: GL/glew.h: No such file or 
directory
\freetype-gl-read-only\/opengl.h:47:26: error: GL/wglew.h: No such file or 
directory
\freetype-gl-read-only\/opengl.h:48:72: error: GLUT/glut.h: No such file or 
directory

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

Qt Creator 2.4.1. and Windows Vista

Please provide any additional information below.

I suspect than on CMakeLists.txt there are errors like :

SET( GLUT_INCLUDE_DIR
         ${CMAKE_CURRENT_SOURCE_DIR}/windows/glut )
INCLUDE_DIRECTORIES( ${GLUT_INCLUDE_DIRS}

Original issue reported on code.google.com by ergocor...@gmail.com on 25 Jan 2013 at 4:39

GoogleCodeExporter commented 8 years ago
Do you know if glew is installed on your machine ?

Original comment by Nicolas.Rougier@gmail.com on 4 Feb 2013 at 1:58

GoogleCodeExporter commented 8 years ago
No, glew is not installed on my machine. I forget to mention that i want to 
compile with Qt Creator with MinGW 4.4.

When i correct CMakeList.txt names, and compile with libraries (glew, glut, 
freetype) compiled with gcc (via Cygwin) i'm able to run demo-display-list and 
demo-texture. The other terminate with Exception Code 0xc0000005/ Windows.

Original comment by ergocor...@gmail.com on 5 Feb 2013 at 2:43

GoogleCodeExporter commented 8 years ago
Could you try again with the latest gl-3.0  branch ?

Original comment by Nicolas.Rougier@gmail.com on 20 Feb 2013 at 10:55

GoogleCodeExporter commented 8 years ago
Should be fixed with latest trunk.

Original comment by Nicolas.Rougier@gmail.com on 29 Mar 2013 at 7:27