PDA

View Full Version : Anjuta no makefile found



cro.smiley
April 8th, 2006, 05:50 PM
I just started using Anjuta and I have problem with building C project.
I created simple Hello world program and compiled it.

Then i tried to build project and got following error:

make: *** No targets specified and no makefile found. Stop.

My question is do I have to create makefile by myself or not, and if I have to how do I do that.

ps: In src folder exists Makefile.am but I don' t know what to do with it.
Any advice is welcome.

cro.smiley
April 8th, 2006, 07:33 PM
Never mind, problem solved.

I downloaded libglib2.0-dev package.
Auto generate
Build
Execute

Thank you again Google :)