mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Undefined Reference errors when linking


From: Simon A. Eugster
Subject: Re: [Mingw-cross-env-list] Undefined Reference errors when linking
Date: Sat, 18 Feb 2012 09:44:42 +0100
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

I now tested again in a 32 bit environment and obtain the same error messages.

This is the cmake output: http://granjow.net/uploads/temp/cmake.log
And the make output: http://granjow.net/uploads/temp/make.log

Any ideas?
Simon


On 02/12/2012 11:42 AM, Simon A. Eugster wrote:
Hello list,

My project now successfully compiles, linking fails however, with
approximately 42 billion error messages like the ones posted at the end.

What am I doing wrong?

The project is on git://granjow.net/phenoCam.git in the branch
crossCompile (the main branch will not compile yet).

thanks,
Simon

CMakeFiles/PhenoCam.dir/objects.a(exporterMainwindow.cpp.obj):exporterMainwindow.cpp:(.text+0xb1b):
undefined reference to `__imp___ZN5QJson6ParserC1Ev'
CMakeFiles/PhenoCam.dir/objects.a(exporterMainwindow.cpp.obj):exporterMainwindow.cpp:(.text+0xb40):
undefined reference to `__imp___ZN5QJson6Parser5parseERK10QByteArrayPb'
CMakeFiles/PhenoCam.dir/objects.a(exporterMainwindow.cpp.obj):exporterMainwindow.cpp:(.text+0x1379):
undefined reference to `__imp___ZN5QJson6ParserD1Ev'
CMakeFiles/PhenoCam.dir/objects.a(exporterMainwindow.cpp.obj):exporterMainwindow.cpp:(.text+0x1735):
undefined reference to `__imp___ZN5QJson6ParserD1Ev'
CMakeFiles/PhenoCam.dir/objects.a(selectVideoStep.cpp.obj):selectVideoStep.cpp:(.text+0x9e8):
undefined reference to `__imp___ZN5QJson6ParserC1Ev'
CMakeFiles/PhenoCam.dir/objects.a(selectVideoStep.cpp.obj):selectVideoStep.cpp:(.text+0xa16):
undefined reference to `__imp___ZN5QJson6Parser5parseEP9QIODevicePb'
CMakeFiles/PhenoCam.dir/objects.a(selectVideoStep.cpp.obj):selectVideoStep.cpp:(.text+0xc7c):
undefined reference to `__imp___ZN5QJson6ParserD1Ev'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]