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
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=================
The text was updated successfully, but these errors were encountered:
Paolo-Oliverio
changed the title
build_wasm.bat issue library missing putty
build_wasm.bat library missing after installation putty.
Jul 31, 2024
Paolo-Oliverio
changed the title
build_wasm.bat library missing after installation putty.
build_wasm.bat putty library missing after installation
Jul 31, 2024
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=================
The text was updated successfully, but these errors were encountered: