PDA

View Full Version : Link error



emrares
12th November 2010, 14:40
I'm trying to build Qt3d with Visual Studio 2005 and i get this strange errors.

moc_qglview.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglvertexbundle.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglview.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qopenglfunctions.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
moc_qglpainter_p.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgltexture2d.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgltexturecube.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgltextureutils.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgltwosidedmaterial.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglrendersequencer.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglscenenode.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglsection.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglshaderprogrameffect.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgllitmaterialeffect.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qgllittextureeffect.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglmaterial.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
qglpainter.obj : error LNK2001: unresolved external symbol __imp__glActiveTexture@4
...
...
...

other link errors like this.

high_flyer
12th November 2010, 14:45
You don't have a OpenGL installed on your system, or your build environment doesn't know where to look for it.