I tried to build 1.2.0 doxypress on linux from source and here's the error I got:
marlowa@computerroom:~/Downloads/DoxyPress-1.2.0$ make
Making all in .
make[1]: Entering directory '/home/marlowa/Downloads/DoxyPress-1.2.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/marlowa/Downloads/DoxyPress-1.2.0'
Making all in bin
make[1]: Entering directory '/home/marlowa/Downloads/DoxyPress-1.2.0/bin'
/home/marlowa/bin/rcc ../doxypress.qrc -o qrc_doxypress.cpp -name doxypress
/bin/bash: /home/marlowa/bin/rcc: No such file or directory
Makefile
make[1]: *** [qrc_doxypress.cpp] Error 127
make[1]: Leaving directory '/home/marlowa/Downloads/DoxyPress-1.2.0/bin'
Makefile:400: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
I realise this is my fault. DoxyPress is based on CopperSpice so I should have built that first. I understand that rcc is the same tool as in Qt4 so it would be available if I did CopperSpice first. But I think the error needs to be reported better in the doxypress build. Why doesn't it simply check for CopperSpice at the start?