success, i was reading some doc's that wernt very detailed. they stated to unzip the portlibs files into the directory but not to put them at the root, so it was in its own folder..
thanks again=)
Search found 6 matches
- Mon Mar 08, 2010 1:55 pm
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
- Mon Mar 08, 2010 1:46 pm
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
Re: Error Compiling
ill give it a go.
- Mon Mar 08, 2010 12:31 pm
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
Re: Error Compiling
it does=(
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lpng -lz -lfat -lwiiuse -lbte -lasnd -logc -lvorbisidec ...
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lpng -lz -lfat -lwiiuse -lbte -lasnd -logc -lvorbisidec ...
- Mon Mar 08, 2010 11:21 am
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
Re: Error Compiling
it seems correct, the structure is
C:\devkitPro\portlibs\ppc\libpng (DIR)
-- C:\devkitPro\portlibs\ppc\libpng\bin (DIR)
---- libpng12-config (FILE)
---- libpng-config (FILE)
-- C:\devkitPro\portlibs\ppc\libpng\include (DIR)
---- libpng12 (DIR)
------ png.h (FILE)
------ pngconf.h (FILE)
---- png.h ...
C:\devkitPro\portlibs\ppc\libpng (DIR)
-- C:\devkitPro\portlibs\ppc\libpng\bin (DIR)
---- libpng12-config (FILE)
---- libpng-config (FILE)
-- C:\devkitPro\portlibs\ppc\libpng\include (DIR)
---- libpng12 (DIR)
------ png.h (FILE)
------ pngconf.h (FILE)
---- png.h ...
- Mon Mar 08, 2010 10:59 am
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
Re: Error Compiling
i believe i did, i was using the latest dekitpro installer and it was a full installation. Ive tried reinstalling it and had the same results, let me try again.
- Mon Mar 08, 2010 3:23 am
- Forum: devkitPPC
- Topic: Error Compiling
- Replies: 8
- Views: 10606
Error Compiling
Ive tried searching the forums but havent had any luck. Im trying to compile libwiigui but keep coming across this error
log: http://pastebin.com/8G9GLW28
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.4.2/../../../../powerpc-eabi/bin/ld.exe: cannot find -lpng
collect2: ld returned 1 exit ...
log: http://pastebin.com/8G9GLW28
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.4.2/../../../../powerpc-eabi/bin/ld.exe: cannot find -lpng
collect2: ld returned 1 exit ...