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. [Solved] Qt 5.2.1, Mingw w64 (g++ 4.8.2 seh posix), Win 7 64bits: Undefined reference to 'JSC::Yarr::*'
QtWS25 Last Chance

[Solved] Qt 5.2.1, Mingw w64 (g++ 4.8.2 seh posix), Win 7 64bits: Undefined reference to 'JSC::Yarr::*'

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 4.3k 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
    Athius
    wrote on last edited by
    #1

    Hello everyone,

    I would like to build the last stable version of Qt with Mingw w64 but I have some link problems:

    @mingw32-make[4]: Entering directory 'E:/outils/qt_5.2.1/qt5/qtdeclarative/src/qml'
    g++ -shared -Wl,--out-implib,E:\outils\qt_5.2.1\qt5\qtbase\lib\libQt5Qmld.a -o E:\outils\qt_5.2.1\qt5\qtbase\lib\Qt5Qmld.dll object_script.Qt5Qmld.Debug -LE:\outils\qt_5.2.1\qt5_deps\icu\dist\lib -LE:\outils\qt_5.2.1\qt5_deps\ope
    nssl-1.0.1e\dist\lib -lshell32 -LE:/outils/qt_5.2.1/qt5/qtbase/lib -lQt5Networkd -lQt5Cored .obj\debug\Qt5Qmld_resource_res.o
    ./.obj\debug\YarrInterpreter.o: In function JSC::Yarr::YarrPattern::newlineCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:337: undefined reference to JSC::Yarr::newlineCreate()'
    ./.obj\debug\YarrInterpreter.o: In function JSC::Yarr::YarrPattern::wordcharCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:355: undefined reference to JSC::Yarr::wordcharCreate()'
    ./.obj\debug\YarrPattern.o: In function JSC::Yarr::YarrPattern::digitsCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:343: undefined reference to JSC::Yarr::digitsCreate()'
    ./.obj\debug\YarrPattern.o: In function JSC::Yarr::YarrPattern::spacesCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:349: undefined reference to JSC::Yarr::spacesCreate()'
    ./.obj\debug\YarrPattern.o: In function JSC::Yarr::YarrPattern::nondigitsCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:361: undefined reference to JSC::Yarr::nondigitsCreate()'
    ./.obj\debug\YarrPattern.o: In function JSC::Yarr::YarrPattern::nonspacesCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:367: undefined reference to JSC::Yarr::nonspacesCreate()'
    ./.obj\debug\YarrPattern.o: In function JSC::Yarr::YarrPattern::nonwordcharCharacterClass()': E:\outils\qt_5.2.1\qt5\qtdeclarative\src\qml/../3rdparty/masm/yarr/YarrPattern.h:373: undefined reference to JSC::Yarr::nonwordcharCreate()'
    collect2.exe: error: ld returned 1 exit status
    Makefile.Debug:504: recipe for target 'E:\outils\qt_5.2.1\qt5\qtbase\lib\Qt5Qmld.dll' failed@

    I follow this "topic":http://qt-project.org/wiki/MinGW-64-bit and I had no error so far.

    This kind of error was already found in some news ("here":http://lists.qt-project.org/pipermail/interest/2013-October/009243.html) but in my case, I just download the zip archive.

    Do you any clues to fix this problem please?

    Thank you!

    Edit: I just saw this "post":https://qt-project.org/forums/viewthread/33212 and this fix my problem: python and perl were not in my PATH variable

    1 Reply Last reply
    1

    • Login

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