The libpng include files of PPC, PSP and ARM (png.h, pngconf.h, pnglibconf.h) seem not correct.
The files contain:
libpng15/png***.h
instead of
#include <libpng15/png***.h>
Libpng include files
Re: Libpng include files
Um... so, why is this wrong?
If anything, I would say that the way you suggested *is* the wrong one... that syntax is reserved for system libraries, not custom ones, just like the PNG libraries.
Care to explain that a little further, fabio?
If anything, I would say that the way you suggested *is* the wrong one... that syntax is reserved for system libraries, not custom ones, just like the PNG libraries.
Care to explain that a little further, fabio?
Re: Libpng include files
I updated the libpng to the version released on 30th of July and now the ppc-gcc compiler gives this error:
C:/devkitPro/portlibs/ppc/include/png.h: error: "libpng15" does not name a type
This should be casued by the content of png.h file that is only one line:
libpng15/png.h
I succeded in compiling only changing the file in:
#include <libpng15/png.h>
and changing the compiler option in -lpng15
C:/devkitPro/portlibs/ppc/include/png.h: error: "libpng15" does not name a type
This should be casued by the content of png.h file that is only one line:
libpng15/png.h
I succeded in compiling only changing the file in:
#include <libpng15/png.h>
and changing the compiler option in -lpng15
-
- Site Admin
- Posts: 2004
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Libpng include files
Whatever you used to extract the tarballs failed, winrar worked fine for me. Unfortunately it seems that the tar provided with msys needs to be run twice to resolve the symlinks.
Re: Libpng include files
You are right.
It was a problem of the extraction.
I used 7-zip which fails in extracting the files.
I solved the problem using Winzip.
This seems incredible. It is the first time I encounter this kind of problem.
It was a problem of the extraction.
I used 7-zip which fails in extracting the files.
I solved the problem using Winzip.
This seems incredible. It is the first time I encounter this kind of problem.
Re: Libpng include files
I correct what I said above.
Also Winzip does not correctly manage the symlinks.
Only Winrar works.
Also Winzip does not correctly manage the symlinks.
Only Winrar works.
Who is online
Users browsing this forum: Google [Bot] and 2 guests