PDA

View Full Version : Question about Geany.



infiter789
March 23rd, 2009, 08:56 AM
Hello, Im starting the fantastic world of C/C++.
I installed Geany to be my main IDE.
But I dont know how to configure it. Anyone knows?
I need to configure it basically to practice the firsts exercises.
Thanks.

jespdj
March 23rd, 2009, 12:35 PM
Welcome to the forums.

What do you want to configure exactly? Do you have the necessary packages installed for compiling C and C++ programs? Install the package build-essential if you haven't already done so.

sudo apt-get install build-essential
See the sticky topics in this forum (at the top) for more info.

You can find more information on Geany, including a manual, on its website: http://www.geany.org/

infiter789
March 23rd, 2009, 03:11 PM
I want to compile... I put "new C++ source file" when I do the source code, I cant compile.
I already have the build-essential.

Zugzwang
March 23rd, 2009, 03:18 PM
I want to compile... I put "new C++ source file" when I do the source code, I cant compile.
I already have the build-essential.

What errors do you get? Please copy and paste it here.

infiter789
March 23rd, 2009, 03:21 PM
Ok.
I open Geany.
I do the source code.
When I click on build > compile is in "blank". I mean, i cannot click it.
Maybe the C source file commands are wrong, and I dont know how to configure it.
Or maybe is another thing.

AnarchyMaster
March 23rd, 2009, 03:49 PM
Ok.
I open Geany.
I do the source code.
When I click on build > compile is in "blank". I mean, i cannot click it.
Maybe the C source file commands are wrong, and I dont know how to configure it.
Or maybe is another thing.

You need to save before building.

infiter789
March 23rd, 2009, 04:22 PM
Holy mother... you are right.
Thanks to all.