Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. 5.13.0, install wasm Windows, configure
Qt 6.11 is out! See what's new in the release blog

5.13.0, install wasm Windows, configure

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 627 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MartinGU
    wrote on last edited by
    #1

    Unable to run configure for installing wasm support on Windows, Qt 5.13.0

    QT Source downloaded and used to build static Windows support, works.
    mingw32-make -j8 clean after

    emscriptem SDK is installed, sed in path

    Configure line:
    configure -no-warnings-are-errors -xplatform wasm-emscripten -platform win32-g++ -nomake examples -opensource -confirm-license -prefix %CD%\qtbase

    Running configuration tests...
    Checking for valid makespec... ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken.

    Check config.log for details.

    Command line: -no-warnings-are-errors -xplatform wasm-emscripten -platform win32-g++ -nomake examples -opensource -confirm-license -prefix C:\Qt\5.13.0\src\qtbase
    executing config test verifyspec

    • cd /d C:\Qt\5.13.0\src\config.tests\verifyspec && C:\Qt\5.13.0\src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" -early "CONFIG += cross_compile" C:/Qt/5.13.0/src/qtbase/config.tests/verifyspec

    Project MESSAGE: Setting TOTAL_MEMORY to 1GB
    Project MESSAGE: Setting PTHREAD_POOL_SIZE to 4

    • cd /d C:\Qt\5.13.0\src\config.tests\verifyspec && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make

    del verifyspec.obj
    Could Not Find C:\Qt\5.13.0\src\config.tests\verifyspec\verifyspec.obj
    del *~ core *.core
    Could Not Find C:\Qt\5.13.0\src\config.tests\verifyspec*~
    em++ -c -O3 -w -s USE_PTHREADS=1 -s TOTAL_MEMORY=1GB -s PTHREAD_POOL_SIZE=4 -IC:\Qt\5.13.0\src\qtbase\config.tests\verifyspec -I. -I/.emscripten_ports/openssl/include -IC:\Qt\5.13.0\src\qtbase\mkspecs\wasm-emscripten -o verifyspec.obj C:\Qt\5.13.0\src\qtbase\config.tests\verifyspec\verifyspec.cpp
    process_begin: CreateProcess(NULL, em++ -c -O3 -w -s USE_PTHREADS=1 -s TOTAL_MEMORY=1GB -s PTHREAD_POOL_SIZE=4 -IC:\Qt\5.13.0\src\qtbase\config.tests\verifyspec -I. -I/.emscripten_ports/openssl/include -IC:\Qt\5.13.0\src\qtbase\mkspecs\wasm-emscripten -o verifyspec.obj C:\Qt\5.13.0\src\qtbase\config.tests\verifyspec\verifyspec.cpp, ...) failed.
    make (e=2): Det går inte att hitta filen.
    mingw32-make: *** [Makefile:1050: verifyspec.obj] Error 2


    Any suggestions?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved