Author Topic: howto import a glade project?  (Read 2992 times)

paspas

  • Guest
howto import a glade project?
« 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 :)


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: howto import a glade project?
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

paspas

  • Guest
Re: howto import a glade project?
« Reply #2 on: November 07, 2006, 05:22:15 pm »
you are a genius :)

thank you very much.

see you
« Last Edit: November 07, 2006, 05:37:18 pm by paspas »