Hi, I buillt project succesfully, but when i tried to run the program, i got this:
I`m running xubuntu, if it matters. Will be very (really very, it is the only one great cpp ide in linux) glad to hear help from you
Can`t run the program
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Sep 21, 2016 1:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can`t run the program
Can you post the error you get in *text* and not in picture?
Also, the build output.
Also, the build output.
Make sure you have read the HOW TO POST thread
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Can`t run the program
Hi,
Also, try running /home/xubuntu/документы/CppLabs/cmake-build-Debug/bin/Lab1 in a terminal and check it works there.
If it does, I wonder if the problem is caused by the 'документы' in the path. Try temporarily renaming it to 'Documents'.
Regards,
David
Also, try running /home/xubuntu/документы/CppLabs/cmake-build-Debug/bin/Lab1 in a terminal and check it works there.
If it does, I wonder if the problem is caused by the 'документы' in the path. Try temporarily renaming it to 'Documents'.
Regards,
David
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Sep 21, 2016 1:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can`t run the program
error in text format:eranif wrote:Can you post the error you get in *text* and not in picture?
Also, the build output.
/usr/bin/codelite_exec: 22: /usr/bin/codelite_exec: /home/xubuntu/Документи/CppLabs/cmake-build-Debug/bin/Lab1: not found
Press ENTER to continue...
when debug, i got this
/bin/sh -c 'cd /home/xubuntu/Документи/CppLabs/cmake-build-Debug && /usr/bin/make -j4 -e '
/bin/sh: 1: cd: can't cd to /home/xubuntu/Документи/CppLabs/cmake-build-Debug
====0 errors, 0 warnings====
i understand, that there should be an "cmake-build-Debug", which i don`t have in my package xubuntu/Документи/CppLabs, but what the way I can fix it?
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Sep 21, 2016 1:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can`t run the program
thank you, it works well)DavidGH wrote:Hi,
Also, try running /home/xubuntu/документы/CppLabs/cmake-build-Debug/bin/Lab1 in a terminal and check it works there.
If it does, I wonder if the problem is caused by the 'документы' in the path. Try temporarily renaming it to 'Documents'.
Regards,
David