Hi! I keep receiving the following error while trying to compile my app to hashlink:
/home/desktop/haxelib/heaps/git/h3d/impl/GlDriver.hx:1478: characters 6-22 : Class<sdl.GL> has no field getBufferSubData (Suggestion: bufferSubData)
and i’m using the following hxml
configuration:
-cp src/client/src
-main Main
-hl src/client/bin/hl/main.hl
-lib json2object
-lib msgpack-haxe
-lib heaps
-lib closure
-lib haxeui-core
-lib haxeui-html5
-lib hxWebSockets
-lib hlsdl
with the following file structure
i have no clue what could be causing this issue, any help will be appreciated!
some additional information (versions)
desktop@pop-os:~/Desktop/code/haxe/dripio$ haxelib list
closure: [0.3.1]
format: [3.8.0]
hashlink: 1.15.0 [git]
haxeui-core: [1.7.0]
haxeui-html5: [1.7.0]
heaps: [git]
hlsdl: [1.15.0]
hxcpp-debug-server: [dev:/home/desktop/.vscodium-insiders/extensions/vshaxe.hxcpp-debugger-1.2.4-universal/hxcpp-debug-server]
hxcpp: [4.3.2]
hxjava: [4.2.0]
hxjsonast: [1.1.0]
hxWebSockets: [1.4.0]
json2object: [3.11.0]
llama: [1.1.0]
msgpack-haxe: [1.15.1]
uglifyjs: [1.0.0]
websocket: [2.0.3]
desktop@pop-os:~/Desktop/code/haxe/dripio$ haxelib install hlsdl
You already have hlsdl version 1.15.0 installed
desktop@pop-os:~/Desktop/code/haxe/dripio$ haxelib install heaps
Downloading heaps-2,1,0.zip...
Download complete: 0.24KB in 0.8s (0.2KB/s)
Download complete: 1.02MB in 0.4s (2274.6KB/s)
Installing heaps...
Current version is now 2.1.0
Done
Installing dependency format 3.8.0
You already have format version 3.8.0 installed