help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs compile problem (mbsinit unresolved)


From: Doug Chinnery
Subject: Re: Emacs compile problem (mbsinit unresolved)
Date: 03 Jun 2003 14:56:07 -0700

Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> writes:

> Doug Chinnery <doug.chinnery@zadall.com> writes:
> > Undefined                   first referenced
> >  symbol                         in file
> > mbsinit                             strftime.o
> > temacs: fatal error: Symbol referencing errors. No output written to temacs
> 
> The Emacs 21.3 version of src/strftime.c believes that if you have
> mbrlen(), you must also have mbsinit() without explicitly checking for
> the latter function.  That seems not to be true on your system.  Emacs
> in CVS allows for that possibility, but 21.3 doesn't.
> 
> Add this line in src/strftime.c to patch it up, and let us know how it
> goes:
> 
>   #define mbsinit(ps) (*(ps) == 0)

That fixed my problem nicely.  Any suggestions on what I should
be entering in a bug report?

Thanks much!!
-- 
Doug Chinnery          doug@zadall.com
'Dead is the drunkest you can get.  But I haven't been that drunk yet' - Tielli


reply via email to

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