I'm trying to compile sources--I want to test Albrecht's suggestion to solve the proxy authentication issue I'm experiencing.
My environment is Microsoft Windows XP 2002 Service Pack 3, with Microsoft Visual C++ 2010 Express (although wiki page "Compiling QLandkarte GT on Windows" points to version 2008, I didn't manage to find it--possibily MS doesn't distribute it anymore). When building map2gcm (step 4 in section "compile" of that wiki page), I get the following error: 1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------ 2>------ Build started: Project: map2gcm, Configuration: Release Win32 ------ 2> Creating library C:/usr/qlandkartegt-1.5.1/build/bin/Release/map2gcm.lib and object C:/usr/qlandkartegt-1.5.1/build/bin/Release/map2gcm.exp 2>proj.lib(PJ_aeqd.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_geos.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_eqdc.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_bonne.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_bipc.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_aea.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_lcc.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_laea.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_gnom.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_sterea.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_ortho.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_oea.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_mod_ster.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_sconics.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_stere.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_nsper.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>proj.lib(PJ_tpeqd.obj) : error LNK2001: unresolved external symbol __imp__hypot 2>qzip.lib(qzip.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString & __thiscall QString::operator=(class QString &&)" (__imp_??4QString@@QAEAAV0@$$QAV0@@Z) 2>qzip.lib(qzip.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QByteArray & __thiscall QByteArray::operator=(class QByteArray &&)" (__imp_??4QByteArray@@QAEAAV0@$$QAV0@@Z) 2>C:\usr\qlandkartegt-1.5.1\build\bin\Release\map2gcm.exe : fatal error LNK1120: 3 unresolved externals ========== Build: 1 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== I did the four changes in source code suggested in the final paragraph of that wiki page--"Visual Studio 2010". I didn't manage to compile it, though. Do you have any suggestion? Thanks & Regards, Davide ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
