• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

Kdevelop won't compile

Lachrymose

smokeMeth();
I wasn't sure whether to post this in Linux or this, so if you feel it should be there, move it.

Okay, so after recovering my Ubuntu partition after a Windows 7 install, I installed Kdevelop and just tried to compile a basic application and it compiles successfully, but when I execute it, the console window shows

/bin/sh/: /home/connor/test/debug/./src/test: not found
Press Enter to continue!

Has anyone had this problem? I'm kind of late for work now so sorry if I missed any details, but I had to post this before I forgot about it. Thanks. Eight hour shift, brb.
 

A_Nub

Developer
did you install devtools or KDE? Also '.' as a dir name seems off, something went terribly wrong.
 

Hardrive

Contributor
Try navigating to /home/connor/test/debug/src/ and see if a test file exists. If so, chmod +x it and try to run it.

If that doesn't work, try just compiling your program with gcc.
 
Top