Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved charconv file not found

    3rd Party Software
    2
    6
    649
    Loading More Posts
    • 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
      Izza last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • I
          Izza last edited by Izza

          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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • I
              Izza last edited by

              Library for now

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                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 Reply Quote 0
                • First post
                  Last post