Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!vixen.cso.uiuc.edu!howland.reston.ans.net!ix.netcom.com!netcom.com!kientzle From: kientzle@netcom.com Subject: Re: latest "kpathsea" versions of TeX programs Message-ID: <kientzleDJCIpt.J64@netcom.com> Organization: NETCOM On-line Communication Services (408 261-4700 guest) References: <SHIVERS.95Dec2032540@lambda.ai.mit.edu> Date: Sun, 10 Dec 1995 00:58:41 GMT Lines: 19 Sender: kientzle@netcom7.netcom.com In article <SHIVERS.95Dec2032540@lambda.ai.mit.edu>, Olin Shivers <shivers@ai.mit.edu> wrote: >This is all pretty straightforward and painless, except for dvips(k). >The make includes /usr/X11R6 and /usr/include/sys .h files that clash on > wchar_t >and > sys_errlist >definitions. This seems like a bug in the X11R6 libs. sys_errlist is redefined in a few of the TeX source files. I just commented it out of there rather than mucking with the system headers. My /usr/X11R6/lib/X11/Xlib.h has a comment prior to the definition of wchar_t /* replace this with a #include or typedef appropriate for your system */ Sounds like useful advice to me!! - Tim