AndreiRudenko / linc_luajit

Haxe/hxcpp @:native bindings for LuaJIT.
Other
49 stars 65 forks source link

Cannot access lua package while targeting cpp #2

Closed gmisail closed 7 years ago

gmisail commented 7 years ago

I get this error when building the "test" project. Aren't you supposed to target cpp?

AndreiRudenko commented 7 years ago

@gmisail64 Hey, thanks! fixed :) You need to clone and set lib folder: haxelib dev linc_luajit C:/github/linc_luajit Target is cpp only for now.

gmisail commented 7 years ago

@RudenkoArts I think you will need to change the name of the lua.* namespace. It conflicts with the lua haxe target I believe.

AndreiRudenko commented 7 years ago

@gmisail64 hm, thanks, great idea.