[Bf-committers] gcc default install error with main branch FTVectoriser

Tom M letterrip at gmail.com
Mon Jan 9 20:38:22 CET 2006


I reinstalled cygwin and now am getting the following error with
regular bf-blender

Doing some searching online - I find the following

https://sourceforge.net/mailarchive/forum.php?thread_id=4404870&forum_id=7147

[QUOTE]IIRC... There are two OpenGL implementations available under Cygwin--the
Cygwin one (that works with X) and the Microsoft one. I think the GLUT
implementation only works with the latter. So you should try configuring
"--without-x" in order to make sure you"re using the Microsoft OpenGL
libs.[/QUOTE]

So a naieve install of cygwin could end up with the following error...
perhaps this should be checked in the makefiles?

-- FTVectoriser.cpp --
FTVectoriser.cpp: In member function `void FTVectoriser::MakeMesh(FTGL_DOUBLE)':

FTVectoriser.cpp:186: error: invalid conversion from `GLvoid (*)()' to `GLvoid (
*)()'
FTVectoriser.cpp:186: error:   initializing argument 3 of `void gluTessCallback(
GLUtesselator*, GLenum, GLvoid (*)())'
FTVectoriser.cpp:187: error: invalid conversion from `GLvoid (*)()' to `GLvoid (
*)()'
FTVectoriser.cpp:187: error:   initializing argument 3 of `void gluTessCallback(
GLUtesselator*, GLenum, GLvoid (*)())'
FTVectoriser.cpp:188: error: invalid conversion from `GLvoid (*)()' to `GLvoid (
*)()'
FTVectoriser.cpp:188: error:   initializing argument 3 of `void gluTessCallback(
GLUtesselator*, GLenum, GLvoid (*)())'
FTVectoriser.cpp:189: error: invalid conversion from `GLvoid (*)()' to `GLvoid (
*)()'
FTVectoriser.cpp:189: error:   initializing argument 3 of `void gluTessCallback(
GLUtesselator*, GLenum, GLvoid (*)())'
FTVectoriser.cpp:190: error: invalid conversion from `GLvoid (*)()' to `GLvoid (
*)()'
FTVectoriser.cpp:190: error:   initializing argument 3 of `void gluTessCallback(
GLUtesselator*, GLenum, GLvoid (*)())'
make[2]: *** [/home/TomM/bf/blender/obj/windows/extern/ftgl/FTVectoriser.o] Erro
r 1
make[1]: *** [all] Error 1
make: *** [all] Error 1


More information about the Bf-committers mailing list