DerelictAllegro5

deed via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Jun 14 06:48:11 PDT 2015


On Sunday, 1 February 2015 at 12:32:46 UTC, Mike Parker wrote:
> I've finally dusted off and finished up the "new" Allegro 5 
> binding I started on over a year ago. SeigeLord already 
> maintains a static binding at [1]. It has support for the WIP 
> 5.1 branch of Allegro. DerelictAllegro5 is, like all Derelict 
> packages, a dynamic binding and only supports 5.0 for now. Read 
> my blog post [2] about it for some important info you need to 
> know if you intend to use it.
>
> [1] https://github.com/SiegeLord/DAllegro5
> [2] http://dblog.aldacron.net/derelictallegro5/

Thanks for your work. Gave it a try and got the message below 
when building with dub. (The blog post [2] resulted in "404 Not 
found".)

---8<---
Building derelict-util 2.0.0 configuration "library", build type 
debug.
Running dmd...
Building derelict-allegro5 0.0.1 configuration "library", build 
type debug.
Running dmd...
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/types.d(442): 
Warning: instead of C-style syntax, use D-style syntax 
'float[_AL_MAX_JOYSTICK_AXES] axis'
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/types.d(650): 
Warning: instead of C-style syntax, use D-style syntax 
'int[ALLEGRO_MOUSE_MAX_EXTRA_AXES] more_axes'
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/internal.d(49): 
Error: undefined identifier MonolithNames, did you mean variable 
MoolithNames?
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/acodec.d(34): 
        called from here: genLibNames("Acodec")
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/allegro.d(41): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/audio.d(36): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/color.d(36): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/dialog.d(36): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/font.d(36): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/image.d(34): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/memfile.d(36): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/physfs.d(34): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/primitives.d(37): 
Error: CTFE failed because of previous errors in genLibNames
../../../.dub/packages/derelict-allegro5-0.0.1/source/derelict/allegro5/ttf.d(37): 
Error: CTFE failed because of previous errors in genLibNames
FAIL 
../../../.dub/packages/derelict-allegro5-0.0.1/.dub/build/library-debug-linux.posix-x86_64-dmd_2067-4B2E79BD2445C9C620DCF9A331C7DDC2/ 
DerelictAllegro5 staticLibrary
---8<---


More information about the Digitalmars-d-announce mailing list