menu library April 02, 2009 11:58AM | Registered: 15 years ago Posts: 24 |
Re: menu library April 02, 2009 01:28PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: menu library April 02, 2009 06:52PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 02, 2009 09:47PM | Registered: 15 years ago Posts: 83 |
Re: menu library April 03, 2009 01:18PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 03, 2009 01:45PM | Registered: 15 years ago Posts: 83 |
Re: menu library April 03, 2009 06:02PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 03, 2009 07:32PM | Registered: 16 years ago Posts: 175 |
Source code for those programs are not available. But a lot of other apps are open source: [wiibrew.org]Quote
trottolo
ok....but it is possible to have the homebrew channel source?(or the homebrew browser?)
they are free to download?
Re: menu library April 04, 2009 12:55AM | Registered: 16 years ago Posts: 441 |
Re: menu library April 04, 2009 09:45AM | Registered: 15 years ago Posts: 24 |
Re: menu library April 05, 2009 08:03AM | Registered: 16 years ago Posts: 441 |
Re: menu library April 05, 2009 10:03AM | Registered: 15 years ago Posts: 24 |
Re: menu library April 05, 2009 01:42PM | Admin Registered: 16 years ago Posts: 5,132 |
You need to install the necessary libraries in the additional download Tantric provides.Quote
trottolo
I downloaded the required library also...but this is the error code that is coming out...
linking ... libwiigui-demo.elf
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-gekko/4.2.4/../../../../powerpc-gekko/bin/ld.exe: cannot find -lpngu
collect2: ld returned 1 exit status
make[1]: *** [/c/projects/wii/wii_gui/libwiigui-demo.elf] Error 1
"make": *** [build] Error 2
Re: menu library April 05, 2009 07:13PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 05, 2009 10:11PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 11, 2009 07:33AM | Registered: 15 years ago Posts: 24 |
Quote
trottolo
Solved....the problem was that i forgot to do a make install after copying!
Re: menu library April 11, 2009 09:28AM | Registered: 16 years ago Posts: 441 |
Re: menu library April 11, 2009 11:13AM | Registered: 15 years ago Posts: 24 |
Re: menu library April 11, 2009 03:55PM | Registered: 15 years ago Posts: 24 |
Re: menu library April 11, 2009 06:35PM | Registered: 16 years ago Posts: 441 |
Quote
trottolo
Another stuff...
I did an application now I developped in another project the gui....so now I put in the source directory of my application(in a subdirectory called gui) the file and directory of develloped in parrallel.
when I include the gui/gui.h of my application I did this error when compiling
usb.c
In file included from c:/projects/wii/USB/USB_AME/source/gui/FreeTypeGX.h:158,
from c:/projects/wii/USB/USB_AME/source/gui/gui.h:11,
from c:/projects/wii/USB/USB_AME/source/usb.c:12:
c:/devkitPro/libogc/include/Metaphrasis.h:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Metaphrasis'
In file included from c:/projects/wii/USB/USB_AME/source/gui/gui.h:11,
from c:/projects/wii/USB/USB_AME/source/usb.c:12:
c:/projects/wii/USB/USB_AME/source/gui/FreeTypeGX.h:162:15: warning: map: No such file or directory
In file included from c:/projects/wii/USB/USB_AME/source/gui/gui.h:11,
from c:/projects/wii/USB/USB_AME/source/usb.c:12:
c:/projects/wii/USB/USB_AME/source/gui/FreeTypeGX.h:231: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'FreeTypeGX'
In file included from c:/projects/wii/USB/USB_AME/source/usb.c:12:
c:/projects/wii/USB/USB_AME/source/gui/gui.h:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make[1]: *** [usb.o] Error 1
"make": *** [build] Error 2
why? is there a mistake in the makefile?