cranvas on Windows? (2nd turn)

315 views
Skip to first unread message

Tomas Sieger

unread,
Mar 13, 2012, 3:29:38 PM3/13/12
to cra...@googlegroups.com
Hello,
 I'd like to repeat Deborah Swayne's question (http://groups.google.com/group/cranvas/browse_thread/thread/812a108e46dfa47b, which can't be replied to any more, at least from the web interface): does cranvas run on Windows? If not yet, is there any plan for it, and possibly some time horizon? I'm considering to join Google Summer of Code this year by writing some interactive R graphics, so I'm investigating which platform to build upon, while keeping the target audience as broad as possible (thus the question).

BTW what's the current status of cranvas? Is it possible to develop upon it? (Is it stable, complete, documented etc.?)

Thanks.
best regards,
 Tomas

Michael Lawrence

unread,
Mar 13, 2012, 3:45:52 PM3/13/12
to cra...@googlegroups.com
Unfortunately, cranvas does not work on Windows, for the simple reason that qtbase does not build on 64 bit Windows. This is due to some oddities with one of the dependencies of qtbase (the smoke code generator). It's up to me to figure out a hack to make it work. Should be done by the summer though.

Michael

Yihui Xie

unread,
Mar 13, 2012, 3:48:00 PM3/13/12
to cra...@googlegroups.com
I was just about to ask you about the installation issues, since I
failed to install qtbase on my Windows a few days ago. I thought I
missed something in the instructions.

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA

Michael Lawrence

unread,
Mar 13, 2012, 3:55:49 PM3/13/12
to cra...@googlegroups.com
The instructions are probably obsolete. For 64 bit Windows, you need the 64 bit of Qt, which I had to manually build and will put up on the Google code site for automatic download.

Michael

Yihui Xie

unread,
Mar 13, 2012, 4:05:18 PM3/13/12
to cra...@googlegroups.com
I see. So that qt-4.8.0-win32.zip in ggobi-documentation is for 32bit
Windows only?

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA

Michael Lawrence

unread,
Mar 13, 2012, 4:30:15 PM3/13/12
to cra...@googlegroups.com
Yes, that's what "win32" indicates. I will upload "win64" once smoke is working.

Michael

Dianne Cook

unread,
Mar 14, 2012, 9:00:05 PM3/14/12
to cra...@googlegroups.com, Heike Hofmann
Yihui,

I think that using base R as a model for graphics is not the best idea. I would rather see the qbar, have a toggle between a spline plot and a barchart.

cheers,
Di
---------------------------
Di Cook




Tomas Sieger

unread,
Jun 7, 2012, 3:20:24 PM6/7/12
to cra...@googlegroups.com
I've noticed some changes to qtbase Windows installation instructions recently.
Does it mean that cranvas windows support is on the right track? ;-)
(I'm sorry for not testing it by myself - currently I can't access any
windows dev machine.)
regards,
Tomas

Michael Lawrence

unread,
Jun 7, 2012, 3:54:29 PM6/7/12
to cra...@googlegroups.com
It's on a track of some sort. I'm going to revisit this soon. If I manage to build a 64 bit GGobi, qtbase might be easy.

Michael

Paul Sztorc

unread,
Jul 14, 2012, 5:59:25 PM7/14/12
to cra...@googlegroups.com
I've been using cranvas on Ubuntu and loving it...but I cant really show other people the power of cranvas until there's a windows install...I've been trying to hack qtbase to get it to work but I just cant do it...please hurry!

Thank you!

Michael Lawrence

unread,
Jul 14, 2012, 7:08:10 PM7/14/12
to cra...@googlegroups.com
Current status is that it's working on my computer on both 32 bit and 64 bit. I had to build 64 bit Qt from scratch, because there is no existing 64 bit MinGW (gcc) binary. Unfortunately, Qt binaries are not easily relocatable: the build path is embedded in the binary. The Nokia installers modify the binaries during installation. I requested that the CRAN maintainers build their own Qt so that the paths are right for their system. They have refused to do that so far. If they don't, I'll have to do something like make my own installers through reverse engineering the Nokia installer, or write some sort of script that attempts to rename the symbols in the MSVC DLLs so that they link with MinGW binaries.

Michael

Yihui Xie

unread,
Aug 19, 2012, 9:56:53 PM8/19/12
to cra...@googlegroups.com
Hi Michael,

Any latest instructions on how to build qtbase for at least the 32bit
arch? We want to install it on our Windows servers this semester.
Thanks!

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


Michael Lawrence

unread,
Aug 19, 2012, 11:29:41 PM8/19/12
to cra...@googlegroups.com
Just pushed some instructions into the INSTALL file. Best of luck.

Michael

Yihui Xie

unread,
Aug 20, 2012, 5:42:19 PM8/20/12
to cra...@googlegroups.com
I spent quite a few hours today trying to install qtbase on my Windows
7 but failed.

The first issue is you probably need to quote QMAKE in src/Makefile.win:

-DQT_QMAKE_EXECUTABLE="${QMAKE}" \

and mention in INSTALL that the environmental variable QMAKE needs to
be set to the path of qmake.exe, otherwise cmake will be unable to
find Qt4.

Then I had this error which I have absolutely no idea of:

C:\Users\Yihui\Downloads>R CMD INSTALL --build --no-multiarch --preclean qtbase
* installing to library 'C:/Users/Yihui/R'
* installing *source* package 'qtbase' ...
** libs
running src/Makefile.win ...
cygwin warning:
MS-DOS style path detected: C:/Software/R/bin/R
Preferred POSIX equivalent is: /cygdrive/c/Software/R/bin/R
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
mkdir -p ../kdebindings-build;
cd ../kdebindings-build; \
"/cygdrive/D/Software/CMake/bin/cmake.exe" ../kdebindings -G "Unix
Makefiles" -DQT_QMAKE_EXECUTABLE="D:\Software\Qt\bin\qmake.exe"
-DCMAKE_R
C_COMPILER="D:/Software/Rtools/gcc-4.6.3/bin/windres.exe"
-DR_LIBRARIES="-LC:/Software/R/bin//i386 -lR" -DSYMPAT= -DR_CXX="g++"
-DCMAKE_CXX_
FLAGS=" " -DCMAKE_SHARED_LINKER_FLAGS=" " \
-DCMAKE_INSTALL_PREFIX=../inst/local \
-DCMAKE_EXE_LINKER_FLAGS=" " \
-DCMAKE_MODULE_LINKER_FLAGS=" "; \
LD_LIBRARY_PATH=../../generator/bin make install
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check for working C compiler: C:/Software/Perl/c/bin/gcc.exe
-- Check for working C compiler: C:/Software/Perl/c/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Software/Perl/c/bin/c++.exe
-- Check for working CXX compiler: C:/Software/Perl/c/bin/c++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: D:/Software/Qt/bin/qmake.exe (found suitable version
"4.8.2", required is "4.0.0")
-- Could NOT find Qt4 (missing: QT_QTDBUS_LIBRARY) (found suitable
version "4.8.2", required is "4.0.0")
-- Found OpenGL: opengl32
Qt QTDBUS library not found.
-- Found Perl: C:/Software/Perl/perl/bin/perl.exe (found version "5.14.2")
-- Checking how Qt was built...
-- Threshold is set to 10
-- QT_NO_DEBUG [Defined]
-- QT_NO_ACCESSIBILITY [Defined]
-- QT_NO_BUTTONGROUP [Defined]
-- QT_NO_COLORDIALOG [Defined]
-- QT_NO_DATETIMEEDIT [Defined]
-- QT_NO_DIALOG [Defined]
-- QT_NO_ERRORMESSAGE [Defined]
-- QT_NO_FILEDIALOG *Undefined*
-- QT_NO_FONTDIALOG [Defined]
-- QT_NO_GROUPBOX [Defined]
-- QT_NO_LCDNUMBER [Defined]
-- QT_NO_LINEEDIT [Defined]
-- QT_NO_LISTVIEW [Defined]
-- QT_NO_MAINWINDOW [Defined]
-- QT_NO_MENUBAR [Defined]
-- QT_NO_MESSAGEBOX [Defined]
-- QT_NO_PRINTDIALOG [Defined]
-- QT_NO_PROGRESSBAR [Defined]
-- QT_NO_PROGRESSDIALOG [Defined]
-- QT_NO_PUSHBUTTON [Defined]
-- QT_NO_RADIOBUTTON [Defined]
-- QT_NO_SCROLLBAR [Defined]
-- QT_NO_SLIDER [Defined]
-- QT_NO_STYLE_PLASTIQUE [Defined]
-- QT_NO_STYLE_WINDOWSXP [Defined]
-- QT_NO_STYLE_WINDOWS [Defined]
-- QT_NO_STYLE_MAC [Defined]
-- QT_NO_STYLE_CLEANLOOKS [Defined]
-- QT_NO_TABLEVIEW [Defined]
-- QT_NO_TEXTBROWSER [Defined]
-- QT_NO_TEXTEDIT [Defined]
-- QT_NO_TOOLBUTTON [Defined]
-- QT_DLL [Defined]
-- QT_NO_DEBUG [Defined]
-- QT_OPENGL_LIB [Defined]
-- QT_DECLARATIVE_LIB [Defined]
-- QT_SCRIPT_LIB [Defined]
-- QT_SVG_LIB [Defined]
-- QT_HELP_LIB [Defined]
-- QT_WEBKIT_LIB [Defined]
-- QT_MULTIMEDIA_LIB [Defined]
-- QT_XMLPATTERNS_LIB [Defined]
-- QT_GUI_LIB [Defined]
-- QT_TEST_LIB [Defined]
-- QT_XML_LIB [Defined]
-- QT_SQL_LIB [Defined]
-- QT_NETWORK_LIB [Defined]
-- QT_CORE_LIB [Defined]
-- Build Smoke... yes - Qt
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

R_LIBRARIES
SYMPAT


-- Build files have been written to:
C:/Users/Yihui/Downloads/qtbase/kdebindings-build
Scanning dependencies of target cppparser
[ 1%] Building CXX object generator/parser/CMakeFiles/cppparser.dir/ast.cpp.obj
[ 3%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/default_visitor.cpp.obj
[ 4%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/memorypool.cpp.obj
[ 6%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/visitor.cpp.obj
[ 8%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/control.cpp.obj
[ 9%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/lexer.cpp.obj
[ 11%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/parser.cpp.obj
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parser.cpp:1035:2:
warning: #warning "implement me"
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parser.cpp:2603:2:
warning: #warning "implemente me (AST)"
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parser.cpp:3489:2:
warning: #warning "mark the ast as constant"
[ 13%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/listnode.cpp.obj
[ 14%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/tokens.cpp.obj
[ 16%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/dumptree.cpp.obj
[ 18%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/parsesession.cpp.obj
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parsesession.cpp:
In destructor 'ParseSession::~ParseSession()':
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parsesession.cpp:42:
warning: possible problem detected in invocation of delete
operator:
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parsesession.cpp:42:
warning: invalid use of incomplete type 'struct rpp::Macro
Block'
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parsesession.h:43:
warning: forward declaration of 'struct rpp::MacroBlock'
C:/Users/Yihui/Downloads/qtbase/kdebindings/generator/parser/parsesession.cpp:42:
note: neither the destructor nor the class-specific operat
or delete will be called, even if they are declared when the class is defined.
[ 19%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/commentparser.cpp.obj
[ 21%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/commentformatter.cpp.obj
[ 22%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/codegenerator.cpp.obj
[ 24%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/indexedstring.cpp.obj
[ 26%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/stringhelpers.cpp.obj
[ 27%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-stream.cpp.obj
[ 29%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-macro-expander.cpp.obj
[ 31%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-scanner.cpp.obj
[ 32%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-macro.cpp.obj
[ 34%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-engine.cpp.obj
[ 36%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-internal.cpp.obj
[ 37%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-environment.cpp.obj
[ 39%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/pp-location.cpp.obj
[ 40%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/preprocessor.cpp.obj
[ 42%] Building CXX object
generator/parser/CMakeFiles/cppparser.dir/rpp/chartools.cpp.obj
Linking CXX shared library ../bin/libcppparser.dll
Creating library file: ../bin/libcppparser.dll.a
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN7QStringD1Ev[QString::~QString()]+0x2f):
undefined reference to `_
_imp__ZN7QString4freeEPNS_4DataE'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemEC1Ev[QList<Problem*>::QList()]+0xf):
undefined re
ference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE6appendERKS1_[QList<Problem*>::append(Problem*
co
nst&)]+0x1b0): undefined reference to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE4freeEPN9QListData4DataE[QList<Problem*>::free(QL
istData::Data*)]+0x61): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE18detach_helper_growEii[QList<Problem*>::detach_h
elper_grow(int, int)]+0xdf): undefined reference to
`__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE18detach_helper_growEii[QList<Problem*>::detach_h
elper_grow(int, int)]+0x160): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE18detach_helper_growEii[QList<Problem*>::detach_h
elper_grow(int, int)]+0x28c): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(control.cpp.obj):control.cpp:(.text$_ZN5QListIP7ProblemE13detach_helperEi[QList<Problem*>::detach_helper(
int)]+0x2d): undefined reference to `__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text+0x3f8):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text+0xb98a):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN10QByteArrayD1Ev[QByteArray::~QByteArray()]+0x2f):
undefined reference
to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN10QByteArraypLERKS_[QByteArray::operator+=(QByteArray
const&)]+0x1e):
undefined reference to `__imp__ZN10QByteArray6appendERKS_'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN7QStringaSEPKc[QString::operator=(char
const*)]+0xcc): undefined refer
ence to `__imp__ZN7QString9fromAsciiEPKci'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN7QStringaSEPKc[QString::operator=(char
const*)]+0xed): undefined refer
ence to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN7QStringC1Ev[QString::QString()]+0xf):
undefined reference to `__imp__
ZN7QString11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_Z16isLetterOrNumberj[isLetterOrNumber(unsigned
int)]+0x29): undefined re
ference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_Z16isLetterOrNumberj[isLetterOrNumber(unsigned
int)]+0x39): undefined re
ference to `__imp__ZNK5QChar16isLetterOrNumberEv'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayIS_I5QPairIj10TOKEN_KINDELi10EELi200EEC1Ei[KDevVar
LengthArray<KDevVarLengthArray<QPair<unsigned int, TOKEN_KIND>, 10>,
200>::KDevVarLengthArray(int)]+0xf0): undefined reference to
`__imp__Z7
qMallocy'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayIS_I5QPairIj10TOKEN_KINDELi10EELi200EED1Ev[KDevVar
LengthArray<KDevVarLengthArray<QPair<unsigned int, TOKEN_KIND>, 10>,
200>::~KDevVarLengthArray()]+0x83): undefined reference to
`__imp__Z5qF
reePv'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayI5QPairIj10TOKEN_KINDELi10EEC1Ei[KDevVarLengthArra
y<QPair<unsigned int, TOKEN_KIND>,
10>::KDevVarLengthArray(int)]+0x38): undefined reference to
`__imp__Z7qMallocy'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayI5QPairIj10TOKEN_KINDELi10EED1Ev[KDevVarLengthArra
y<QPair<unsigned int, TOKEN_KIND>, 10>::~KDevVarLengthArray()]+0x72):
undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayIS_I5QPairIj10TOKEN_KINDELi10EELi200EE7reallocEii[
KDevVarLengthArray<KDevVarLengthArray<QPair<unsigned int, TOKEN_KIND>,
10>, 200>::realloc(int, int)]+0x112): undefined reference to `__imp__
Z7qMallocy'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayIS_I5QPairIj10TOKEN_KINDELi10EELi200EE7reallocEii[
KDevVarLengthArray<KDevVarLengthArray<QPair<unsigned int, TOKEN_KIND>,
10>, 200>::realloc(int, int)]+0x4ba): undefined reference to `__imp__
Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayI5QPairIj10TOKEN_KINDELi10EE7reallocEii[KDevVarLen
gthArray<QPair<unsigned int, TOKEN_KIND>, 10>::realloc(int,
int)]+0x57): undefined reference to `__imp__Z7qMallocy'
CMakeFiles/cppparser.dir/objects.a(lexer.cpp.obj):lexer.cpp:(.text$_ZN18KDevVarLengthArrayI5QPairIj10TOKEN_KINDELi10EE7reallocEii[KDevVarLen
gthArray<QPair<unsigned int, TOKEN_KIND>, 10>::realloc(int,
int)]+0x1f7): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text+0x2320):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text+0x2418):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text+0x248e):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text+0x269f):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringpLERKS_[QString::operator+=(QString
const&)]+0x1e): undefine
d reference to `__imp__ZN7QString6appendERKS_'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringC1EPKc[QString::QString(char
const*)]+0x1f): undefined refer
ence to `__imp__ZN7QString16fromAscii_helperEPKci'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringpLEPKc[QString::operator+=(char
const*)]+0xcc): undefined re
ference to `__imp__ZN7QString9fromAsciiEPKci'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringpLEPKc[QString::operator+=(char
const*)]+0xed): undefined re
ference to `__imp__ZN7QString6appendERKS_'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringpLEc[QString::operator+=(char)]+0x1a):
undefined reference t
o `__imp__ZN5QChar9fromAsciiEc'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN7QStringpLEc[QString::operator+=(char)]+0x29):
undefined reference t
o `__imp__ZN7QString6appendE5QChar'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZplRK7QStringPKc[operator+(QString
const&, char const*)]+0xe0): undefi
ned reference to `__imp__ZN7QString9fromAsciiEPKci'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN9QHashData8willGrowEv[QHashData::willGrow()]+0x33):
undefined refere
nce to `__imp__ZN9QHashData6rehashEi'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIyN6Parser12TokenMarkersEEC1Ev[QHash<unsigned
long long, Parse
r::TokenMarkers>::QHash()]+0xf): undefined reference to
`__imp__ZN9QHashData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIyN6Parser12TokenMarkersEE8freeDataEP9QHashData[QHash<unsigned
long long, Parser::TokenMarkers>::freeData(QHashData*)]+0x21):
undefined reference to
`__imp__ZN9QHashData11free_helperEPFvPNS_4NodeEE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIy15QHashDummyValueEC1Ev[QHash<unsigned
long long, QHashDummyV
alue>::QHash()]+0xf): undefined reference to `__imp__ZN9QHashData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIy15QHashDummyValueE8freeDataEP9QHashData[QHash<unsigned
long
long, QHashDummyValue>::freeData(QHashData*)]+0x21): undefined
reference to `__imp__ZN9QHashData11free_helperEPFvPNS_4NodeEE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEEC2Ev[QList<Parser::PendingError>::QLi
st()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEEC1Ev[QList<Parser::PendingError>::QLi
st()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIyN6Parser12TokenMarkersEE10createNodeEjRKyRKS1_PP9QHashNodeIy
S1_E[QHash<unsigned long long,
Parser::TokenMarkers>::createNode(unsigned int, unsigned long long
const&, Parser::TokenMarkers const&, QHash
Node<unsigned long long, Parser::TokenMarkers>**)]+0x2c): undefined
reference to `__imp__ZN9QHashData12allocateNodeEi'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE6appendERKS1_[QList<Parser::PendingEr
ror>::append(Parser::PendingError const&)]+0x18c): undefined reference
to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE4freeEPN9QListData4DataE[QList<Parser
::PendingError>::free(QListData::Data*)]+0x61): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIyN6Parser12TokenMarkersEE13detach_helperEv[QHash<unsigned
lon
g long, Parser::TokenMarkers>::detach_helper()]+0x33): undefined
reference to `__imp__ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii
'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIy15QHashDummyValueE10createNodeEjRKyRKS0_PP9QHashNodeIyS0_E[Q
Hash<unsigned long long, QHashDummyValue>::createNode(unsigned int,
unsigned long long const&, QHashDummyValue const&, QHashNode<unsigned
lo
ng long, QHashDummyValue>**)]+0x2c): undefined reference to
`__imp__ZN9QHashData12allocateNodeEi'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE18detach_helper_growEii[QList<Parser:
:PendingError>::detach_helper_grow(int, int)]+0xdf): undefined
reference to `__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE18detach_helper_growEii[QList<Parser:
:PendingError>::detach_helper_grow(int, int)]+0x160): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE18detach_helper_growEii[QList<Parser:
:PendingError>::detach_helper_grow(int, int)]+0x296): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QHashIy15QHashDummyValueE13detach_helperEv[QHash<unsigned
long long
, QHashDummyValue>::detach_helper()]+0x33): undefined reference to
`__imp__ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE5eraseENS2_8iteratorE[QList<Parser::P
endingError>::erase(QList<Parser::PendingError>::iterator)]+0x3f):
undefined reference to `__imp__ZN9QListData5eraseEPPv'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE13detach_helperEi[QList<Parser::Pendi
ngError>::detach_helper(int)]+0xd4): undefined reference to
`__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(parser.cpp.obj):parser.cpp:(.text$_ZN5QListIN6Parser12PendingErrorEE13detach_helperEi[QList<Parser::Pendi
ngError>::detach_helper(int)]+0x14b): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x36e):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x39f):
undefined reference to `__imp__ZN7QStringC1Ei5QChar'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x3b9):
undefined reference to `__imp__ZNK7QString8toLatin1Ev'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x484):
undefined reference to `__imp__Z4endlR11QTextStream'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x601):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x628):
undefined reference to `__imp__ZN7QStringC1Ei5QChar'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text+0x642):
undefined reference to `__imp__ZNK7QString8toLatin1Ev'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN10QByteArray6detachEv[QByteArray::detach()]+0x62):
undefined ref
erence to `__imp__ZN10QByteArray7reallocEi'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN7QStringpLE5QChar[QString::operator+=(QChar)]+0x68):
undefined r
eference to `__imp__ZN7QString4growEi'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN7QStringpLE5QChar[QString::operator+=(QChar)]+0x77):
undefined r
eference to `__imp__ZN7QString7reallocEi'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZplRK7QStringc[operator+(QString
const&, char)]+0xd4): undefined r
eference to `__imp__ZN5QChar9fromAsciiEc'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebug6StreamC1E9QtMsgType[QDebug::Stream::Stream(QtMsgType)]+0
x39): undefined reference to
`__imp__ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebug6StreamD1Ev[QDebug::Stream::~Stream()]+0xf9):
undefined r
eference to `__imp__ZN11QTextStreamD1Ev'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebug6StreamD1Ev[QDebug::Stream::~Stream()]+0x133):
undefined
reference to `__imp__ZN11QTextStreamD1Ev'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebugD1Ev[QDebug::~QDebug()]+0xfc):
undefined reference to `__
imp__ZNK7QString11toLocal8BitEv'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebugD1Ev[QDebug::~QDebug()]+0x137):
undefined reference to `_
_imp__Z17qt_message_output9QtMsgTypePKc'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebug10maybeSpaceEv[QDebug::maybeSpace()]+0x2d):
undefined ref
erence to `__imp__ZN11QTextStreamlsEc'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsEy[QDebug::operator<<(unsigned
long long)]+0xcc): undef
ined reference to `__imp__ZN7QString6numberEyi'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsEy[QDebug::operator<<(unsigned
long long)]+0xf0): undef
ined reference to `__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsEPKc[QDebug::operator<<(char
const*)]+0xcc): undefined
reference to `__imp__ZN7QString9fromAsciiEPKci'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsEPKc[QDebug::operator<<(char
const*)]+0xf0): undefined
reference to `__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsERK7QString[QDebug::operator<<(QString
const&)]+0x22):
undefined reference to `__imp__ZN11QTextStreamlsEc'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsERK7QString[QDebug::operator<<(QString
const&)]+0x32):
undefined reference to `__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(dumptree.cpp.obj):dumptree.cpp:(.text$_ZN6QDebuglsERK7QString[QDebug::operator<<(QString
const&)]+0x43):
undefined reference to `__imp__ZN11QTextStreamlsEc'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjEC1Ev[QVector<unsigned
int>::QVector()]+0xf):
undefined reference to `__imp__ZN11QVectorData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE6appendERKj[QVector<unsigned
int>::append(uns
igned int const&)]+0x86): undefined reference to
`__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN4QMapIyN3rpp6AnchorEE8freeDataEP8QMapData[QMap<unsigned
long long, rpp::Anchor>::freeData(QMapData*)]+0x7a): undefined
reference to `__imp__ZN8QMapData16continueFreeDataEi'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE7reallocEii[QVector<unsigned
int>::realloc(in
t, int)]+0x152): undefined reference to `__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE7reallocEii[QVector<unsigned
int>::realloc(in
t, int)]+0x231): undefined reference to
`__imp__ZN11QVectorData10reallocateEPS_iii'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE7reallocEii[QVector<unsigned
int>::realloc(in
t, int)]+0x255): undefined reference to `__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE7reallocEii[QVector<unsigned
int>::realloc(in
t, int)]+0x408): undefined reference to `__imp__Z7qMemSetPviy'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN16QVectorTypedDataIjE4freeEPS0_i[QVectorTypedData<unsign
ed int>::free(QVectorTypedData<unsigned int>*, int)]+0x1c): undefined
reference to `__imp__ZN11QVectorData4freeEPS_i'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE6mallocEi[QVector<unsigned
int>::malloc(int)]
+0x39): undefined reference to `__imp__ZN11QVectorData8allocateEii'
CMakeFiles/cppparser.dir/objects.a(parsesession.cpp.obj):parsesession.cpp:(.text$_ZN7QVectorIjE6mallocEi[QVector<unsigned
int>::malloc(int)]
+0x4d): undefined reference to `__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(commentformatter.cpp.obj):commentformatter.cpp:(.text+0x3ba):
undefined reference to `__imp__ZN10QByteArr
ayaSERKS_'
CMakeFiles/cppparser.dir/objects.a(commentformatter.cpp.obj):commentformatter.cpp:(.text$_ZN10QByteArrayC1Ev[QByteArray::QByteArray()]+0xf):
undefined reference to `__imp__ZN10QByteArray11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(commentformatter.cpp.obj):commentformatter.cpp:(.text$_ZN10QByteArraypLEPKc[QByteArray::operator+=(char
c
onst*)]+0x1e): undefined reference to `__imp__ZN10QByteArray6appendEPKc'
CMakeFiles/cppparser.dir/objects.a(commentformatter.cpp.obj):commentformatter.cpp:(.text$_ZplPKcRK10QByteArray[operator+(char
const*, QByteA
rray const&)]+0xd5): undefined reference to `__imp__ZN10QByteArrayC1EPKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0x11d):
undefined reference to `__imp__ZN11QTextStreamC1E
P7QString6QFlagsIN9QIODevice12OpenModeFlagEE'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0x369):
undefined reference to `__imp__ZN11QTextStreamC1E
P7QString6QFlagsIN9QIODevice12OpenModeFlagEE'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0x565):
undefined reference to `__imp__ZN11QTextStreamD1E
v'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0x7a7):
undefined reference to `__imp__ZN11QTextStreamD1E
v'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0x9e9):
undefined reference to `__imp__ZN11QTextStreamD1E
v'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xb7c):
undefined reference to `__imp__ZN11QTextStream5fl
ushEv'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xcb8):
undefined reference to `__imp__ZN11QTextStreamlsE
RK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xe22):
undefined reference to `__imp__ZN11QTextStreamlsE
PKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xe71):
undefined reference to `__imp__ZN11QTextStreamlsE
PKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xec4):
undefined reference to `__imp__ZN11QTextStreamlsE
PKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xefd):
undefined reference to `__imp__ZN11QTextStreamlsE
PKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xf1e):
undefined reference to `__imp__ZN11QTextStreamlsE
PKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text+0xf65):
more undefined references to `__imp__ZN11QTextStr
eamlsEPKc' follow
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15commaPrintNodesIP16BaseSpecifierASTEE
vP7VisitorPK8ListNodeIT_ERK7QString[void
CodeGenerator::commaPrintNodes<BaseSpecifierAST*>(Visitor*,
ListNode<BaseSpecifierAST*> const*, QSt
ring const&)]+0x5a): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15visitCommaPrintIP17MemInitializerASTE
EvPK8ListNodeIT_E[void
CodeGenerator::visitCommaPrint<MemInitializerAST*>(ListNode<MemInitializerAST*>
const*)]+0x4e): undefined reference t
o `__imp__ZN11QTextStreamlsEPKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator18surroundPrintNodesIP13ExpressionASTEE
vP7VisitorPK8ListNodeIT_ERK7QStringSC_[void
CodeGenerator::surroundPrintNodes<ExpressionAST*>(Visitor*,
ListNode<ExpressionAST*> const*, QSt
ring const&, QString const&)]+0x4e): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator18surroundPrintNodesIP13ExpressionASTEE
vP7VisitorPK8ListNodeIT_ERK7QStringSC_[void
CodeGenerator::surroundPrintNodes<ExpressionAST*>(Visitor*,
ListNode<ExpressionAST*> const*, QSt
ring const&, QString const&)]+0x87): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15visitCommaPrintIP13EnumeratorASTEEvPK
8ListNodeIT_E[void
CodeGenerator::visitCommaPrint<EnumeratorAST*>(ListNode<EnumeratorAST*>
const*)]+0x4e): undefined reference to `__imp__ZN
11QTextStreamlsEPKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15visitCommaPrintIP20InitializerClauseA
STEEvPK8ListNodeIT_E[void
CodeGenerator::visitCommaPrint<InitializerClauseAST*>(ListNode<InitializerClauseAST*>
const*)]+0x4e): undefined re
ference to `__imp__ZN11QTextStreamlsEPKc'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15commaPrintNodesIP18UnqualifiedNameAST
EEvP7VisitorPK8ListNodeIT_ERK7QString[void
CodeGenerator::commaPrintNodes<UnqualifiedNameAST*>(Visitor*,
ListNode<UnqualifiedNameAST*> const
*, QString const&)]+0x5a): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15commaPrintNodesIP23ParameterDeclarati
onASTEEvP7VisitorPK8ListNodeIT_ERK7QString[void
CodeGenerator::commaPrintNodes<ParameterDeclarationAST*>(Visitor*,
ListNode<ParameterDeclara
tionAST*> const*, QString const&)]+0x5a): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15commaPrintNodesIP17InitDeclaratorASTE
EvP7VisitorPK8ListNodeIT_ERK7QString[void
CodeGenerator::commaPrintNodes<InitDeclaratorAST*>(Visitor*,
ListNode<InitDeclaratorAST*> const*,
QString const&)]+0x5a): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(codegenerator.cpp.obj):codegenerator.cpp:(.text$_ZN13CodeGenerator15commaPrintNodesIP20TemplateParameterA
STEEvP7VisitorPK8ListNodeIT_ERK7QString[void
CodeGenerator::commaPrintNodes<TemplateParameterAST*>(Visitor*,
ListNode<TemplateParameterAST*>
const*, QString const&)]+0x5a): undefined reference to
`__imp__ZN11QTextStreamlsERK7QString'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x296):
undefined reference to `__imp__ZN7QString8fromUtf
8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x4d4):
undefined reference to `__imp__ZN7QString8fromUtf
8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x70a):
undefined reference to `__imp__ZNK4QUrl4pathEv'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x72e):
undefined reference to `__imp__ZNK7QString6toUtf8
Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x825):
undefined reference to `__imp__ZN7QString8fromUtf
8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0xa7c):
undefined reference to `__imp__ZNK4QUrl4pathEv'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0xaa0):
undefined reference to `__imp__ZNK7QString6toUtf8
Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0xb97):
undefined reference to `__imp__ZN7QString8fromUtf
8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0xdee):
undefined reference to `__imp__ZNK7QString6toUtf8
Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x1046):
undefined reference to `__imp__ZNK7QString6toUtf
8Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x12f4):
undefined reference to `__imp__ZN7QString8fromUt
f8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x153c):
undefined reference to `__imp__ZN7QString8fromUt
f8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x1799):
undefined reference to `__imp__ZN7QString8fromUt
f8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x19f7):
undefined reference to `__imp__ZN7QString8fromUt
f8EPKci'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x1c83):
undefined reference to `__imp__ZN4QUrlC1ERK7QStr
ing'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x1d31):
undefined reference to `__imp__ZN4QUrlD1Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x1e4f):
undefined reference to `__imp__ZN7QStringC1E5QCh
ar'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x2007):
undefined reference to `__imp__ZN7QStringC1E5QCh
ar'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x202b):
undefined reference to `__imp__ZNK7QString6toUtf
8Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text+0x20f4):
undefined reference to `__imp__ZNK7QString6toUtf
8Ev'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringEC2Ev[QList<QString>::QList()]+0xf):
un
defined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringE6appendERKS0_[QList<QString>::append(Q
String const&)]+0x1b0): undefined reference to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZNK5QListI7QStringE7indexOfERKS0_i[QList<QString>::index
Of(QString const&, int) const]+0x9d): undefined reference to
`__imp__ZNK7QStringeqERKS_'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringE4freeEPN9QListData4DataE[QList<QString
>::free(QListData::Data*)]+0x61): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringE18detach_helper_growEii[QList<QString>
::detach_helper_grow(int, int)]+0xdf): undefined reference to
`__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringE18detach_helper_growEii[QList<QString>
::detach_helper_grow(int, int)]+0x160): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(indexedstring.cpp.obj):indexedstring.cpp:(.text$_ZN5QListI7QStringE18detach_helper_growEii[QList<QString>
::detach_helper_grow(int, int)]+0x296): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x22):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4a):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x8c):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0xb4):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0xf6):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x11e):
more undefined references to `__imp__ZN5QCharC1Ec
' follow
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x97c):
undefined reference to `__imp__ZNK5QChar7toAsciiE
v'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0xd1c):
undefined reference to `__imp__ZN7QString7replace
ERKS_S1_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0xe35):
undefined reference to `__imp__ZN7QString7replace
ERKS_S1_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0xf4e):
undefined reference to `__imp__ZN7QString7replace
ERKS_S1_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1067):
undefined reference to `__imp__ZN7QString7replac
eERKS_S1_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1339):
undefined reference to `__imp__ZN7QString7replac
eERKS_S1_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1452):
more undefined references to `__imp__ZN7QString7
replaceERKS_S1_N2Qt15CaseSensitivityE' follow
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x199f):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1a13):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1b33):
undefined reference to `__imp__ZNK7QString4leftE
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1bca):
undefined reference to `__imp__ZNK7QString4leftE
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1c9a):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1d11):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1d4b):
undefined reference to `__imp__ZNK7QString7trimm
edEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x1fa9):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x200b):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2447):
undefined reference to `__imp__ZNK7QString7trimm
edEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2468):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x24f7):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x27a5):
undefined reference to `__imp__ZNK7QString4leftE
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x28a1):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x29f2):
undefined reference to `__imp__ZNK7QString7index
OfERKS_iN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2a6e):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2aa1):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2ac4):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2af7):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2c23):
undefined reference to `__imp__ZNK7QString7index
OfERKS_iN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2cfd):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2d30):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2dfd):
undefined reference to `__imp__ZNK7QString7index
OfERKS_iN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x2ff6):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x307a):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x30ce):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x31c5):
undefined reference to `__imp__ZNK5QChar7isSpace
Ev'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x31e8):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x31f8):
undefined reference to `__imp__ZNK5QChar7isSpace
Ev'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3424):
undefined reference to `__imp__ZNK7QString4leftE
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3445):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3767):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3788):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3ab3):
undefined reference to `__imp__ZNK10QByteArray4l
eftEi'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3ad4):
undefined reference to `__imp__ZN10QByteArrayaSE
RKS_'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3def):
undefined reference to `__imp__ZNK10QByteArray3m
idEii'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3e10):
undefined reference to `__imp__ZN10QByteArrayaSE
RKS_'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x3ff4):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x402d):
undefined reference to `__imp__ZNK7QString5split
ERK5QCharNS_13SplitBehaviorEN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x439d):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x44bd):
undefined reference to `__imp__ZNK7QString7trimm
edEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x46e7):
undefined reference to `__imp__ZNK10QByteArray5s
plitEc'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4780):
undefined reference to `__imp__ZN10QByteArrayC1E
PKc'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4824):
undefined reference to `__imp__ZN10QByteArrayC1E
PKc'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x48c8):
undefined reference to `__imp__ZN10QByteArrayC1E
PKc'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x496c):
undefined reference to `__imp__ZN10QByteArrayC1E
PKc'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4bdd):
undefined reference to `__imp__ZNK10QByteArray7t
rimmedEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4ea6):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4ec1):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4f50):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x4fc0):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5028):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x504c):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5127):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x514b):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x524e):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5268):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5371):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5395):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x563a):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5655):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x56e4):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5754):
undefined reference to `__imp__ZNK7QString7index
OfE5QChariN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x57bc):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x57e0):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x58bb):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x58df):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x59e2):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x59fc):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5b05):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5b29):
undefined reference to `__imp__ZN7QStringaSERKS_
'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5ec0):
undefined reference to `__imp__ZNK7QString3midEi
i'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text+0x5ee4):
undefined reference to `__imp__ZNK7QString7trimm
edEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN7QString6detachEv[QString::detach()]+0x56):
undefined
reference to `__imp__ZN7QString7reallocEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN8QCharRefaSERK5QChar[QCharRef::operator=(QChar
const&)
]+0x3d): undefined reference to `__imp__ZN7QString6expandEi'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZNK8QCharRef7isSpaceEv[QCharRef::isSpace()
const]+0x23):
undefined reference to `__imp__ZNK5QChar7isSpaceEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZNK11QStringList4joinERK7QString[QStringList::join(QStri
ng const&) const]+0x28): undefined reference to
`__imp__ZN9QtPrivate16QStringList_joinEPK11QStringListRK7QString'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharEC1Ev[QList<QChar>::QList()]+0xf):
undefi
ned reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE4freeEPN9QListData4DataE[QList<QChar>::f
ree(QListData::Data*)]+0x61): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE7prependERKS0_[QList<QChar>::prepend(QCh
ar const&)]+0x1b0): undefined reference to `__imp__ZN9QListData7prependEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI7QStringE7prependERKS0_[QList<QString>::prepend
(QString const&)]+0x135): undefined reference to `__imp__ZN9QListData7prependEv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI10QByteArrayE4freeEPN9QListData4DataE[QList<QBy
teArray>::free(QListData::Data*)]+0x61): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI7QStringE13detach_helperEi[QList<QString>::deta
ch_helper(int)]+0x2d): undefined reference to `__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE18detach_helper_growEii[QList<QChar>::de
tach_helper_grow(int, int)]+0xdf): undefined reference to
`__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE18detach_helper_growEii[QList<QChar>::de
tach_helper_grow(int, int)]+0x160): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE18detach_helper_growEii[QList<QChar>::de
tach_helper_grow(int, int)]+0x28c): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE5eraseENS1_8iteratorE[QList<QChar>::eras
e(QList<QChar>::iterator)]+0x3f): undefined reference to
`__imp__ZN9QListData5eraseEPPv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI10QByteArrayE13detach_helperEi[QList<QByteArray
>::detach_helper(int)]+0xd4): undefined reference to `__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI10QByteArrayE13detach_helperEi[QList<QByteArray
>::detach_helper(int)]+0x14b): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(stringhelpers.cpp.obj):stringhelpers.cpp:(.text$_ZN5QListI5QCharE13detach_helperEi[QList<QChar>::detach_h
elper(int)]+0x2d): undefined reference to `__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(pp-stream.cpp.obj):pp-stream.cpp:(.text$_ZN7QVectorIjEC1Ei[QVector<unsigned
int>::QVector(int)]+0x9a): un
defined reference to `__imp__Z7qMemSetPviy'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0xb98):
undefined reference to `__imp__ZN7QString
aSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0xd87):
undefined reference to `__imp__ZN7QString
aSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0xed4):
undefined reference to `__imp__ZNK7QStrin
g3argERKS_iRK5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0xf3f):
undefined reference to `__imp__ZN7QString
aSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x115d):
undefined reference to `__imp__ZNK7QStri
ng3argERKS_iRK5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x1185):
undefined reference to `__imp__ZN7QStrin
gaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x1b10):
undefined reference to `__imp__ZN5QCharC
1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x1b2d):
undefined reference to `__imp__ZNK5QChar
16isLetterOrNumberEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x2d8f):
undefined reference to `__imp__ZN7QStrin
g6numberEii'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x2da9):
undefined reference to `__imp__ZNK7QStri
ng6toUtf8Ev'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x2fb3):
undefined reference to `__imp__ZNK7QStri
ng3argERKS_iRK5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x2fd7):
undefined reference to `__imp__ZNK7QStri
ng6toUtf8Ev'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x320c):
undefined reference to `__imp__ZN5QDate1
1currentDateEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x3240):
undefined reference to `__imp__ZNK5QDate
8toStringERK7QString'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x325a):
undefined reference to `__imp__ZNK7QStri
ng6toUtf8Ev'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x343e):
undefined reference to `__imp__ZN5QTime1
1currentTimeEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x3472):
undefined reference to `__imp__ZNK5QTime
8toStringERK7QString'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text+0x348c):
undefined reference to `__imp__ZNK7QStri
ng6toUtf8Ev'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZNK7QString3argEjiiRK5QChar[QString::arg(unsigne
d int, int, int, QChar const&) const]+0x43): undefined reference to
`__imp__ZNK7QString3argEyiiRK5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z7isSpacej[isSpace(unsigned
int)]+0x29): undefin
ed reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z7isSpacej[isSpace(unsigned
int)]+0x39): undefin
ed reference to `__imp__ZNK5QChar7isSpaceEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z8isLetterj[isLetter(unsigned
int)]+0x29): undef
ined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z8isLetterj[isLetter(unsigned
int)]+0x39): undef
ined reference to `__imp__ZNK5QChar8isLetterEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z8isNumberj[isNumber(unsigned
int)]+0x29): undef
ined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_Z8isNumberj[isNumber(unsigned
int)]+0x39): undef
ined reference to `__imp__ZNK5QChar8isNumberEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListI7QVectorIjEEC1Ev[QList<QVector<unsigned
int> >::QList()]+0xf): undefined reference to
`__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp6AnchorEEC1Ev[QList<rpp::Anchor>::
QList()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN7QVectorIjE6resizeEi[QVector<unsigned
int>::re
size(int)]+0x6d): undefined reference to `__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEEC1Ev[QList<rpp::pp_act
ual>::QList()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE6appendERKS1_[QList<rp
p::pp_actual>::append(rpp::pp_actual const&)]+0x18c): undefined
reference to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListI7QVectorIjEE4freeEPN9QListData4DataE[QL
ist<QVector<unsigned int> >::free(QListData::Data*)]+0x61): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp6AnchorEE4freeEPN9QListData4DataE[
QList<rpp::Anchor>::free(QListData::Data*)]+0x61): undefined reference
to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE4freeEPN9QListData4Dat
aE[QList<rpp::pp_actual>::free(QListData::Data*)]+0x61): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN7QVectorIjE6insertEPjiRKj[QVector<unsigned
int
>::insert(unsigned int*, int, unsigned int const&)]+0xbb): undefined reference to `__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE18detach_helper_growEi
i[QList<rpp::pp_actual>::detach_helper_grow(int, int)]+0xdf):
undefined reference to `__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE18detach_helper_growEi
i[QList<rpp::pp_actual>::detach_helper_grow(int, int)]+0x160):
undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE18detach_helper_growEi
i[QList<rpp::pp_actual>::detach_helper_grow(int, int)]+0x296):
undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN16QVectorTypedDataI13IndexedStringE4freeEPS1_i
[QVectorTypedData<IndexedString>::free(QVectorTypedData<IndexedString>*,
int)]+0x1c): undefined reference to `__imp__ZN11QVectorData4freeEPS
_i'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE13detach_helperEi[QLis
t<rpp::pp_actual>::detach_helper(int)]+0xd4): undefined reference to
`__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp9pp_actualEE13detach_helperEi[QLis
t<rpp::pp_actual>::detach_helper(int)]+0x14b): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListI7QVectorIjEE13detach_helperEi[QList<QVe
ctor<unsigned int> >::detach_helper(int)]+0xd4): undefined reference
to `__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListI7QVectorIjEE13detach_helperEi[QList<QVe
ctor<unsigned int> >::detach_helper(int)]+0x14b): undefined reference
to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp6AnchorEE13detach_helperEi[QList<r
pp::Anchor>::detach_helper(int)]+0xd4): undefined reference to
`__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN5QListIN3rpp6AnchorEE13detach_helperEi[QList<r
pp::Anchor>::detach_helper(int)]+0x14b): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN7QVectorI13IndexedStringE7reallocEii[QVector<I
ndexedString>::realloc(int, int)]+0x201): undefined reference to
`__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN7QVectorI13IndexedStringE6mallocEi[QVector<Ind
exedString>::malloc(int)]+0x39): undefined reference to
`__imp__ZN11QVectorData8allocateEii'
CMakeFiles/cppparser.dir/objects.a(pp-macro-expander.cpp.obj):pp-macro-expander.cpp:(.text$_ZN7QVectorI13IndexedStringE6mallocEi[QVector<Ind
exedString>::malloc(int)]+0x4d): undefined reference to `__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(pp-scanner.cpp.obj):pp-scanner.cpp:(.text$_ZN18KDevVarLengthArrayIcLi100EEC1Ei[KDevVarLengthArray<char,
1
00>::KDevVarLengthArray(int)]+0x34): undefined reference to `__imp__Z7qMallocy'
CMakeFiles/cppparser.dir/objects.a(pp-scanner.cpp.obj):pp-scanner.cpp:(.text$_ZN18KDevVarLengthArrayIcLi100EED1Ev[KDevVarLengthArray<char,
1
00>::~KDevVarLengthArray()]+0x2f): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-scanner.cpp.obj):pp-scanner.cpp:(.text$_ZN18KDevVarLengthArrayIcLi100EE7reallocEii[KDevVarLengthArray<
char, 100>::realloc(int, int)]+0x4e): undefined reference to `__imp__Z7qMallocy'
CMakeFiles/cppparser.dir/objects.a(pp-scanner.cpp.obj):pp-scanner.cpp:(.text$_ZN18KDevVarLengthArrayIcLi100EE7reallocEii[KDevVarLengthArray<
char, 100>::realloc(int, int)]+0x90): undefined reference to
`__imp__Z8qMemCopyPvPKvy'
CMakeFiles/cppparser.dir/objects.a(pp-scanner.cpp.obj):pp-scanner.cpp:(.text$_ZN18KDevVarLengthArrayIcLi100EE7reallocEii[KDevVarLengthArray<
char, 100>::realloc(int, int)]+0xdc): undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text+0x183f):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text+0x1a6f):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text+0x1d94):
undefined reference to `__imp__ZNK7QString6toUtf8Ev'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text$_ZN7QString7prependE5QChar[QString::prepend(QChar)]+0x23):
undefine
d reference to `__imp__ZN7QString6insertEi5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text$_ZplPKcRK7QString[operator+(char
const*, QString const&)]+0xcd): un
defined reference to `__imp__ZN7QString9fromAsciiEPKci'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text$_ZplcRK7QString[operator+(char,
QString const&)]+0xd3): undefined r
eference to `__imp__ZN5QChar9fromAsciiEc'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text$_ZN7QVectorI13IndexedStringEC1Ev[QVector<IndexedString>::QVector()]
+0xf): undefined reference to `__imp__ZN11QVectorData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-macro.cpp.obj):pp-macro.cpp:(.text$_ZN7QVectorI13IndexedStringE6appendERKS0_[QVector<IndexedString>::a
ppend(IndexedString const&)]+0x14c): undefined reference to
`__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0xe38):
undefined reference to `__imp__ZN5QFileC1ERK7QString'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0xe70):
undefined reference to `__imp__ZN5QFile4openE6QFlagsIN9QI
ODevice12OpenModeFlagEE'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0xf5d):
undefined reference to `__imp__ZN9QIODevice7readAllEv'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x109e):
undefined reference to `__imp__ZN5QFileD1Ev'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x10db):
undefined reference to `__imp__ZN5QFileD1Ev'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x22d6):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x2fa8):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x3068):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4163):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x42ad):
undefined reference to `__imp__ZN7QStringC1E5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x439c):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x43c4):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x45af):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x465d):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x469d):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x46c5):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x49ef):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4ad1):
undefined reference to `__imp__ZNK5QChar16isLetterOrNumb
erEv'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4af6):
undefined reference to `__imp__ZN7QStringC1E5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4be5):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4c0d):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4df8):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4ea6):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4ee6):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x4f0e):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5288):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x536a):
undefined reference to `__imp__ZNK5QChar16isLetterOrNumb
erEv'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x538f):
undefined reference to `__imp__ZN7QStringC1E5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x547e):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x54a6):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5691):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x573f):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x577f):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x57a7):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5d82):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5e9d):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5efd):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x5f25):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x614a):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x6265):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x62c5):
undefined reference to `__imp__ZNK7QString3argERKS_iRK5Q
Char'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x62ed):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x6e0c):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x6f3d):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x79c1):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x7fbb):
undefined reference to `__imp__ZN7QStringaSERKS_'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x8615):
more undefined references to `__imp__ZN7QStringaSERKS_'
follow
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9a0d):
undefined reference to `__imp__ZN7QString8fromUtf8EPKci'

CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9aab):
undefined reference to `__imp__ZNK7QString10startsWithER
KS_N2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9b87):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9bb1):
undefined reference to `__imp__ZNK7QString10startsWithER
K5QCharN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9bd7):
undefined reference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9c01):
undefined reference to `__imp__ZNK7QString8endsWithERK5Q
CharN2Qt15CaseSensitivityE'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9c26):
undefined reference to `__imp__ZNK7QString7toULongEPbi'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text+0x9c61):
undefined reference to `__imp__ZNK7QString6toLongEPbi'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_ZNK7QString3argEiiiRK5QChar[QString::arg(int,
int, int, QChar co
nst&) const]+0x46): undefined reference to `__imp__ZNK7QString3argExiiRK5QChar'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_Z8isLetterc[isLetter(char)]+0x1b):
undefined reference to `__imp
__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_Z8isLetterc[isLetter(char)]+0x2b):
undefined reference to `__imp
__ZNK5QChar8isLetterEv'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_Z8isNumberc[isNumber(char)]+0x1b):
undefined reference to `__imp
__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_Z8isNumberc[isNumber(char)]+0x2b):
undefined reference to `__imp
__ZNK5QChar8isNumberEv'
CMakeFiles/cppparser.dir/objects.a(pp-engine.cpp.obj):pp-engine.cpp:(.text$_ZN7QVectorI13IndexedStringEC2Ev[QVector<IndexedString>::QVector(
)]+0xf): undefined reference to `__imp__ZN11QVectorData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN9QHashData9hasShrunkEv[QHashData::hasShrunk()]+0x125
): undefined reference to `__imp__ZN9QHashData6rehashEi'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEEC1Ev[QHash<In
dexedString, rpp::pp_macro*>::QHash()]+0xf): undefined reference to
`__imp__ZN9QHashData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEE14const_itera
torppEv[QHash<IndexedString,
rpp::pp_macro*>::const_iterator::operator++()]+0x19): undefined
reference to `__imp__ZN9QHashData8nextNodeEPNS_
4NodeE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEE6appendERKS2_[QList<rpp::
MacroBlock*>::append(rpp::MacroBlock* const&)]+0x1b0): undefined
reference to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE6appendERKS2_[QList<rpp::pp_
macro*>::append(rpp::pp_macro* const&)]+0x1b0): undefined reference to
`__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEEC1Ev[QList<rpp::MacroBloc
k*>::QList()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEEC1Ev[QList<rpp::pp_macro*>::
QList()]+0xf): undefined reference to `__imp__ZN9QListData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEE8freeDataEP9Q
HashData[QHash<IndexedString,
rpp::pp_macro*>::freeData(QHashData*)]+0x21): undefined reference to
`__imp__ZN9QHashData11free_helperEPFvPNS_
4NodeEE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEEC2Ev[QVector<rpp::Macro
Block*>::QVector()]+0xf): undefined reference to
`__imp__ZN11QVectorData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEEC1Ev[QVector<rpp::Macro
Block*>::QVector()]+0xf): undefined reference to
`__imp__ZN11QVectorData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEE18detach_helper_growEii[Q
List<rpp::MacroBlock*>::detach_helper_grow(int, int)]+0xdf): undefined
reference to `__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEE18detach_helper_growEii[Q
List<rpp::MacroBlock*>::detach_helper_grow(int, int)]+0x160):
undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEE18detach_helper_growEii[Q
List<rpp::MacroBlock*>::detach_helper_grow(int, int)]+0x28c):
undefined reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE6appendERKS2_[QVector<r
pp::MacroBlock*>::append(rpp::MacroBlock* const&)]+0x88): undefined
reference to `__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE6resizeEi[QVector<rpp::
MacroBlock*>::resize(int)]+0x6d): undefined reference to
`__imp__ZN11QVectorData4growEiiib'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEE13detach_help
erEv[QHash<IndexedString, rpp::pp_macro*>::detach_helper()]+0x33):
undefined reference to
`__imp__ZN9QHashData14detach_helper2EPFvPNS_4NodeE
PvEPFvS1_Eii'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE18detach_helper_growEii[QLis
t<rpp::pp_macro*>::detach_helper_grow(int, int)]+0xdf): undefined
reference to `__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE18detach_helper_growEii[QLis
t<rpp::pp_macro*>::detach_helper_grow(int, int)]+0x160): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE18detach_helper_growEii[QLis
t<rpp::pp_macro*>::detach_helper_grow(int, int)]+0x28c): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEE10deleteNodeE
P9QHashNodeIS0_S3_E[QHash<IndexedString,
rpp::pp_macro*>::deleteNode(QHashNode<IndexedString,
rpp::pp_macro*>*)]+0x2d): undefined reference
to `__imp__ZN9QHashData8freeNodeEPv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QHashI13IndexedStringPN3rpp8pp_macroEE10createNodeE
jRKS0_RKS3_PP9QHashNodeIS0_S3_E[QHash<IndexedString,
rpp::pp_macro*>::createNode(unsigned int, IndexedString const&,
rpp::pp_macro* const&,
QHashNode<IndexedString, rpp::pp_macro*>**)]+0xd0): undefined
reference to `__imp__ZN9QHashData12allocateNodeEi'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp10MacroBlockEE4freeEPN9QListData4DataE[
QList<rpp::MacroBlock*>::free(QListData::Data*)]+0x61): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE4freeEPN9QListData4DataE[QLi
st<rpp::pp_macro*>::free(QListData::Data*)]+0x61): undefined reference
to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE7reserveEi[QList<rpp::pp_mac
ro*>::reserve(int)]+0x53): undefined reference to
`__imp__ZN9QListData7reallocEi'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE7reallocEii[QVector<rpp
::MacroBlock*>::realloc(int, int)]+0x152): undefined reference to
`__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE7reallocEii[QVector<rpp
::MacroBlock*>::realloc(int, int)]+0x231): undefined reference to
`__imp__ZN11QVectorData10reallocateEPS_iii'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE7reallocEii[QVector<rpp
::MacroBlock*>::realloc(int, int)]+0x255): undefined reference to
`__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE7reallocEii[QVector<rpp
::MacroBlock*>::realloc(int, int)]+0x408): undefined reference to
`__imp__Z7qMemSetPviy'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN5QListIPN3rpp8pp_macroEE13detach_helperEi[QList<rpp:
:pp_macro*>::detach_helper(int)]+0x2d): undefined reference to
`__imp__ZN9QListData6detachEi'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN16QVectorTypedDataIPN3rpp10MacroBlockEE4freeEPS3_i[Q
VectorTypedData<rpp::MacroBlock*>::free(QVectorTypedData<rpp::MacroBlock*>*,
int)]+0x1c): undefined reference to `__imp__ZN11QVectorData4fre
eEPS_i'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE6mallocEi[QVector<rpp::
MacroBlock*>::malloc(int)]+0x39): undefined reference to
`__imp__ZN11QVectorData8allocateEii'
CMakeFiles/cppparser.dir/objects.a(pp-environment.cpp.obj):pp-environment.cpp:(.text$_ZN7QVectorIPN3rpp10MacroBlockEE6mallocEi[QVector<rpp::
MacroBlock*>::malloc(int)]+0x4d): undefined reference to `__imp__Z9qBadAllocv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN6QDebuglsEi[QDebug::operator<<(int)]+0x1f):
undefined refe
rence to `__imp__ZN11QTextStreamlsEi'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN4QMapIyN3rpp6AnchorEEC1Ev[QMap<unsigned
long long, rpp::An
chor>::QMap()]+0xf): undefined reference to `__imp__ZN8QMapData11shared_nullE'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListI7QVectorIjEE6appendERKS1_[QList<QVector<unsigned
in
t> >::append(QVector<unsigned int> const&)]+0x18c): undefined
reference to `__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListIN3rpp6AnchorEE6appendERKS1_[QList<rpp::Anchor>::app
end(rpp::Anchor const&)]+0x18c): undefined reference to
`__imp__ZN9QListData6appendEv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN4QMapIyN3rpp6AnchorEE11node_createEP8QMapDataPPNS3_4NodeER
KyRKS1_[QMap<unsigned long long, rpp::Anchor>::node_create(QMapData*,
QMapData::Node**, unsigned long long const&, rpp::Anchor const&)]+0xf1
): undefined reference to `__imp__ZN8QMapData11node_createEPPNS_4NodeEii'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN4QMapIyN3rpp6AnchorEE11node_createEP8QMapDataPPNS3_4NodeER
KyRKS1_[QMap<unsigned long long, rpp::Anchor>::node_create(QMapData*,
QMapData::Node**, unsigned long long const&, rpp::Anchor const&)]+0x1a
f): undefined reference to `__imp__ZN8QMapData11node_deleteEPPNS_4NodeEiS1_'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListI7QVectorIjEE18detach_helper_growEii[QList<QVector<u
nsigned int> >::detach_helper_grow(int, int)]+0xdf): undefined
reference to `__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListI7QVectorIjEE18detach_helper_growEii[QList<QVector<u
nsigned int> >::detach_helper_grow(int, int)]+0x160): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListI7QVectorIjEE18detach_helper_growEii[QList<QVector<u
nsigned int> >::detach_helper_grow(int, int)]+0x296): undefined
reference to `__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListIN3rpp6AnchorEE18detach_helper_growEii[QList<rpp::An
chor>::detach_helper_grow(int, int)]+0xdf): undefined reference to
`__imp__ZN9QListData11detach_growEPii'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListIN3rpp6AnchorEE18detach_helper_growEii[QList<rpp::An
chor>::detach_helper_grow(int, int)]+0x160): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN5QListIN3rpp6AnchorEE18detach_helper_growEii[QList<rpp::An
chor>::detach_helper_grow(int, int)]+0x28c): undefined reference to
`__imp__Z5qFreePv'
CMakeFiles/cppparser.dir/objects.a(pp-location.cpp.obj):pp-location.cpp:(.text$_ZN4QMapIyN3rpp6AnchorEE13detach_helperEv[QMap<unsigned
long
long, rpp::Anchor>::detach_helper()]+0xc5): undefined reference to
`__imp__ZN8QMapData10createDataEi'
CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text+0x11c):
undefined reference to `__imp__ZN10QByteArray6appendEc'
CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text+0x55f):
undefined reference to `__imp__ZN10QByteArray6appendEc'
CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text+0x8b0):
undefined reference to `__imp__ZN10QByteArray6appendEc'
CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text+0xa0b):
undefined reference to `__imp__ZN10QByteArray6appendEPKc'

CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text$_Z16isLetterOrNumberc[isLetterOrNumber(char)]+0x1b):
undefined re
ference to `__imp__ZN5QCharC1Ec'
CMakeFiles/cppparser.dir/objects.a(chartools.cpp.obj):chartools.cpp:(.text$_Z16isLetterOrNumberc[isLetterOrNumber(char)]+0x2b):
undefined re
ference to `__imp__ZNK5QChar16isLetterOrNumberEv'
collect2: ld returned 1 exit status
make[3]: *** [generator/bin/libcppparser.dll] Error 1
make[2]: *** [generator/parser/CMakeFiles/cppparser.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
ERROR: compilation failed for package 'qtbase'
* removing 'C:/Users/Yihui/R/qtbase'


Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


qtbase.tar.bz2

Michael Lawrence

unread,
Aug 20, 2012, 6:01:58 PM8/20/12
to cra...@googlegroups.com
On Mon, Aug 20, 2012 at 2:42 PM, Yihui Xie <xiey...@gmail.com> wrote:
I spent quite a few hours today trying to install qtbase on my Windows
7 but failed.

The first issue is you probably need to quote QMAKE in src/Makefile.win:

             -DQT_QMAKE_EXECUTABLE="${QMAKE}" \

and mention in INSTALL that the environmental variable QMAKE needs to
be set to the path of qmake.exe, otherwise cmake will be unable to
find Qt4.


Thanks, I'll make the necessary updates.

 
Then I had this error which I have absolutely no idea of:


Almost surely due to a mismatch between compilers. Please make sure that you have the MinGW (GCC) build of Qt. The MSVC DLLs aren't going to work.

Michael
 

Yihui Xie

unread,
Aug 20, 2012, 7:46:58 PM8/20/12
to cra...@googlegroups.com
Yes I was using the MinGW build. I just realized gcc in Perl was
before gcc in MinGW in PATH. I'll see what happens after I adjust the
PATH.

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


Yihui Xie

unread,
Aug 20, 2012, 10:05:04 PM8/20/12
to cra...@googlegroups.com
Which version of MinGW are you using? I have tried both the latest
mingw-get-inst-20120426.exe and the oldest
mingw-get-inst-20100831.exe. Neither worked. It always stops at:

[ 63%] Built target generator_dump
[ 65%] Generating smokedata.cpp, x_1.cpp, x_2.cpp, x_3.cpp, x_4.cpp,
x_5.cpp, x_6.cpp, x_7.cpp, x_8.cpp, x_9.cpp, x_10.cpp, x_11.cpp,
x_12.c
pp, x_13.cpp, x_14.cpp, x_15.cpp, x_16.cpp, x_17.cpp, x_18.cpp,
x_19.cpp, x_20.cpp
make[3]: *** [smoke/qt/smokedata.cpp] Error 127
make[2]: *** [smoke/qt/CMakeFiles/smokeqt.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
ERROR: compilation failed for package 'qtbase'
* removing 'C:/Users/Yihui/R/qtbase'

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


Michael Lawrence

unread,
Aug 20, 2012, 11:16:25 PM8/20/12
to cra...@googlegroups.com
You should use Brian Ripley's distribution of gcc (part of Rtools.exe). I am guessing that the smoke generator plugin is failing to function properly due to a binary incompatibility caused by a compiler issue. I only had that issue though when building for 64 bit.

If I could convince Uwe to build a 64 bit version of Qt, then we could move beyond this. I will email him now.

Michael

Yihui Xie

unread,
Aug 20, 2012, 11:28:45 PM8/20/12
to cra...@googlegroups.com
Ripley's gcc for Rtools215.exe is v4.6.3, which does not work for me.

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


Michael Lawrence

unread,
Aug 21, 2012, 12:23:30 AM8/21/12
to cra...@googlegroups.com
On Mon, Aug 20, 2012 at 8:28 PM, Yihui Xie <xiey...@gmail.com> wrote:
Ripley's gcc for Rtools215.exe is v4.6.3, which does not work for me.


Same problem as your previous mail?
 

Yihui Xie

unread,
Aug 21, 2012, 12:25:20 AM8/21/12
to cra...@googlegroups.com
Yes.

Regards,
Yihui
--
Yihui Xie <xiey...@gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


Tomas Sieger

unread,
May 17, 2013, 9:43:22 AM5/17/13
to cra...@googlegroups.com
Dear Michael,
any update on the Windows story, please?
Any time estimates?

I'm sorry for just keeping asking...
(I'm finishing a paper on my package based on qt* and would like to
mention installation dependencies there. Also, I tend to think that
the fact that cranvas does not run on Windows poses a serious drawback
that restricts wider adoption of cranvas, which is unfortunate these
days given the outbreak of web-based interactive visualization
frameworks on one side, and all the effort put in qt*, cranvas etc. on
the other side.)

cheers,
Tomas

Michael Lawrence

unread,
May 17, 2013, 10:07:32 AM5/17/13
to cra...@googlegroups.com
I have been focusing on getting support for Qt 5, but I'm not making much progress (the smoke generator is yielding garbage). Apparently, Qt 5.1 will have official installers for Windows. I did find though that there is a new qtbinpatcher utility that should make it easy to install binaries manually, and there are Qt 4.8.4 binaries available in a zip archive.

I will have to try that in a Windows VM to see what happens.
 


--
You received this message because you are subscribed to the Google Groups "cranvas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cranvas+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Tomáš Sieger

unread,
Mar 4, 2014, 11:27:04 AM3/4/14
to cra...@googlegroups.com
Having noticed the recent changes in Qt 5 installers and tools, and the qtbase support for Qt5, I dare to ask if qtbase/qtpaint binary installation for windows is about to appear on the horizon, please?
(I know many regular windows users who are eager to start using cranvas, but are effectively unable to build from sources.)

thanks,
 Tomas

Michael Lawrence

unread,
Mar 4, 2014, 1:22:33 PM3/4/14
to cra...@googlegroups.com
Having qtbase working on Windows is a goal of mine. I tried getting the Qt5-based qtbase to build on Windows but have failed so far. The error is pretty funny though: QIODevice is failing to read its own header file. This might just be a problem with my virtual machine, or something is corrupted. Who knows. I don't have much time to spend on it.

I did notice btw that Qt binaries for 4.8 are now available for mingw 32 and 64 bit.

Michael
Reply all
Reply to author
Forward
0 new messages