g4jc / psxdev

Recovered files from PSXDev.de for PSOne indie game development on GNU/Linux.
GNU General Public License v2.0
8 stars 1 forks source link

gimp plugin tim.c #1

Open gwald opened 8 years ago

gwald commented 8 years ago

Been trying to compile it with a modern gimp. https://github.com/g4jc/psxdev/blob/master/psxdev-gimp-2.0.0/tim.c I've found these, changes:

GPlugInInfo -> GimpPlugInInfo GParam -> GimpPlugInInfo

Stuck on PARAM_INT32 I've google'd and couldn't find any reference to the change.

gwald commented 8 years ago

http://www.identicalsoftware.com/yaroze/ has tim.c also couldn't compile it

g4jc commented 8 years ago

Most everything in this repo requires a good amount of re-programming to get it up to date with current C++ standards. Pull requests appreciated.

Unfortunately, I don't know how to fix this particular error either. I was just lucky enough to recover these old files from archive.org :/