Tagged Questions
0
votes
0answers
45 views
Executable file in Code Blocks does not run
I just installed Codeblocks in my Raspberry which runs Raspian (like Debian). I built and run the hello world application and it works. But When I try to open the executable file(with double click) it ...
1
vote
1answer
5k views
How to setup GTK+ to develop with Code::Blocks on Ubuntu Linux
I am trying to develop a GTK+ application on Ubuntu 11.4, using Code::Blocks.
www.gtk.org has instructions on building GTK+ from source, that looked complicated. But the Ubuntu package manager listed ...
1
vote
1answer
121 views
OpenCV compile Eigenface.cpp in Linux with using CodeBlocks
I want to compile the following OpenCV programm with CodeBlocks or with Linux Terminal.
http://plaza.ufl.edu/tyler727/imdl/src/eigenface.cpp
line 57: nTrainFaces = ...
0
votes
2answers
245 views
How to cross compile with mingw on linux using Code::Blocks?
So I was using the i586-mingw32msvc compiler on linux to compile for windows. The Code::Blocks was configured like in this site. Everything was fine until I tried to compile C++11 code and the ...
0
votes
1answer
90 views
Run build script in Code::Blocks instead of building a target
Background:
I recently joined a software development company as an intern and am getting used to a new build system. The software is for an embedded system, and lets just say that all building and ...
0
votes
3answers
53 views
How do you link to a library from the software manager on Linux?
So I recently got fed up with Windows and installed Linux Mint. I am trying to get a project to build I have in Code::Blocks. I have installed Code::Blocks but I need glew(as well as a few other ...
0
votes
3answers
106 views
Can't comment // on codeblocks
I'm using codeblocks to learn C programming.
When I use /* */ the program works, but when I use // the program returns this error.
expected identifier or ‘(’ before ‘/’ token|
here's the main.c
...
2
votes
3answers
1k views
Linux: automatic backup on save of changed file
Is there any way/SW-tool that can be used to monitor a directory for changes to files and then either back it up to a unique file or to a version control system?
Reason: I'm using Code::Blocks and ...
0
votes
1answer
505 views
Codeblocks: set files for stdin, stdout?
How can i set files for stdin and stdout in codeblocks ide. I would be better if i can set them different for each build target. It may be linux only solution.
2
votes
1answer
491 views
How to make Qt4 work using Code::Blocks in Linux Mint
I'm trying to use Qt4 using the Code::Blocks IDE. I'm running Linux Mint and I'm getting some errors. I looked around and found some people that had the same problem as me, but I can't seem to get ...
1
vote
0answers
95 views
fatal error: QTextStream: No such file or directory
I would like try write something in qt4. I began reading a tutorial.
I tried run simple code from this page: http://zetcode.com/gui/qt4/datetime/ and I'm surprised. My the best IDE(code::Blocks, ...
0
votes
1answer
56 views
Start Codeblocks project from external code
I have C++ code that depends on boost and other libraries, and therefore this code has a makefile that invokes boost.
I am now trying to start developing this code in codeblocks in linux, so in order ...
2
votes
1answer
4k views
C++ Boost: undefined reference to boost::system::generic_category()
I am trying to include Boost libraries in my project and have been facing issues in the same. I am on Ubuntu 12.10 with Codeblocks IDE and tried installing the libraries manually reading instructions ...
2
votes
1answer
198 views
No rule to make target : Codeblocks
I have installed Code::Blocks on Ubuntu Linux 12.10 and trying to use examples of Openframeworks. The HelloWorld and other programs that I write in Code::Blocks build and run fine.
However, when I ...
0
votes
3answers
924 views
what I'm including wrong ? undefined reference to al_init_image_addon error,
what I'm including wrong ?
I am using codeblocks + allegro5 + ubuntu 11.10
and getting this 2 errors
undefined reference to 'al_init_image_addon'
undefined reference to `al_init_primitives_addon'|
...