Why can't I find compiler 'em++' when installing wasm directives?
-
wrote on 24 Apr 2023, 07:17 last edited by
-
Why is there a message indicating that you cannot link to the target when compiler 'em++' is already installed?
configure -xplatform wasm-emscripten -nomake examples -feature-thread -prefix C:/Qt/Qt5.15.2/5.15.2/wasm
wrote on 24 Apr 2023, 08:16 last edited by@mirro
In the left hand pane you show runningemsdk_env.bat
to set up whatever environment necessary to runem++
. How does that relate to the situation in the right-hand pane? You probably need to have run that.bat
. Also, at left you are in theD:\emsdk
directory, perhapsem++
is there? In the right-hand pane you are in a different directory. Perhaps you either needD:\emsdk
on yourPATH
or you need the command fromqmake
to specify the full path asD:\emsdk\em++
? -
@mirro
In the left hand pane you show runningemsdk_env.bat
to set up whatever environment necessary to runem++
. How does that relate to the situation in the right-hand pane? You probably need to have run that.bat
. Also, at left you are in theD:\emsdk
directory, perhapsem++
is there? In the right-hand pane you are in a different directory. Perhaps you either needD:\emsdk
on yourPATH
or you need the command fromqmake
to specify the full path asD:\emsdk\em++
? -
1/3