[ptx] about.xrs missing

Sebastien Perez-Duarte sbprzd+ptx at gmail.com
Sat May 13 20:28:53 BST 2006


On 5/13/06, Francisco Javier Fabra Caro <jfabra at unizar.es> wrote:
> It seems that Makefile does not contain a rule for about.xrs.
>
> Open  the 'Makefile' file, look for a line starting with 'stamp-xrs:'
> and then
> remove the about.xrs dependency. This should fix the error.
>

It fixes the error, but the compilation fails because the about.xrs
file is not generated! I think I found a way around: the implicit
Makefile rule to generate xrs files was not understood by my make, so
I changed the next to last line from
.xrc.xrs:
to
%.xrs: %.xrc
to define the explicit rule. Still compiling...


More information about the ptx mailing list