1
Internet / Re: Dooble releases-Qt6
« on: Today at 04:28:34 am »
Latest Dooble release, ftp://dry@ftp.os2voice.org/tmp/dooble-2025-07-04-Qt6.zip See help-->Release Notes for changes, all from upstream.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
So said fsck it and tried building with the original configure etc. With the correct config.site and configure arguments I got the attached which seems to work on a quick test. Needs further testing, and I installed to /amoebax, I think it will work install to amoebax, untested.Do you see that "Amoebax" is also compilable? It uses also zlib , libpng, Ogg, VorbisI played with this quite a bit, the build system seems really screwed up and I give up.
https://github.com/OSSGames/GAME-SDL-PUZZLE-Amoebax
Do you see that "Amoebax" is also compilable? It uses also zlib , libpng, Ogg, Vorbis
https://github.com/OSSGames/GAME-SDL-PUZZLE-Amoebax
Do you use automake for the ones that have "Makefile.am" ?
Regards
Thanks Dave
Seems to be working fine here.
Do you see that "Amoebax" is also compilable? It uses also zlib , libpng, Ogg, Vorbis
https://github.com/OSSGames/GAME-SDL-PUZZLE-Amoebax
Do you use automake for the ones that have "Makefile.am" ?
#!/bin/sh
#
aclocal
automake --foreign
autoconf
./configure $*
H:\tmp\GAME-SDL-PUZZLE-Alizarin_Tetris>git diff
diff --git a/atris.h b/atris.h
index 624e611..c48f46c 100644
--- a/atris.h
+++ b/atris.h
@@ -127,6 +127,9 @@ extern Uint16 FastRandom(Uint16 range);
#define ADJUST_SAME 1
#define ADJUST_DOWN 2
+/* Avoid a buffer overflow */
+#define SPRINTF(buf, fmt, args...) snprintf(buf, sizeof(buf), fmt, ## args)
+
#include "atris.pro"
#endif /* __ATRIS_H */
Q: Why am I having so much trouble controlling the pieces?
A: Atris version 1.0.5 introduced the ability to change the keyboard repeat rate. If you find that the pieces move or rotate too quickly for you, consider changing the setting from within the "Special Options" menu. Let us know if you have any other playability problems.
Hello Dave
Please, if you got the time check also Alizarin Tetris.
- https://github.com/OSSGames/GAME-SDL-PUZZLE-Alizarin_Tetris
Regards
config.status: error: cannot find input file: '.protos/Makefile.in'
Makefile.am:50: error: required directory ./.protos does not exist
make: *** [Makefile:120: Makefile.in] Error 1