riconuts / FNF-Troll-Engine

Engine originally used on the TGT v4 mod.
41 stars 21 forks source link

help with compiling #10

Closed PSYCHOVICH229 closed 1 year ago

PSYCHOVICH229 commented 1 year ago

Describe your bug here.

help

Command Prompt/Terminal logs (if existing)

troll-engine-main>haxelib run lime build windows
source/flixel/FlxObject.hx:8: characters 8-27 : Type not found : flixel.path.FlxPath
source/flixel/FlxObject.hx:783: characters 32-39 : Type not found : FlxPath

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

No

nebulazorua commented 1 year ago

Make sure you're on HaxeFlixel 5.2.0

PSYCHOVICH229 commented 1 year ago

now i have this C:\Users\HEH\Downloads\troll-engine-main>lime build windows source/hxcodec/VideoHandler.hx:8: characters 8-29 : Type not found : hxcodec.vlc.VLCBitmap source/hxcodec/VideoHandler.hx:14: characters 28-37 : Type not found : VLCBitmap source/Main.hx:24: lines 24-231 : ... Defined in this class source/Main.hx:27: characters 33-61 : Warning : Cannot execute 'git config --get remote.origin.url' source/hxcodec/VideoHandler.hx:14: characters 28-37 : Type not found : VLCBitmap source/PlayState.hx:150: lines 150-4960 : ... Defined in this class source/hxcodec/VideoHandler.hx:14: characters 28-37 : Type not found : VLCBitmap source/VideoPlayerState.hx:8: lines 8-47 : ... Defined in this class source/VideoPlayerState.hx:33: characters 15-29 : hxcodec.VideoHandler has no field finishCallback source/VideoPlayerState.hx:34: characters 9-18 : hxcodec.VideoHandler has no field playVideo source/VideoPlayerState.hx:40: characters 19-23 : hxcodec.VideoHandler has no field stop source/VideoPlayerState.hx:41: characters 19-26 : hxcodec.VideoHandler has no field dispose

riconuts commented 1 year ago

You need hxCodec too

PSYCHOVICH229 commented 1 year ago

You need hxCodec too

But i have it image

PSYCHOVICH229 commented 1 year ago

You need hxCodec too

Ok i updated hxcodec now it works thx for help