After trying to install Arclib-Sprite via 'dsss net install arclib-sprite', I get the following errors:
arc_openal => arc_openal
+ C:\d\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -IC:\d\dsss\include\d -SC:\
d\dsss\lib\ -IC:\d\dsss\include\d -SC:\d\dsss\lib -oqdsss_objs\D arcmacros.ddo
c -g -clean -full -explicit -lib arc_openal\sound.d -ofarc_openal.lib
arc_openal\sound.d(904): Error: undefined identifier DerelictALU
arc_openal\sound.d(904): Error: undefined identifier DerelictALU
arc_openal\sound.d(904): Error: no property 'load' for type 'int'
arc_openal\sound.d(904): Error: function expected before (), not 1 of type int
arc_openal\sound.d(914): Error: undefined identifier DerelictALU
arc_openal\sound.d(914): Error: undefined identifier DerelictALU
arc_openal\sound.d(914): Error: no property 'unload' for type 'int'
arc_openal\sound.d(914): Error: function expected before (), not 1 of type int
Command C:\d\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting
After posting on the Derelict forum for a related error (topic: http://dsource.org/forums/viewtopic.php?t=4314) aldacron said that DerelictALU no longer exists and that the call to 'DerelictALU.load' in arclib's 'sound.d' should be removed. Please see the forum post that I lined to above for more details.
Thanks,
Zane