[Psi-Devel] [0.15 git] Problem compiling on WinXP - undefined reference...

Tomasz Czapiewski xeros at irc.pl
Thu Feb 18 02:01:46 PST 2010


Hi,
I've been successfully building 0.12 and 0.14 official builds on Windows 
XP with QT 4.4.3 but now I've tried Psi+ from GIT with QT 2010.02 
4.6.2 with procedure on:
http://code.google.com/p/psi-dev/wiki/mingw32 and make-psiplus.cmd script.
Unfortunately I couldn't build Psi+ with many undefined reference 
problems (almost at the end of source compiling process).

Then I've tried to make changes to the script to build official Psi 
development version instead of Psi with Psi+ patches:
----------------------------------------------
call git clone git://github.com/psi-im/psi.git
cd psi
call git submodule init
call git submodule update
ren iris\conf_win.pri.example conf_win.pri
call qconf
call configure.exe --with-openssl-inc=C:\OpenSSL\include 
--with-openssl-lib=C:\OpenSSL\lib\MinGW --disable-xss --disable-qdbus 
--with-aspell-inc=C:\Qt\2010.02\mingw\include 
--with-aspell-lib=C:\Qt\2010.02\mingw\lib
call mingw32-make
----------------------------------------------
I've got set:
QTDIR=C:\Qt\2010.02\qt
QMAKESPEC=Win32-g++
Path=(default_windows_specific);C:\Qt\2010.02\qt\bin;C:\Qt\2010.02\MinGW\bin;C:\OpenSSL\bin;C:\Program Files\Git\bin;C:\Qt\QConf;

I've tried to revert few last commits by:
git reset (commit number)
and "make clean" and "make distclean" after each try - everytime 
compilation goes to the same state (it's after second try - I haven't 
changed anything here so no distclean at this time):

http://pastebin.org/93468

What's the problem here?

Best Regards,
Tom


More information about the Psi-Devel mailing list