What does error: [a] Error 1 means?
-
wrote on 29 Jan 2021, 11:04 last edited by
Hi everyone. I have a QT project. When i build, it gives me that error. There is not any information else.
What does it mean? -
Hi everyone. I have a QT project. When i build, it gives me that error. There is not any information else.
What does it mean?@suslucoder said in What does error: [a] Error 1 means?:
What does it mean?
That there is an error. The actual error is somewhere above that line. So please look more carefully at the output or post it here...
-
@suslucoder said in What does error: [a] Error 1 means?:
What does it mean?
That there is an error. The actual error is somewhere above that line. So please look more carefully at the output or post it here...
wrote on 29 Jan 2021, 12:51 last edited by -
@suslucoder Please show the WHOLE output. You apparently have a syntax error, but you do not show the actual error message...
-
wrote on 29 Jan 2021, 12:53 last edited by JonB
@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 Please show the WHOLE output. You apparently have a syntax error, but you do not show the actual error message...
wrote on 29 Jan 2021, 12:54 last edited by@jsulm I DID SHOW THE WHOLE ALREADY
-
@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?
wrote on 29 Jan 2021, 12:56 last edited by@JonB Yes im using.
I reinstall it. The project was made in windows but now im running it on linux. I change the directories and it doesnt work. So i reinstall and include them again but it does not work also. -
@JonB Yes im using.
I reinstall it. The project was made in windows but now im running it on linux. I change the directories and it doesnt work. So i reinstall and include them again but it does not work also.@suslucoder Switch to "Compile Output" tab after building, copy the output there and paste it here...
-
@JonB Yes im using.
I reinstall it. The project was made in windows but now im running it on linux. I change the directories and it doesnt work. So i reinstall and include them again but it does not work also.wrote on 29 Jan 2021, 13:03 last edited by JonB@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.
-
@suslucoder Switch to "Compile Output" tab after building, copy the output there and paste it here...
wrote on 29 Jan 2021, 13:14 last edited by16: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.
-
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. -
@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.
wrote on 29 Jan 2021, 13:17 last edited by@JonB I build the project myself. When i went to project directory
libqmapcontrol.so
was there. I didnt copy it, I reinstall it.
-
@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.wrote on 29 Jan 2021, 13:17 last edited by@jsulm Ok, i will check it
1/13