Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. charconv file not found
QtWS25 Last Chance

charconv file not found

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
6 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.
  • I Offline
    I Offline
    Izza
    wrote on last edited by
    #1

    Hello
    I am working on qt 5.12.2 for web assembly
    its windows 10 bash
    emcc doesnt seem to support charconv
    it says file not found.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What configure options did you found in this ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Izza
        wrote on last edited by Izza
        #3

        Ok
        I have a confusion regarding charconv that whether or not is being fully supported by clang,llvm + emcc
        in short , in web assembly.

        Secondly here are my configurations if you are talking about makefile:

        CC = emcc
        CXX = em++
        DEFINES = -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
        CFLAGS = -pipe -O3 -Wall -W $(DEFINES)
        CXXFLAGS = -pipe -O3 -std=c++17

        This guy also spoke about something regarding limitaions we have on clang :
        https://www.bfilipek.com/2018/12/fromchars.html

        Moreover , i am using emsdk 1.38.16
        Note: I am sorry if i have provided les details. you can ask more.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Something is really not clear here: what exactly are you doing ?
          Building an application of yours ?
          Building that library standalone ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • I Offline
            I Offline
            Izza
            wrote on last edited by
            #5

            Library for now

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              In that case, you should rather contact the library authors to get help building their library.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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