Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
octaneirix6530 - 07-02-2021
Yes, I like to suffer a lot, I know
Here is the result (note the desktop is running in 8 bit) :
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
Shiunbird - 07-03-2021
Best...
Choice...
Of...
Character...
Ever!!!!!!!!
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
octaneirix6530 - 07-03-2021
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
necron2600 - 12-05-2022
DOSBOX 0.74 compiles on Solaris 2.6 with SDL 1.2.4(compiled) and tgcware's GCC version. Some minor tweaks to code to get it to compile.
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
necron2600 - 12-06-2022
And SCUMMVM 1.8.0 compiles and works on Solaris 2.6 (using SDL). Newer versions seem to have more trouble compiling.
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
vagant_ - 01-13-2024
Hi,
I would like to follow in your steps with the SDL 1.2.4 compilation - any tips on the process?
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
octaneirix6530 - 01-13-2024
Hi,
if you can wait a bit i will look for the code
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
vagant_ - 01-15-2024
Thanks!
No rush.
I somehow managed to compile 1.2.15 last night and it seems to be working
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
octaneirix6530 - 01-15-2024
What hardware do you have ?
RE: Ported SDL 1.2.4 on Solaris 2.6 using Sun compiler -
vagant_ - 01-15-2024
I have SUN Ultra 10 with Solaris 8. The SDL version it came with was 1.1.5. I tried to use it with OpenGL but I was receiving message X11 driver not configured with SDL. I spent good few hours and compiled SDL 1.2.15 from GitHUB and it does work now with OpenGL so the example code is now running fine but not everything works in this new SDL. My raycaster is not happy with this version and I just noticed that for example SDL_WM_SetCaption is not working. I have not done much compiling on SUN SPARC so if you have already successfully compiled version of the libs and includes for SDL I could possibly try it out?