You are not logged in.

#1 2009-01-22 03:27:18

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Compiling in Kdevelop

Hi,

I installed kdevelop, but it doesn't have an option under the build menu to build the code. I'm using the C editor... and have already installed most of the tools I need for compiling C, of course including GCC.

Already checked the configuration menu, but it says nothing about the compiler.

What should I do to build C programs directly on it?

Thanks in advance.


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#2 2009-01-22 13:33:01

MetalheadGautham
Member
From: Bangalore, India
Registered: 2008-07-27
Posts: 143
Website

Re: Compiling in Kdevelop

LTSmash wrote:

Hi,

I installed kdevelop, but it doesn't have an option under the build menu to build the code. I'm using the C editor... and have already installed most of the tools I need for compiling C, of course including GCC.

Already checked the configuration menu, but it says nothing about the compiler.

What should I do to build C programs directly on it?

Thanks in advance.

Your post speaks for itself. "most of the things". Did you miss out on something ? Because most of the time, "most of the things" is simply not enough. You need EVERYTHING wink

Offline

#3 2009-01-22 23:16:11

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: Compiling in Kdevelop

MetalheadGautham wrote:
LTSmash wrote:

Hi,

I installed kdevelop, but it doesn't have an option under the build menu to build the code. I'm using the C editor... and have already installed most of the tools I need for compiling C, of course including GCC.

Already checked the configuration menu, but it says nothing about the compiler.

What should I do to build C programs directly on it?

Thanks in advance.

Your post speaks for itself. "most of the things". Did you miss out on something ? Because most of the time, "most of the things" is simply not enough. You need EVERYTHING wink

Whas's everything?
I mean, for compiling a Hello World in C, gcc suffices... not?


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#4 2009-01-23 00:40:53

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Compiling in Kdevelop

Never used kdevelop, but, have you looked into the build menu?

Offline

#5 2009-01-23 00:47:22

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: Compiling in Kdevelop

abijr wrote:

Never used kdevelop, but, have you looked into the build menu?

Yep, it's empty.

BVut don't worry, it fills up if you begin a new proyect xD

So, this is solved.

However now I've got another issue. Everytime y try to build something, the system will ahrdlock. I mean, Not even the PetSys will respond, so I have to force shutdown. Any ideas on why?


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#6 2009-01-23 01:23:57

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Compiling in Kdevelop

Have you tried compiling directly with gcc?
like

gcc -Wall hello.c -o hello

just to check if it works.

Offline

#7 2009-01-23 01:32:37

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: Compiling in Kdevelop

abijr wrote:

Have you tried compiling directly with gcc?
like

gcc -Wall hello.c -o hello

just to check if it works.

Of course that works, but doing it with kdevelop will hardlock the system.


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

Board footer

Powered by FluxBB