Hello, all. I've got a quick question that I hope someone will help me be able to solve.
I'm getting this error which says:
"cannot find -lvecmat"
I'm new to QT, so go easy on me, but I'm assuming there is a library missing called vecmat? Is that correct? If not, can someone please point me in the right direction?
Here is the other information QT provided just in case it is useful. (Sorry, I'm so new I'm not sure what is useful and what isn't.)
16:25:02: Running build steps for project topmod...
16:25:02: Configuration unchanged, skipping qmake step.
16:25:02: Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe"
C:/QtSDK/mingw/bin/mingw32-make.exe -f Makefile.Debug
mingw32-make.exe[1]: Entering directory `C:/Users/Josh/Desktop/topmod-read-only/topmod-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release'
g++ -L./lib -LC:/Python25/libs -pg -mthreads -Wl,-subsystem,windows -o debug\TopMod.exe object_script.TopMod.Debug -L"c:\QtSDK\Desktop\Qt\4.7.4\mingw\lib" -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -lqtmaind tmp\topmod_res.o -lvecmat -ldlflcore -ldlflaux -lpython25 -lQtXmld4 -lQtOpenGLd4 -lQtGuid4 -lQtCored4 -LC:\OpenSSL-Win32_full\lib
c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lvecmat
Thank you, everyone.

Reply With Quote

