Code::Blocks Forums

User forums => Help => Topic started by: paspas on November 07, 2006, 02:19:13 pm

Title: howto import a glade project?
Post by: paspas on November 07, 2006, 02:19:13 pm
hi,

i'm trying to import a glade project, doing this steps:
- Create an empty project into glade's project
- add everything to the project
when i tried to compile using makefile from Project / properties

i have this error:

make: *** No hay ninguna regla para construir el objetivo `Release'.  Alto.
(something like: there isn't any rule to make object 'Release'. stop)

could someone help me?. I'm using ubuntu

than you :)

Title: Re: howto import a glade project?
Post by: stahta01 on November 07, 2006, 05:08:40 pm
You need to look at the names of the targets in the makefile. Normally one is called "all", but this is not always true. Then "Project" -> "Properties" "Targets" Tab; Highlight "Release" and click on the button "Rename" and change it to the correct makefile target.

Tim S
Title: Re: howto import a glade project?
Post by: paspas on November 07, 2006, 05:22:15 pm
you are a genius :)

thank you very much.

see you