forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

problem with graphics.c

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
PsPfReAK



Joined: 28 Mar 2009
Posts: 61

PostPosted: Sun May 17, 2009 10:12 pm    Post subject: problem with graphics.c Reply with quote

can someone post a link to a working graphics.c, my one is compiling with these errors:
Quote:

psp-gcc -I. -IC:/pspsdk/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=500 -c -o graphics.o graphics.c
graphics.c: In function 'loadImage':
graphics.c (79) : error: 'png_infopp_NULL' undeclared (first use in this function)
graphics.c (79) : error: (Each undeclared identifier is reported only once
graphics.c (79) : error: for each function it appears in.)
graphics.c (85) : error: 'int_p_NULL' undeclared (first use in this function)
graphics.c (118) : error: 'png_bytep_NULL' undeclared (first use in this function)
graphics.c: In function 'saveImage':
graphics.c (359) : error: 'PNG_COLOR_TYPE_RGBA' undeclared (first use in this function)
C:\pspsdk\bin\make: *** [graphics.o] Error 1
Back to top
View user's profile Send private message Visit poster's website
cory1492



Joined: 10 Dec 2004
Posts: 216

PostPosted: Mon May 18, 2009 1:10 am    Post subject: Reply with quote

Do you have #include <png.h> in your graphics.c file, libpng installed in your sdk (look for a file called libpng.a in pspsdk/psp/lib and png.h in pspsdk/psp/include if they aren't there you are missing psp libpng), and -lpng on your LIBS = line in the makefile?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group