Questions tagged as ['code-blocks']
The open source, cross platform, free C++ IDE.
Score: 0
GCC compiler does not recognize in the CodeBlocks IDE (Set variable: LD_LIBRARY_PATH=.:)
I am using Ubuntu 20.04 LTS and I have been trying to get up and run the C programs in codeblocks IDE and it keeps getting me this following error.
Checking for existence: /media/darkpheonix/dptech/dptech/Projects/C/techtheory/bin/Debug/techtheory
Set variable: LD_LIBRARY_PATH=.:
Executing: xterm -T techtheory -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=:. /media/darkpheonix/dptech/dptech/Pr ...
Score: 0
MinGW setup in codeblocks
sorry for silly question. currently i am passing my academic computer graphics courses. recently I have installed Freeglut. But the problem is, I have to run windows.h headerfile. i have no alternative option because I have to share codes with my teachers and classmates, whos all are using windows. So I have installed MinGW 64 compiler in Ubuntu 21.04 using apt package manager. But I didn't find any opt ...