-
There does not seem to be any binding for SDL_ttf (to draw text). At least none of the demos draw any text.
2008-12-31 12:22:49 UTC by sigra
-
There is a typo in README.txt ("mast" should be "must").
2008-12-31 12:11:19 UTC by sigra
-
This problem can be worked around by removing the line mentioning testjoystick from stdtest/Makefile. But of course it should be detected whether SDL has joystick functionality enabled.
2008-12-31 12:04:12 UTC by sigra
-
This command changes all lines, that contain only spaces, to empty lines:
for file in $(find -name "*.ad[bs]")ddd
do sed "s@^ \+\$@@" $file > /tmp/fix_AdaSDL_space-only_lines_temporary_file
mv /tmp/fix_AdaSDL_space-only_lines_temporary_file $file
done
File Added: fix_bug2478737-1.diff.
2008-12-31 12:00:05 UTC by sigra
-
The Ada source code files contain trailing spaces, which the compiler complains about. An example is stdtest/testjoystick.adb:33.
2008-12-31 11:30:18 UTC by sigra
-
Joystick functionality is optional in SDL. AdaSDL tries to use it even if it is not enabled and fails:
gnatlink testjoystick.ali -L/usr/lib -L/usr/local/lib -L~/lib -lSDL -lpthread -lGL -lGLU
./testjoystick.o: In function `_ada_testjoystick':
testjoystick.adb:(.text+0x3f): undefined reference to `SDL_NumJoysticks'.
2008-12-31 11:25:47 UTC by sigra
-
harris_hawk committed patchset 8 of module current to the AdaSDL CVS repository, changing 1 files.
2004-10-17 17:55:31 UTC by harris_hawk
-
harris_hawk committed patchset 7 of module current to the AdaSDL CVS repository, changing 27 files.
2004-10-03 17:41:17 UTC by harris_hawk
-
harris_hawk committed patchset 6 of module current to the AdaSDL CVS repository, changing 6 files.
2004-10-03 17:38:45 UTC by harris_hawk
-
harris_hawk committed patchset 5 of module current to the AdaSDL CVS repository, changing 85 files.
2004-10-03 17:30:52 UTC by harris_hawk