lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.2dev.18 UCdomap on OS/390


From: pg
Subject: Re: lynx-dev lynx2.8.2dev.18 UCdomap on OS/390
Date: Fri, 5 Mar 1999 07:55:10 -0700 (MST)

In a recent note, address@hidden said:

> Date: Fri, 5 Mar 1999 05:34:26 -0500 (EST)
> 
> Can you get a .i file?  (The src/makefile has a suffix rule for this).

Thanks. I wasn't aware of this.  But the suffix rule is slightly broken.
Patch (poorly tested) attached.

> It's usually easier to look at that and see what the syntax was.
>       cd src
>       make UCdomap.i
> gzip & uuencode it, email (and I can look too).
> 
I got it.  I'll inspect it before I ship the whole thing.  But an excerpt:

    UC_Charset_Setup("hp-roman8","HP 
Roman8",dfont_unicount_hp_roman8,dfont_unitable_hp_roman8,190,dfont_replacedesc_hp_roman8,160,1,0);
                  /* HP Roman8            */

    UC_Charset_Setup("euc-cn","Chinese", ((void *)0),((void *)0),0,(struct 
unimapdesc_str){0,((void *)0),0,1}, 128,5,0);                  /*** Chinese     
         */

Thanks again,
gil
=========================================================================
* add $(srcdir) path to .c.i: suffix rule in src/makefile.in - PG

%%% Created Fri Mar  5 07:33:14 MST 1999 by target lynx.patch. %%%
diff -bru orig/lynx2-8-2/src/makefile.in lynx2-8-2/src/makefile.in
--- orig/lynx2-8-2/src/makefile.in      Wed Feb 17 07:29:33 1999
+++ lynx2-8-2/src/makefile.in   Fri Mar  5 07:32:27 1999
@@ -79,7 +79,7 @@
 
 .c.i:
 @RULE_CC@
-       @address@hidden(CPP) -C $(CPP_OPTS) $*.c >$@
+       @address@hidden(CPP) -C $(CPP_OPTS) $(srcdir)/$*.c >$@
 
 lynx$x:   message do_chartrans_stuff $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB)
        @echo "Linking and creating Lynx executable"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]