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

Aleksey "AlekSi" Palazhchenko alek.silverstone at gmail.com
Thu Feb 18 02:40:10 PST 2010


Hi list,

> ----------------------------------------------
> 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
ASAIU, this line shouldn't be needed. You use qconf and configure.exe  
to generate conf.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 tried to revert few last commits by:
> git reset (commit number)
You may want to use 'git reset --hard (commit number)' instead. Reset  
without --hard resets only index, but not working tree.

> and "make clean" and "make distclean" after each try
'git clean -xdn', replace 'n' with 'f' after checking what will be  
cleaned.

I hope this helps.

–-–
Aleksey "AlekSi" Palazhchenko



More information about the Psi-Devel mailing list