Code::Blocks Forums
User forums => Help => Topic started 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 :)
-
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
-
you are a genius :)
thank you very much.
see you