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

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5541
  • Karma: +136/-1
    • View Profile
Re: Games with older SDL and FSLIB
« Reply #90 on: August 08, 2025, 04:23:01 am »
I've rearranged your files and added to them. Feel free to rearrange them how you like. These should use the usual SDL12 from digi. Should be tested more. Your UHexen2.txt needs updating. Remember this also supports hexenworld.
Thanks

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5439
  • Karma: +49/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Games with older SDL and FSLIB
« Reply #91 on: August 15, 2025, 06:05:16 am »
Thanks Dave

I'm uploading that version to HobbesArchive.

Can you please upload your code changes to this fork?
- https://github.com/OS2World/GAME-SDL-ACTION-uHexen2

Regards

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

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5541
  • Karma: +136/-1
    • View Profile
Re: Games with older SDL and FSLIB
« Reply #92 on: August 15, 2025, 08:24:19 am »
No code changes, it compiled cleanly, just changed the SDL12 lib. I'll upload that change and the .gitignore file I added tomorrow.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5439
  • Karma: +49/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Games with older SDL and FSLIB
« Reply #93 on: August 25, 2025, 03:04:41 am »
Hello Dave

Do you have some time to check the next one?

Kobo Deluxe
https://github.com/olofson/kobodeluxe

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

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5541
  • Karma: +136/-1
    • View Profile
Re: Games with older SDL and FSLIB
« Reply #94 on: August 25, 2025, 05:15:39 am »
Hello Dave

Do you have some time to check the next one?

Kobo Deluxe
https://github.com/olofson/kobodeluxe

Regards

Having a problem with cmake finding SDL_image, perhaps getting confused by pkg-config finding the SDL installed by YUM.
Code: [Select]
-- Found PkgConfig: W:/USR/BIN/pkg-config.exe (found version "0.29.1")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL: W:/usr/lib/SDL_dll.a;-lpthread (found version "1.2.15")
CMake Error at W:/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find SDL_image (missing: SDL_IMAGE_INCLUDE_DIRS)
Call Stack (most recent call first):
  W:/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  W:/usr/share/cmake/Modules/FindSDL_image.cmake:91 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/CMakeLists.txt:92 (find_package)


-- Configuring incomplete, errors occurred!

I did set SDL_IMAGE_INCLUDE_DIRS