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. 'emscripten.h' file not found

'emscripten.h' file not found

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 1.4k 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.
  • A Offline
    A Offline
    Ananym
    wrote on last edited by
    #1

    Still trying to get my head around configuring qt for wasm... Indulge me in some stupid questions?

    I want to use a thing or two from emscripten.h, and the few examples I can find achieve this simply with #include <emscripten.h>. In my case, trying to make like this informs me that no such emscripten.h can be found. I've set up my environment properly using emscripten's included emsdk_env.bat (on Windows), and haven't seen any reference in tutorials to having to manually copy the contents of emsdk-master\emscripten\1.38.30\system\include around, so it feels like I'm missing something. How should I best arrange these files to make sure my qt configuration for wasm can find and use them?

    1 Reply Last reply
    1
    • X Offline
      X Offline
      xAttegatesx
      wrote on last edited by
      #2

      Is it your IDE that shows the not found error or do you get it when trying to build? I use Win 10 and WSL Ubuntu for Qt WebAssembly and when I build an application that uses emscripten.h it builds succesfully.

      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