[Psi-devel] [BLOCKER] Uncompilable Psi in Darcs
textshell-I1QKlO at neutronstar.dyndns.org
textshell-I1QKlO at neutronstar.dyndns.org
Thu Feb 15 11:50:08 PST 2007
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]: *** [_rcc\qrc_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
More information about the psi-devel
mailing list