Compiling projects
-
IMO, this sounds like the path doesn't contain the route to the libraries, so they aren't being found. If this is the case, maybe using -Lfulllibroute instead of -llibname could be useful (-L full lib route, -l library name). Also, I don't know which $PATH(s) mingw's ld looks into...
--
-
I've uninstall Qt sdk and minigw and reinstall only Qt sdk.
I've load my project, run qmake and build project obtaining a lot of error like:_undefined reference to
__gxx_personality_sj0'_ _undefined reference to
Unwind_SjLj_Register'
_undefined reference to_Unwind_SjLj_Unregister'_ _undefined reference to
Unwind_SjLj_Resume'It seems like a non correct library link.
-
After such a tremendous software removal and reinstallation... a full clean build is recommended, IMHO.
--
-
I have reinstalled the Qt SDK and after compile my project I obtained this errors:
./release\moc_mainwindow.o:moc_mainwindow.cpp:(.text+0xb7): undefined reference to `__gxx_personality_sj0'
./release\moc_mainwindow.o:moc_mainwindow.cpp:(.text+0xca): undefined reference to `_Unwind_SjLj_Register'
./release\moc_mainwindow.o:moc_mainwindow.cpp:(.text+0x113): undefined reference to `_Unwind_SjLj_Unregister'
./release\moc_mainwindow.o:moc_mainwindow.cpp:(.text+0xa76): undefined reference to `_Unwind_SjLj_Resume'
for each file.
How can manage this? Which library contain that reference?
Please help!
-
2 years ago... too many changes in Qt since that moment in time? Couldn't say, as i recently joined this page...