Hello,
I'm not able to make the release 13.12 working on my system Ubuntu 14.04.
With previous codeblock-release/system (Ubuntu 12.04) no problems.
Now it seems that it doesn't find the object file in the designed directory. Probably it's only a problem of default path-setting, but I'm not able to see where to set it.
The followings are the results of compiling/executing a simple program in a C file (paroladentro.c):
Buid messages
||warning: -c: File o directory non esistente [enabled by default]|
||=== Build failed: 0 error(s), 1 warning(s) (0 minute(s), 0 second(s)) ===|
Build log
gcc -march=corei7 -Wshadow -Winit-self -Wredundant-decls -Wcast-align -Wundef -Wfloat-equal -Winline -Wunreachable-code -Wmissing-declarations -Wmissing-include-dirs -Wswitch-enum -Wswitch-default -Wmain -Wfatal-errors -Wextra -Wall -ansi -I/home/linoski/Cprogr -I/home/linoski/Cprogr -I -c /home/linoski/Cprogr/paroladentro.c -o /home/linoski/Cprogr/paroladentro.o
cc1: warning: -c: File o directory non esistente [enabled by default]
g++ -o /home/linoski/Cprogr/paroladentro /home/linoski/Cprogr/paroladentro.o
/bin/sh: 1: g++: not found
Checking for existence: /home/linoski/Cprogr/paroladentro
At running
It seems that this file has not been built yet.
Do you want to build it now?
Process terminated with status 127 (0 minute(s), 0 second(s))
0 error(s), 1 warning(s) (0 minute(s), 0 second(s))
Further observations:
1) paraoladentro.c and paroladentro.o exist in /home/linoski/cprogr
2) all permissions are given
Thank You in advance.