Description
Hi!
I am on windows. Installed everything, and i keep getting this error when i try building for wasm:
-- The C compiler identification is Clang 21.0.0
-- The CXX compiler identification is Clang 21.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/Cucuzacu/emsdk/upstream/emscripten/emcc.bat - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/Cucuzacu/emsdk/upstream/emscripten/em++.bat - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:5 (target_compile_definitions):
Cannot specify compile definitions for target "reminecraftpe-core" which is
not built by this project.
CMake Error at CMakeLists.txt:51 (target_link_libraries):
Cannot specify link libraries for target "reminecraftpe-core" which is not
built by this project.
-- Configuring incomplete, errors occurred!
emcmake: error: 'cmake -GNinja '$@' '....\platforms/sdl' '-DCMAKE_TOOLCHAIN_FILE=C:\Users\Cucuzacu\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake' -DCMAKE_CROSSCOMPILING_EMULATOR=C:/Users/Cucuzacu/emsdk/node/20.18.0_64bit/bin/node.exe' failed (returned 1)
Any help would be appreciated!!!