Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-05 Thread Yves Bastide
On Wed, Sep 05, 2001 at 02:30:13PM +0200, Jean-Marc Lasgouttes wrote: > I would rather have a fix in boost (conditionally define > BOOST_NO_LIMITS in boost/config.hpp for freebsd under the relevant gcc > versions) that we could forward to them and have right now in our > sources. This is IMO clean

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-05 Thread Yves Bastide
On Wed, Sep 05, 2001 at 10:26:04AM +0900, R. Lahaye wrote: > From: Yves Bastide wrote: > > Rob, what about my objection to putting this wchar.h in cheader? > > Well, this is all about getting CVS compiled on my FreeBSD PC. > Your first patch, a day or two ago, didn't work for me. limits.cpp > sti

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Angus Leeming
On Tuesday 04 September 2001 17:41, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > R> Does that explain enough? I'm not expert enough to give deeper info > R> on that. I just wanted CVS compiled on my FreeBSD box. > >> I see what you mean. I am also

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 06:40:57PM +0200, Jean-Marc Lasgouttes wrote: > > "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Well, when lyx becomes multibytes, there will be problems with > Yves> this issue again.. > > If FreeBSD does not have a wchar.h, I do not see how we can fix

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Angus Leeming
> R> Does that explain enough? I'm not expert enough to give deeper info > R> on that. I just wanted CVS compiled on my FreeBSD box. > > I see what you mean. I am also unable to compile with compaq cxx now > that boost has been updated :) > > JMarc Why ? I have no problems here anymore (cxx 6.1

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 05:54:53PM +0200, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > >> Could you describe what the exact problem is? Who wants to use > >> wchar.h? > > R> Uh? boost/boost/detail/limits.h wants. Well, it includes , > R> which on my FreeBS

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Wed, Sep 05, 2001 at 12:43:30AM +0900, R. Lahaye wrote: > Jean-Marc Lasgouttes wrote: > > > > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > > > R> The following patches work for FreeBSD 4.3 (latest official > > R> release), where C headers for wide char are not available. It's for > >

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 05:27:18PM +0200, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> The following patches work for FreeBSD 4.3 (latest official > R> release), where C headers for wide char are not available. It's for > R> present (and possibly older) v

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 10:01:21AM +0900, R. Lahaye wrote: > > Hi, > > The following patches work for FreeBSD 4.3 (latest official release), > where C headers for wide char are not available. > It's for present (and possibly older) versions of FreeBSD. New releases > may probably ship with suffi

PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-03 Thread R. Lahaye
Hi, The following patches work for FreeBSD 4.3 (latest official release), where C headers for wide char are not available. It's for present (and possibly older) versions of FreeBSD. New releases may probably ship with sufficient wide char support in the future. Here are the patches (also attac

Re: Free BSD fix to CVS

2001-09-03 Thread R. Lahaye
SMiyate wrote: > "R. Lahaye" <[EMAIL PROTECTED]> wrote: > > > No, wchar.h is also missing on a FreeBSD system, > > all others, such as wctype.h etc., are missing as well. > > You are wrong. I've never used FreeBSD myself, but I *know* > how they implement multibyte/wide character supports in li

Re: Free BSD fix to CVS

2001-09-02 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> "R. Lahaye" <[EMAIL PROTECTED]> wrote: > No, wchar.h is also missing on a FreeBSD system, > all others, such as wctype.h etc., are missing as well. You are wrong. I've never used FreeBSD myself, but I *know* how they implement multibyte/wide character supports i

Re: Free BSD fix to CVS

2001-08-31 Thread R. Lahaye
SMiyata wrote: > So I guess (I don't have access to FreeBSD at the moment) > C++ wrapper is only missing: > > #include > > instead of > > #include No, wchar.h is also missing on a FreeBSD system, all others, such as wctype.h etc., are missing as well. So on a "proper" FreeBSD one needs to a

Re: Free BSD fix to CVS

2001-08-31 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Lars Gullik =?iso-8859-1?q?Bj=F8nnes?=) wrote: > are there wide string/char support in FreeBSD at all? Yes. The rune_t concept is a far much superior implementation of the 32 bit width character support in libc than the traditional wchar_t con

Re: Free BSD fix to CVS

2001-08-31 Thread Yves Bastide
On Fri, Aug 31, 2001 at 12:32:48PM +0200, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > | > | I'm running FreeBSD 4.3 (lattest official release) and there are problems > | with the "#include " lines in boost/boost/detail/limits.hpp. > | All the wide character f

Free BSD fix to CVS

2001-08-31 Thread R. Lahaye
Hi, I'm running FreeBSD 4.3 (lattest official release) and there are problems with the "#include " lines in boost/boost/detail/limits.hpp. All the wide character files are not available on a FreeBSD OS and may not be included for quite some time. Therefore LyX needs to fix this for a FreeBSD OS.