pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Various fixes #19

Closed liclac closed 10 years ago

liclac commented 10 years ago

Together with my PR to psptoolchain, this fixes every package that didn't compile, aside from SDL_gfx (which needs a ./compile script, and I don't know enough about autotools to fix that).

This closes #17, #13, #12 and #11, and succeeds #16.

artart78 commented 10 years ago

Hehe, nice work. So bad I don't have the rights to set you as a pspdev member.

artart78 commented 10 years ago

@uppfinnarn could you check if #9 / #18 are useful/working?

artart78 commented 10 years ago

Could you check https://github.com/pspdev/psp-ports/issues/9 too btw? Does zziplib compile now?

liclac commented 10 years ago

zzliplib appears to build (doesn't report any failures, and /usr/local/pspdev/psp/lib/libzzip{,fseeko,mmapped,wrap}.{a,la} exists on my VM), though it will also strangely enough rebuild on every run of libraries.sh, probably due to a mistaken check.

9 appears to be rather useless, as libmikmod is already on 3.2.0.

18 looks useful, it just appears to modernize psp-cmake and fix library linking. I haven't tried it though.