Ticket #104 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Can't Build / Install Arclib-Sprite

Reported by: zane.sims Assigned to: clayasaurus
Priority: major Milestone: 0.3 GUI - Physics - Refactor Release
Component: sound Version: 0.2
Keywords: sound, sprite, arclib-sprite, derelictalu Cc:

Description

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

Change History

03/05/09 18:13:27 changed by clayasaurus

Err I can build Arc's sprite system. Closed unless needs to be re-opened.

03/05/09 18:13:42 changed by clayasaurus

  • status changed from new to closed.
  • resolution set to fixed.

03/18/09 14:21:05 changed by clayasaurus

  • milestone changed from 2008-2009 Maintainance to 0.3 GUI Release.