Open MarkusNemesis opened 1 year ago
Surely linking to GL and GLU is missing, is -lGL & -lGLU being passed ? Unfortunately i wrote this stuff very quickly just to be barely working for my purpose so specific stuff for cross platform compatibility may be missing
Hello,
I would greatly appreciate any advice on compiling on Windows, using Cygwin.
I've gotten it up to the point where it compiles up to 55%, only to then blast me with these errors:
[ 55%] Linking CXX shared library cygftglS.dll /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference to
glPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference toglPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x46): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x55): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x5f): undefined reference to
glDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xc9): undefined reference toglPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xce): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x46): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x55): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x5f): undefined reference toglDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xc9): undefined reference to
glPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBitmapFont.cpp.o:FTBitmapFont.c:(.text$_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBitmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xce): undefined reference toglPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x292): undefined reference to
glGenTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x2d1): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x2e6): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x2fb): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x310): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x325): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x49f): undefined reference to
glGenTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x4de): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x4f3): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x508): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x51d): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x532): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text+0x602): undefined reference to
glDeleteTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x66): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x70): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x7a): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x84): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x93): undefined reference toglBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x4c2): undefined reference to
glBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x680): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x68f): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x69e): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x6ad): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x708): undefined reference toglTexImage2D' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x78b): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x7a6): undefined reference toglNormal3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x801): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x82e): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x881): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x8ae): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x911): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x93e): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x9a9): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x9d6): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x9db): undefined reference to
glEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x9e0): undefined reference toglPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x9e5): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x66): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x70): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x7a): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x84): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x93): undefined reference toglBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x4c2): undefined reference to
glBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x680): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x68f): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x69e): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x6ad): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x708): undefined reference toglTexImage2D' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x78b): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x7a6): undefined reference toglNormal3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x801): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x82e): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x881): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x8ae): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x911): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x93e): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x9a9): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x9d6): undefined reference toglVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x9db): undefined reference to
glEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x9e0): undefined reference toglPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTBufferFont.cpp.o:FTBufferFont.c:(.text$_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTBufferFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x9e5): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference to
glDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x41): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x50): undefined reference to
glHint' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x5a): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x69): undefined reference to
glBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xd3): undefined reference toglPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference to
glPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference toglDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x41): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x50): undefined reference toglHint' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x5a): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x69): undefined reference toglBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTOutlineFont.cpp.o:FTOutlineFont.:(.text$_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTOutlineFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xd3): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x30): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x3a): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x44): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x53): undefined reference to
glBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x5d): undefined reference toglDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x6e): undefined reference to
glGetFloatv' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x80): undefined reference toglPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x92): undefined reference to
glPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xa4): undefined reference toglPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xb6): undefined reference to
glPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x120): undefined reference toglPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x125): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x30): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x3a): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x44): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x53): undefined reference to
glBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x5d): undefined reference toglDisable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x6e): undefined reference to
glGetFloatv' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x80): undefined reference toglPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x92): undefined reference to
glPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xa4): undefined reference toglPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xb6): undefined reference to
glPixelTransferf' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x120): undefined reference toglPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTPixmapFont.cpp.o:FTPixmapFont.c:(.text$_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN16FTPixmapFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x125): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text+0x473): undefined reference toglDeleteTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text+0x8a9): undefined reference to
glDeleteTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl20CalculateTextureSizeEv[_ZN17FTTextureFontImpl20CalculateTextureSizeEv]+0x3b): undefined reference toglGetIntegerv' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0x67): undefined reference to
glGenTextures' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0x76): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0x8b): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0xa0): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0xb5): undefined reference to
glTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0xca): undefined reference toglTexParameteri' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl13CreateTextureEv[_ZN17FTTextureFontImpl13CreateTextureEv]+0x11b): undefined reference to
glTexImage2D' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference toglPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x46): undefined reference toglBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0x50): undefined reference to
glEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIcEE7FTPointPKT_iS1_S1_i]+0xbf): undefined reference toglPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x2d): undefined reference to
glPushAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x37): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x46): undefined reference to
glBlendFunc' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0x50): undefined reference toglEnable' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTFont/FTTextureFont.cpp.o:FTTextureFont.:(.text$_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i[_ZN17FTTextureFontImpl7RenderIIwEE7FTPointPKT_iS1_S1_i]+0xbf): undefined reference to
glPopAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTBitmapGlyph.cpp.o:FTBitmapGlyph.:(.text+0x4b6): undefined reference toglBitmap' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTBitmapGlyph.cpp.o:FTBitmapGlyph.:(.text+0x4cc): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTBitmapGlyph.cpp.o:FTBitmapGlyph.:(.text+0x510): undefined reference toglBitmap' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTBitmapGlyph.cpp.o:FTBitmapGlyph.:(.text+0x55c): undefined reference to
glBitmap' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x31b): undefined reference toglGenLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x335): undefined reference to
glNewList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x343): undefined reference toglEndList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x359): undefined reference to
glNewList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x367): undefined reference toglEndList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x37d): undefined reference to
glNewList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x38b): undefined reference toglEndList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x426): undefined reference to
glDeleteLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x4ef): undefined reference toglTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x512): undefined reference to
glCallList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x52d): undefined reference toglCallList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x548): undefined reference to
glCallList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x600): undefined reference toglTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x67a): undefined reference to
glNormal3d' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x6c6): undefined reference toglBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x79f): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x7f3): undefined reference toglVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x819): undefined reference to
glEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x8b1): undefined reference toglNormal3d' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x8fd): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0x9ec): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xa6c): undefined reference to
glVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xa92): undefined reference toglEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xb65): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xcfa): undefined reference toglNormal3dv' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xda2): undefined reference to
glTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xe07): undefined reference toglVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xe72): undefined reference to
glVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xee4): undefined reference toglVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xf36): undefined reference to
glVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTExtrudeGlyph.cpp.o:FTExtrudeGlyph:(.text+0xf57): undefined reference toglEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x26f): undefined reference to
glGenLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x289): undefined reference toglNewList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x297): undefined reference to
glEndList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x332): undefined reference toglDeleteLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x3fb): undefined reference to
glTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x414): undefined reference toglCallList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x49c): undefined reference to
glTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x4f8): undefined reference toglBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x5fe): undefined reference to
glVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTOutlineGlyph.cpp.o:FTOutlineGlyph:(.text+0x624): undefined reference toglEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPixmapGlyph.cpp.o:FTPixmapGlyph.:(.text+0x4e9): undefined reference to
glBitmap' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPixmapGlyph.cpp.o:FTPixmapGlyph.:(.text+0x4f8): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPixmapGlyph.cpp.o:FTPixmapGlyph.:(.text+0x507): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPixmapGlyph.cpp.o:FTPixmapGlyph.:(.text+0x535): undefined reference toglDrawPixels' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPixmapGlyph.cpp.o:FTPixmapGlyph.:(.text+0x581): undefined reference to
glBitmap' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x2b3): undefined reference toglGenLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x2cd): undefined reference to
glNewList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x2db): undefined reference toglEndList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x376): undefined reference to
glDeleteLists' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x43f): undefined reference toglTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x458): undefined reference to
glCallList' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x4e0): undefined reference toglTranslatef' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x585): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x65e): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x6b2): undefined reference to
glVertex3f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTPolygonGlyph.cpp.o:FTPolygonGlyph:(.text+0x6d8): undefined reference toglEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x2bb): undefined reference to
glPushClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x2ca): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x2d9): undefined reference to
glPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x2e8): undefined reference toglPixelStorei' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x2fe): undefined reference to
glBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x344): undefined reference toglTexSubImage2D' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x349): undefined reference to
glPopClientAttrib' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x539): undefined reference toglBindTexture' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x5c1): undefined reference to
glBegin' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x5f6): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x60a): undefined reference to
glVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x641): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x668): undefined reference to
glVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x6a1): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x6e0): undefined reference to
glVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x717): undefined reference toglTexCoord2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x740): undefined reference to
glVertex2f' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTGlyph/FTTextureGlyph.cpp.o:FTTextureGlyph:(.text+0x745): undefined reference toglEnd' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xcc3): undefined reference to
gluNewTess' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xcdf): undefined reference togluTessCallback' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xcf7): undefined reference to
gluTessCallback' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd0f): undefined reference togluTessCallback' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd27): undefined reference to
gluTessCallback' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd3f): undefined reference togluTessCallback' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd6a): undefined reference to
gluTessProperty' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd89): undefined reference togluTessProperty' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xd9e): undefined reference to
gluTessProperty' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xdbb): undefined reference togluTessNormal' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xdcf): undefined reference to
gluTessBeginPolygon' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xe5f): undefined reference togluTessBeginContour' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xeea): undefined reference to
gluTessVertex' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xf16): undefined reference togluTessEndContour' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xf3f): undefined reference to
gluTessEndPolygon' /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/ftglS.dir/FTVectoriser.cpp.o:FTVectoriser.c:(.text+0xf4b): undefined reference togluDeleteTess' collect2: error: ld returned 1 exit status make[2]: *** [Base/ftgl/CMakeFiles/ftglS.dir/build.make:562: Base/ftgl/cygftglS.dll] Error 1 make[1]: *** [CMakeFiles/Makefile2:260: Base/ftgl/CMakeFiles/ftglS.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [SNIP]
Here's the Cygwin packages I have installed, all with source enabled: