On Thu, Feb 15, 2007 at 08:41:26PM +0100, Michał
Jazłowiecki wrote:
> Hello (again),
>
>
> I've just tried compiling current Psi-Darcs on Windows,
but I have
> experienced a failure with it:
>
> RCC: Error: Cannot find file
> 'iconsets/system/default/whiteboarding/whiteboard.png'
> mingw32-make[2]: *** [_rccqrc_iconsets.cpp] Error 1
> mingw32-make[1]: *** [release] Error 2
> mingw32-make: *** [sub-src-make_default] Error 2
>
> And yes, the file is missing from Darcs repo (as well
as whole
> iconsets/system/default/whiteboarding directory).
>
>
> I'm using MinGW (gcc/g++-3.4.2) and Qt-4.2.2 on fully
patched Polish
> Windows XP SP2, but that shouldn't matter.
>
>
I think remkos merge of the whiteboarding code is only half.
but if you like to just get psi to compile again (with
disabled
whiteboarding) just get the files from
http://mya.el-tramo.be/psi-wb/iconsets/system/default/
(or on a system with a sane shell:
cd iconsets/system/default
mkdir whiteboarding
cd whiteboarding
grep whiteboarding ../../../../iconsets.qrc | cut -d / -f 5
| cut -d "<" -f 1 | while read a; do wget http://mya.el-tramo.be/psi-wb/iconsets/system/default/
$a; done
)
I hope remko fixes that soon...
- Martin
_______________________________________________
psi-devel mailing list
psi-devel lists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com
|