Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_wasm.bat putty library missing after installation #2003

Open
Paolo-Oliverio opened this issue Jul 31, 2024 · 0 comments
Open

build_wasm.bat putty library missing after installation #2003

Paolo-Oliverio opened this issue Jul 31, 2024 · 0 comments

Comments

@Paolo-Oliverio
Copy link

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 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 Paolo-Oliverio changed the title build_wasm.bat library missing after installation putty. build_wasm.bat putty library missing after installation Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant