You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo and tried to run the showcase example and got the following (same issue with other examples too)
serial:showcase kings$ dub
Running pre-generate commands for showcase...
Solution 'showcase.sln' generated.
Copying files for awebview...
Solution 'showcase.sln' generated.
Running post-generate commands for awebview...
Copying files for awebview...
Performing "debug" build using dmd for x86_64.
lock-free 0.1.1: target for configuration "library" is up to date.
carbon 1.6.0: target for configuration "library" is up to date.
derelict-util 2.0.4: target for configuration "library" is up to date.
derelict-sdl2 1.9.7: target for configuration "library" is up to date.
msgpack-d 1.0.0-beta.2: target for configuration "library" is up to date.
pegged 0.2.1: target for configuration "library" is up to date.
awebview 0.9.1: building configuration "library"...
../../source/awebview/sound.d(453,22): Error: None of the overloads of 'detachChannel' are callable using argument types (ulong), candidates are:
../../source/awebview/sound.d(445,18): awebview.sound.SoundManager.detachChannel(uint chId)
../../source/awebview/sound.d(451,10): awebview.sound.SoundManager.detachChannel(SoundChannel ch)
dmd failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Hi,
I cloned the repo and tried to run the showcase example and got the following (same issue with other examples too)
serial:showcase kings$ dub
Running pre-generate commands for showcase...
Solution 'showcase.sln' generated.
Copying files for awebview...
Solution 'showcase.sln' generated.
Running post-generate commands for awebview...
Copying files for awebview...
Performing "debug" build using dmd for x86_64.
lock-free 0.1.1: target for configuration "library" is up to date.
carbon 1.6.0: target for configuration "library" is up to date.
derelict-util 2.0.4: target for configuration "library" is up to date.
derelict-sdl2 1.9.7: target for configuration "library" is up to date.
msgpack-d 1.0.0-beta.2: target for configuration "library" is up to date.
pegged 0.2.1: target for configuration "library" is up to date.
awebview 0.9.1: building configuration "library"...
../../source/awebview/sound.d(453,22): Error: None of the overloads of 'detachChannel' are callable using argument types (ulong), candidates are:
../../source/awebview/sound.d(445,18): awebview.sound.SoundManager.detachChannel(uint chId)
../../source/awebview/sound.d(451,10): awebview.sound.SoundManager.detachChannel(SoundChannel ch)
dmd failed with exit code 1.
The text was updated successfully, but these errors were encountered: