Author Topic: Games with older SDL and FSLIB  (Read 8343 times)

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5391
  • Karma: +46/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Games with older SDL and FSLIB
« Reply #60 on: July 28, 2025, 10:52:17 pm »
Hello Dave

Tellie made a port and shared the source code:
- https://rpm.netlabs.org/test/Martin/

There is still an issue that the compile exe gives you an issue the second time you run it because some path problems. But I think you can give it a try to see if it compiles in your environment.

It requires "yum install xerces-c libincov libcurl". But Tellie also includes XERCES33.DLL , LIBCURL.DLL and ICONV2.DLL on his test package.  (I don't know where LIBCURL.DLL comes from)

Regards

Martin Iturbide
OS2World NewsMaster
... just share the dream.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5494
  • Karma: +133/-1
    • View Profile
Re: Games with older SDL and FSLIB
« Reply #61 on: July 29, 2025, 02:28:01 am »
My build is now failing,
Code: [Select]
make[3]: Entering directory 'H:/tmp/Enigma/doc/reference/images'
convert -density 112x112 -units PixelsPerCentimeter -crop 60x60+0+0 H:/tmp/Enigma/doc/reference/images/../../../data/gfx48/ac_bug.png ac_bug.png
sh.exe: 0: Can't open convert
convert -density 112x112 -units PixelsPerCentimeter -crop 60x60+0+0 H:/tmp/Enigma/doc/reference/images/../../../data/gfx48/ac_horse.png ac_horse.png
sh.exe: 0: Can't open convert
make[3]: *** [Makefile:936: ac_bug.png] Error 127

IIRC, convert is part of Imagemagick. While poking around Paul's site for imagemagick, I notice that he already has a build of Enigma 1.3.0, https://os2ports.smedley.id.au/?page_id=79 to compare against.
With 2 ports already, I may not go any further.
BTW, libcurl comes from the libcurl RPM package and is just a DLL containing curl basically.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5391
  • Karma: +46/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Games with older SDL and FSLIB
« Reply #62 on: July 30, 2025, 10:44:44 pm »
Hi Dave
With 2 ports already, I may not go any further.
But if you make it compile that will be great.  ;D Paul's version is older and dependent on FSLIB and Tellies port has this issue that does not loads from the second time.

The next in the list is Formido: https://www.mhgames.org/oldies/formido/
-- https://github.com/OSSGames/GAME-SDL-ACTION-Formido

Regards
« Last Edit: July 30, 2025, 10:47:45 pm by Martin Iturbide »
Martin Iturbide
OS2World NewsMaster
... just share the dream.