Beef icon indicating copy to clipboard operation
Beef copied to clipboard

build_wasm.bat putty library missing after installation

Open Paolo-Oliverio opened this issue 1 year ago • 0 comments

Tried to run build_wasm.bat on windows 11 beef version 0.43.4 just installed beef and nothing more and the putty dir is indeed not there.

steps activated emscripten by ./emsdk_env.bat

PS C:\Program Files\BeefLang\wasm> ./build_wasm.bat

C:\Program Files\BeefLang\wasm>PUSHD C:\Program Files\BeefLang\wasm\

C:\Program Files\BeefLang\wasm>SETLOCAL

C:\Program Files\BeefLang\wasm>set LIBPATH=..\bin

C:\Program Files\BeefLang\wasm>IF NOT EXIST ..\BeefRT\rt\Chars.cpp GOTO SKIPCOPY

C:\Program Files\BeefLang\wasm>IF "" EQU "setup" GOTO SUCCESS

C:\Program Files\BeefLang\wasm>call emcc src\rt\Chars.cpp src\rt\Math.cpp src\rt\Object.cpp src\rt\Thread.cpp src\rt\Internal.cpp src\BeefySysLib\platform\wasm\WasmCommon.cpp src\BeefySysLib\Common.cpp src\BeefySysLib\util\String.cpp src\BeefySysLib\util\UTF8.cpp src\BeefySysLib\third_party\utf8proc\utf8proc.c src\BeefySysLib\third_party\putty\wildcard.c -Isrc\ -Isrc\BeefySysLib -Isrc\BeefySysLib\platform\wasm -g -DBF_DISABLE_FFI -c -s WASM=1 -s USE_PTHREADS=1 emcc: error: src\BeefySysLib\third_party\putty\wildcard.c: No such file or directory ("src\BeefySysLib\third_party\putty\wildcard.c" was expected to be an input file, based on the commandline arguments provided) =================FAILED=================

Paolo-Oliverio avatar Jul 31 '24 21:07 Paolo-Oliverio