News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

howto import a glade project?

Started by paspas, November 07, 2006, 02:19:13 PM

Previous topic - Next topic

paspas

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 :)


stahta01

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

paspas

#2
you are a genius :)

thank you very much.

see you