FreeBSD compilation problems with boost stuff

2004-09-08 Thread Rob
Hi, There are few clashes with LyX's boost stuff on the FreeBSD system. I use compiler gcc 3.4.2. 1. Following patch is needed to have cstdint.hpp compile without error message (I have tried to investigate where exactly uintmax_t is already defined on my system, but to no avail; I've alrea

Re: lyxclient compile error -- now in tex2lyx

2004-09-08 Thread Bennett Helm
On Sep 8, 2004, at 11:57 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I've already got libintl.1.0.1 (via gettext) installed (via Bennett> fink), and I've used "--with-included-gettext" in configuring Bennett> LyX. ... Is there anything more I need

Re: lyxclient compile error

2004-09-08 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I've already got libintl.1.0.1 (via gettext) installed (via Bennett> fink), and I've used "--with-included-gettext" in configuring Bennett> LyX. ... Is there anything more I need to do here? What about the following patch? JMar

Re: lyxclient compile error

2004-09-08 Thread Ronald Florence
On Sep 8, 2004, at 11:00 AM, Bennett Helm wrote: Apple doesn't seem to include libintl with 10.3.x. You can get the library from fink or as part of the GNU gettext suite, but if you build LyX and the lyxclient for binary distribution you probably want to use a static link for libintl, as users

Re: lyxclient compile error

2004-09-08 Thread Bennett Helm
On Sep 8, 2004, at 10:17 AM, Ronald Florence wrote: Bennett Helm wrote: | With the latest 1.4.0-cvs, I get the following error [...] Mac OS X, 10.3, with gcc 3.3. is a "-lintl" missing? I don't know: where? Apple doesn't seem to include libintl with 10.3.x. You can get the library from fink or a

Re: lyxclient compile error

2004-09-08 Thread Ronald Florence
Bennett Helm wrote: | With the latest 1.4.0-cvs, I get the following error [...] Mac OS X, 10.3, with gcc 3.3. is a "-lintl" missing? I don't know: where? Apple doesn't seem to include libintl with 10.3.x. You can get the library from fink or as part of the GNU gettext suite, but if you build L

Re: [patch] insetquotes

2004-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> >> writes: > > Angus> It looks to me like you're describing formatting flags (iomanip > Angus> thingies) rather than member functions as they affect only the > Angus> next piece of input rather than everything the

Re: [patch] insetquotes

2004-09-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It looks to me like you're describing formatting flags (iomanip Angus> thingies) rather than member functions as they affect only the Angus> next piece of input rather than everything thereafter. You are right. Angus> They are act

Re: [patch] insetquotes

2004-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Note that implementing this `latexostream' can begin with any one of > the features enumerated above, since they do not depend on each other. > Basically, the big work is to write the class (probably easy, but I do > not know ostream interface well enough to know whic

Re: [patch] insetquotes

2004-09-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Do this look like a plan? Yes. > Now, we only have to find someone to > implement it :) Yes, I'm afraid we have. Jürgen

Re: [patch] insetquotes

2004-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> Ha! I knew the question would eventually arise... The problem is >> that ideally, we do not want to detect the characters around the >> inset, but the latex output around the inset. It is especially >> difficult to detect what