On Thu, May 29, 2003 at 07:09:07PM +0200, Michael Nordstrom wrote:
> On Thu, May 29, 2003, Eugene Y. Vasserman wrote:
> > Does anyone know what 127 stands for?
>
> That make can't find a program that it needs to run a command.
>
> Maybe it is related to the 'readlrfont' program that has been
> added recently.
I think you're right. Eugine, after you run `cvs update` to make sure
you have the latest copy, change to your fonts/Makefile.in from..
@for file in $(ALL_144dpi_FILES); do \
./$(READLRFONT) $$file `echo $$file | $(PERL) -ne 'print lc'` >
/dev/null 2> /dev/null; \
done
to..
for file in $(ALL_144dpi_FILES); do \
./$(READLRFONT) $$file `echo $$file | $(PERL) -ne 'print lc'` \
done
What's the output now?
--
Adam McDaniel
Array.org
Calgary, AB, Canada
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev