What does error: [a] Error 1 means?
-
@suslucoder Please show the WHOLE output. You apparently have a syntax error, but you do not show the actual error message...
-
@suslucoder
So this is nasty looking error when linking inlibqmapcontrol.so
, which comes withQMapControl is a Qt/Qtopia widget which enables your (mobile)
applications to use map data.Are you using this? Is it for the right platform/architecture? Is it installed correctly? Is it corrupt? Can you reinstall it?
-
@suslucoder Switch to "Compile Output" tab after building, copy the output there and paste it here...
-
@suslucoder said in What does error: [a] Error 1 means?:
The project was made in windows but now im running it on linux.
I hope the
libqmapcontrol.so
isn't somehow a file copied from Windows, or some other OS?! It must be for your current platform/architecture. Do you build it yourself, or fetch it from somewhere? You might run anldd
on it.Also do answer @jsulm's latest.
-
16:14:05: The process "/usr/bin/make" exited with code 2. Error while building/deploying project yi (kit: Desktop Qt 5.12.10 GCC 64bit) The kit Desktop Qt 5.12.10 GCC 64bit has configuration issues which might be the root cause for this problem. When executing step "Make" 16:14:05: Elapsed time: 00:00.
-
@suslucoder said in What does error: [a] Error 1 means?:
The kit Desktop Qt 5.12.10 GCC 64bit has configuration issues
Your Kit seems to be broken you should check that.
Also, you should do a rebuild to get more information: delete build folder, run qmake, build.