>>>>> "Hezi" == Hezi Gildor <[EMAIL PROTECTED]> writes:

Hezi> hi, when trying to compile pre8 on SGI, i get

Hezi> don't know how to make lyx-1.0.pot (bu42).  *** Error code 1
Hezi> (bu21)

Hezi> any advice ?

You have two solutions:

1) try to use GNU make, if this is installed on your system (under the
   name gmake or gnumake)

2) wait for lyx 1.0.0 tomorrow

3) apply the fix that is in lyx 1.0.0 (see appended patch to be
applied either by hand, or with the patch command).

Hope this helps

JMarc

Index: Makefile.in.in
===================================================================
RCS file: /usr/local/lyxsrc/cvsroot/lyx-1_0_x/po/Makefile.in.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.in.in      1998/10/26 22:14:17     1.1
+++ Makefile.in.in      1999/01/26 18:23:11     1.2
@@ -102,7 +102,7 @@
        mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
 
 $(srcdir)/cat-id-tbl.c: $(srcdir)/stamp-cat-id; @:
-$(srcdir)/stamp-cat-id: $(PACKAGE).pot
+$(srcdir)/stamp-cat-id: $(srcdir)/$(PACKAGE).pot
        rm -f cat-id-tbl.tmp
        sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
                | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to