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. JSC::Yarr unresolved symbol
Forum Updated to NodeBB v4.3 + New Features

JSC::Yarr unresolved symbol

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 3.8k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    sklum
    wrote on last edited by
    #1

    I am trying to build a 64 bit version of Qt >= version 5.0 with Visual Studio 2010 as the compiler from the command line. I am getting the error (along with a bunch of others of similar type) when trying to create the Qt5Qml library:

    YarrInterpreter.obj : error LNK2019: unresolved external symbol "struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::newlineCreate(void)"

    I'm not sure what the JSC YarrInterpreter does or if I actually need the Qml library, but nevertheless, I'm stuck. Any help is appreciated.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      StaticPhilly
      wrote on last edited by
      #2

      When you first ran the build did it give you another error other that this?

      I got this error when I first failed to build then just re-ran the build.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sklum
        wrote on last edited by
        #3

        This was the only error, but starting the build over does not fix the issue.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lynic
          wrote on last edited by
          #4

          I am getting the same problem with Qt 5.4 / Winrt-arm built. Have you found a solution for the problem?

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lynic
            wrote on last edited by
            #5

            I am getting the same problem with Qt 5.4 / Winrt-arm built. Have you found a solution for the problem?

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lynic
              wrote on last edited by
              #6

              Ok, I fixed the problem by completely refreshing the git repository:

              @git submodule foreach --recursive "git clean -dfx"@

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lynic
                wrote on last edited by
                #7

                Ok, I fixed the problem by completely refreshing the git repository:

                @git submodule foreach --recursive "git clean -dfx"@

                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