I’m trying to build JOGL because the newest version on CVS has a bug fix I need, but my build stops with this:
[cc] Starting link
[cc] Creating library jogl.lib and object jogl.exp
[cc] WindowsGLImpl_JNI.obj : error LNK2019: unresolved external symbol __
imp__glAccum@8 referenced in function _Java_net_java_games_jogl_impl_windows_Win
dowsGLImpl_glAccum@16
[cc] WindowsGLImpl_JNI.obj : error LNK2019: unresolved external symbol __
imp__glAlphaFunc@8 referenced in function _Java_net_java_games_jogl_impl_windows
_WindowsGLImpl_glAlphaFunc@16
[etc. * MANY MANY LINES]
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglCr
eateContext@4 referenced in function Java_net_java_games_jogl_impl_windows_WGL
wglCreateContext@16
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglDe
leteContext@4 referenced in function Java_net_java_games_jogl_impl_windows_WGL
wglDeleteContext@16
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglGe
tCurrentContext@0 referenced in function Java_net_java_games_jogl_impl_windows
WGL_wglGetCurrentContext@8
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglGe
tCurrentDC@0 referenced in function _Java_net_java_games_jogl_impl_windows_WGL_w
glGetCurrentDC@8
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglGe
tProcAddress@4 referenced in function _Java_net_java_games_jogl_impl_windows_WGL
_wglGetProcAddress@12
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglMa
keCurrent@8 referenced in function _Java_net_java_games_jogl_impl_windows_WGL_wg
lMakeCurrent@24
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglSh
areLists@8 referenced in function _Java_net_java_games_jogl_impl_windows_WGL_wgl
ShareLists@24
[cc] WGL_JNI.obj : error LNK2019: unresolved external symbol __imp__wglSw
apLayerBuffers@8 referenced in function _Java_net_java_games_jogl_impl_windows_W
GL_wglSwapLayerBuffers@20
[cc] jogl.dll : fatal error LNK1120: 364 unresolved externals
BUILD FAILED
C:\jogl\make\build.xml:1074: The following error occurred while executing this l
ine:
C:\jogl\make\build.xml:857: The following error occurred while executing this li
ne:
C:\jogl\make\build.xml:812: link failed with return code 1120
Total time: 1 minute 4 seconds
Any idea what I’m doing wrong? I have the path variables set up correctly I think, and I’m running from a Visual Studio .NET 2003 command prompt. I have Ant 1.6.2, ANTLR 2.7.2, and of course MS VS.NET 2003, version 7.1.3
Microsoft Visual C++ .NET 69462-335-0000007-18740
Thanks so much.