Search found 3 matches

by marvin
Sun Oct 16, 2005 10:05 pm
Forum: PSP Development
Topic: Locking for png.h
Replies: 5
Views: 1856

Thanks for all help, 71M! I had to install the zlib before I could make the libpng, but now I got the file and it does not complain about it anymore. :) Now I get another error about line 28 in pspcwd.c did an undefined reference to '__psp_argv_0' The pspcwd.c is a part of newlib, maybe I should try...
by marvin
Sun Oct 16, 2005 5:01 am
Forum: PSP Development
Topic: Locking for png.h
Replies: 5
Views: 1856

You should have a folder under your PSPSDK/trunk called libpng. Run 'make' and then run 'make install' and you should get the necessary libpng files, including png.h copied to your PSPSDK install directory. Hope that helps. Cheers, 71M Thanks for the quick answer! However, I can't find the PSPSDK/t...
by marvin
Fri Oct 14, 2005 8:00 pm
Forum: PSP Development
Topic: Locking for png.h
Replies: 5
Views: 1856

Locking for png.h

Hello! I downloaded the "random circle generator" from the "Jason's stuff!" but when I try to compile it using the psptoolchain20050801(oopo) with cygwin, I get an error telling me "png.h: No such file or directory" followed by some errors (because of the missing file)....