patch to Literate Programming sections of Extended.lyx

2002-04-25 Thread Kayvan A. Sylvan
Here is the updated docs. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: Extended.lyx =

Re: citation crashes

2002-04-25 Thread Jürgen Spitzmüller
Herbert Voss wrote: > when there are no keys, how do you insert a citation? Sorry, this might be misunderstanding: the keys in the key browser are there, but the citation style choice is always empty (and I have used the test.bib which is shipped with tetex). As I said: this happens always on t

lyxstring bug or math-extern bug?

2002-04-25 Thread cghan
Hello, If I compile the current cvs-lyx without "with-included-string", lyx handles "math-extern octave" very well. But lyx comipled with "with-included-string", crashes with the "math-extern octave". Here is tha backtrace: Program received signal SIGSEGV, Segmentation fault. MathArrayInset::M

Re: [Bug 313] Enter key doesnot work in "KeepEmpty" paragraphs

2002-04-25 Thread John Levon
On Mon, Apr 22, 2002 at 10:45:07AM +0200, Guenter Milde wrote: > I just filed a bug about this, but the bugzilla doesnot allow structured > text :-( so this letter will Sure it does. I expect your browser is broken somehow. I'll paste in your stuff here so it's readable. regards john -- "I c

Literate programming convertors?

2002-04-25 Thread Kayvan A. Sylvan
Are the Literate Programming convertors set up by default? I know a lot of other convertors have been added recently. Are the "literate" and "Program" conversions installed by default? I am rewriting the Literate Programming section in Extended.lyx, so I would like to know... Thanks. -- Kayvan

Re: pre4 on Win32 linking problem

2002-04-25 Thread Kayvan A. Sylvan
On Thu, Apr 25, 2002 at 11:16:44PM +0200, Philipp Reichmuth wrote: > Hello folks, > > Is there a recommended way to get 1.2.0pre4 to link on Cygwin? > > I'm using recent cygwin, bxforms-0.89 with libforms.a in place. LyX > compiles OK. On linking, however, it seems that libforms.a isn't > linked

Re: Language specific crash in LyX 1.2.0cvs

2002-04-25 Thread John Levon
On Thu, Apr 25, 2002 at 12:13:06AM +0200, Claus Hindsgaul wrote: > Or perhaps an optimized executable... Still a valgrind bug ! Or binutils, or gcc ... anyway > I have recompiled LyX without optimizations, deleting all "-O" options > in the configure file (since 'configure --disable-optimizatio

Re: A mathed bug?

2002-04-25 Thread John Levon
On Fri, Apr 19, 2002 at 12:22:50PM +0200, Marco Morandini wrote: > -In mathed, write something: abcd > select some characters > write something different > > The selected chars are not deleted. Now bug 345 regards john -- "I continue to be amazed at what Andrei can make templates do. Some

pre4 on Win32 linking problem

2002-04-25 Thread Philipp Reichmuth
Hello folks, Is there a recommended way to get 1.2.0pre4 to link on Cygwin? I'm using recent cygwin, bxforms-0.89 with libforms.a in place. LyX compiles OK. On linking, however, it seems that libforms.a isn't linked against: all references from the frontends bit are complained to be undefined.

Re: citation crashes

2002-04-25 Thread Herbert Voss
Juergen Spitzmueller wrote: > Angus, > I think you broke something with your recent changes: > The choice in the citation dialog does not show the citation key anymore (is > always empty). > If you insert a citation, LyX is no more: when there are no keys, how do you insert a citation? I have

citation crashes

2002-04-25 Thread Juergen Spitzmueller
Angus, I think you broke something with your recent changes: The choice in the citation dialog does not show the citation key anymore (is always empty). If you insert a citation, LyX is no more: Program received signal SIGSEGV, Segmentation fault. 0x082a38db in biblio::getCiteCommand (command=30

Re: citation crashes

2002-04-25 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The choice in the citation dialog does not show the citation key anymore > (is always empty). > If you insert a citation, LyX is no more: Actually this only happens after a new start of LyX and opening the citation dialog for the first time. If you cancel the dialog

Re: C++ question

2002-04-25 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | if (it == end) { | | std::cout << c << " not found" << std::endl; | | } else { | | std::cout << c << " found at pos " | | << it - b

Re: Pre4 and babel

2002-04-25 Thread Kari Salovaara
Herbert Voss wrote: > > Kari Salovaara wrote: > > > Langopts : > > > > Package = \usepackage{babel} > > Default language = english > > Use babel = on > > ok > > > if I undertsand right, when I turn english into finnish in the document > > the command \selectlanguage{$$lang} in Command start sh

Re: Pre4 and babel

2002-04-25 Thread Herbert Voss
Kari Salovaara wrote: > Langopts : > > Package = \usepackage{babel} > Default language = english > Use babel = on ok > if I undertsand right, when I turn english into finnish in the document > the command \selectlanguage{$$lang} in Command start should change the > language in output (e.g. wh

Re: Pre4 and babel

2002-04-25 Thread Kari Salovaara
Herbert Voss wrote: > > what does edit->preferences->langopts->language says? > > and is Use_Babel activated? > Langopts : Package = \usepackage{babel} Default language = english Use babel = on if I undertsand right, when I turn english into finnish in the document the command \selectlanguag

Re: Pre4 and babel

2002-04-25 Thread Herbert Voss
Kari Salovaara wrote: > Hi, > > Pre4 compiled and installed OK in RedHat 7.2 environment but > > when I'm trying to do some useful like writing article in Finnish > selecting Layout - Document - Language and setting it finnish, > hoping that "Contents" will change into "Sisältö", then I'l

Pre4 and babel

2002-04-25 Thread Kari Salovaara
Hi, Pre4 compiled and installed OK in RedHat 7.2 environment but when I'm trying to do some useful like writing article in Finnish selecting Layout - Document - Language and setting it finnish, hoping that "Contents" will change into "Sisältö", then I'll become unhappy as it stays "Content

[PATCH] Re: error export xpm

2002-04-25 Thread Herbert Voss
we should hide the graphic export formats for the file->export menu. Herbert -- http://www.lyx.org/help/ Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.691 diff -u -r1.

Re: C++ question

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | #include | #include | #include > | using std::string; > | class Foo { | public: | class Functor { | public: | Functor(char cin) : c(cin) {} | bool operator()(char comp) { return c == comp; } | p

Re: news section at www

2002-04-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> We should perhaps add pre4 there... > | I did that. I hope you'll forgive me for borrowing you words... I thought they should be easy enough to improve on... (I do not have

Re: error export xpm

2002-04-25 Thread C. van Wijk
On Thursday 25 April 2002 18:32, you wrote: > C. van Wijk wrote: > > when open file->Export->XPM lyx only creates the xpm file in the lyx > > temporary directory (/tmp/lyx_tmpdir) but not in the file home > > directory > > this is still one of the not answered questions ... > where is the sens

Re: make distcheck broken

2002-04-25 Thread adrien . rebollo
On Thu, Apr 25, 2002 at 10:19:23AM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes > adrien> wrote: > >> OK, send the config.log (or the relevant parts), along with some >

Re: error export xpm

2002-04-25 Thread Herbert Voss
C. van Wijk wrote: > when open file->Export->XPM lyx only creates the xpm file in the lyx temporary > directory (/tmp/lyx_tmpdir) but not in the file home directory this is still one of the not answered questions ... where is the sense for such an export? Herbert -- http://www.lyx.o

Re: error export xpm

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 5:12 pm, C. van Wijk wrote: > when open file->Export->XPM lyx only creates the xpm file in the lyx > temporary directory (/tmp/lyx_tmpdir) but not in the file home > directory > > Kees And you want to export a LyX file as an XPM because...? Angus

Re: make distcheck broken

2002-04-25 Thread adrien . rebollo
On Thu, Apr 25, 2002 at 10:19:23AM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes > adrien> wrote: > >> OK, send the config.log (or the relevant parts), along with some >

error export xpm

2002-04-25 Thread C. van Wijk
when open file->Export->XPM lyx only creates the xpm file in the lyx temporary directory (/tmp/lyx_tmpdir) but not in the file home directory Kees

Re: news section at www

2002-04-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> We should perhaps add pre4 there... I did that. I hope you'll forgive me for borrowing you words... JMarc

[PATCH] Preferences: Converter flags & shortcuts; fdfix.sh buggy?

2002-04-25 Thread R. Lahaye
Jean-Marc Lasgouttes writes: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> What is the purpose of this field? > > These are special information for the Converter class (says that the > result should actually be parsed, how, and various other things). > These flags are never passed o

Re: Off topic C++ question

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 3:04 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Apologies for the off-topic nature, but you're the best C++ programmers I > | know ;-) > | > | Boost has shared_ptr and shared_c_ptr and scoped_ptr but no scoped_c_ptr > | which leads to t

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 3:01 pm, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> it wouls simplify the code (configure.m4) and the list of > Herbert> converters if we could define convert as a default, which it > Herbert> seems to be anyway.

Re: Off topic C++ question

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Apologies for the off-topic nature, but you're the best C++ programmers I | know ;-) > | Boost has shared_ptr and shared_c_ptr and scoped_ptr but no scoped_c_ptr | which leads to the thought that actually all these are the same, save for the | functi

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> it wouls simplify the code (configure.m4) and the list of Herbert> converters if we could define convert as a default, which it Herbert> seems to be anyway. I thought that netpbm was much faster and some people were clamouring

Re: pre4:figure labels

2002-04-25 Thread C. van Wijk
On Thursday 25 April 2002 2:46 pm, you wrote: > C. van Wijk wrote: > > 1) There is no option to add a label to an image (both figure floats as > > normal figures) > > no problem for me. Am I right that you mean insert->label ?? You are right. For example in lyx-1.1.6 whenever I insert a figure fl

Off topic C++ question

2002-04-25 Thread Angus Leeming
Apologies for the off-topic nature, but you're the best C++ programmers I know ;-) Boost has shared_ptr and shared_c_ptr and scoped_ptr but no scoped_c_ptr which leads to the thought that actually all these are the same, save for the function they call in their d-tor. So why don't they parame

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 1:56 pm, Herbert Voss wrote: > Jean-Marc Lasgouttes wrote: > >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > > > Herbert> only an idea: we have "tons" of converter entries. Why not > > Herbert> use convert file.from file.to as a default converter and > > H

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Herbert Voss
Herbert Voss wrote: > 1. no > > 2. yes, we always no from .. to aeh, should be "know" ... Herbert -- http://www.lyx.org/help/

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> only an idea: we have "tons" of converter entries. Why not > Herbert> use convert file.from file.to as a default converter and > Herbert> adding only those ones which need other commands

Re: pre4:figure labels

2002-04-25 Thread Herbert Voss
C. van Wijk wrote: > 1) There is no option to add a label to an image (both figure floats as normal > figures) no problem for me. Am I right that you mean insert->label ?? > 2) The graphics dialog shows the following inconsistencies IMHO: > a) The [LyX View] tab [Screen size] section is m

Hi,lyx-devel,introduction on ADSL

2002-04-25 Thread ciranda
index2[1].htm Description: Binary data ** Message from InterScan E-Mail VirusWall NT ** ** WARNING! Attached file Tplo.exe contains: WORM_KLEZ.G virus Attempted to clean the file but it is not cleanable. It has been deleted. * End of message

Re: C++ question

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:48 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> class Foo { > >> class Functor {}; > >> > >> void do_stuff() { > >>find_if(..., Functor()); > >> } > >> }; > | > | I'm hazy about why not. Because it can go

Re: C++ question

2002-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Apr 25, 2002 at 01:40:05PM +0200, Lars Gullik Bjønnes wrote: >> What's not ok is using local classes for this: > | Is this written somewhere? Yes, I belive so. I have seen references to this both at the boost list and comp.lang.c++.moderated.

Re: C++ question

2002-04-25 Thread Andre Poenitz
On Thu, Apr 25, 2002 at 01:40:05PM +0200, Lars Gullik Bjønnes wrote: > What's not ok is using local classes for this: Is this written somewhere? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: C++ question

2002-04-25 Thread Andre Poenitz
On Thu, Apr 25, 2002 at 12:35:11PM +0100, Angus Leeming wrote: > What's the official take on putting functors in namespace anon and then > passing them to an STL routine? That's not forbidden as far as I know. But I am not really sure. Andre' -- Those who desire to give up Freedom in order to

Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:40 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Ususally, this results in config.h being unchanged, but not > Angus> this time. It is totally altered, mostly by a re-ordering of > Angus> the variables which mak

Re: C++ question

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: >> class Foo { >> class Functor {}; >> >> void do_stuff() { >>find_if(..., Functor()); >> } >> }; > | I'm hazy about why not. Because it can go out of scope? See, hazy! Could you | lift my fog? I am not really sure, but jus

Re: C++ question

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:40 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | What's the official take on putting functors in namespace anon and then > | passing them to an STL routine? > | > | Here, I get warnings like: > | cxx: Warning: /usr/include/cxx/algorithm

Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:38 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | So, no. > | Two separate rm commands are needed. > | > >> maintainer-clean work perfectly for me. > | > | That's because you wrote it for your box. > > Does this patch work for you? Yes.

Re: Here you go

2002-04-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Apr 24, 2002 at 02:44:17AM +0200, Walter H. van Holst John> wrote: >> Good night. John> Cc:ed to lyx-devel John> Everyone, 1.1.6 documents that use floatingfigure will work John> there because (I assume) lyx adds \usepackage{f

Re: a recent change to config.h

2002-04-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ususally, this results in config.h being unchanged, but not Angus> this time. It is totally altered, mostly by a re-ordering of Angus> the variables which makes it hard to see if anything has really Angus> changed. I changed an A

Re: C++ question

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | What's the official take on putting functors in namespace anon and then | passing them to an STL routine? > | Here, I get warnings like: | cxx: Warning: /usr/include/cxx/algorithm.cc, line 110: #1115-D external | routine | uses unnamed type

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | So, no. | Two separate rm commands are needed. > >> maintainer-clean work perfectly for me. | That's because you wrote it for your box. Does this patch work for you? Index: Makefile.am ==

C++ question

2002-04-25 Thread Angus Leeming
What's the official take on putting functors in namespace anon and then passing them to an STL routine? Here, I get warnings like: cxx: Warning: /usr/include/cxx/algorithm.cc, line 110: #1115-D external routine uses unnamed type or namespace. InputIterator find_if (InputIterator first

Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 11:59 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | when suing a build tree separate from the source tree, I'd expect that > | make maintainer-clean > | would result in a build tree empty of all files. However, I find I must > | add: >

Re: a recent change to config.h

2002-04-25 Thread R. Lahaye
Angus Leeming wrote: > > > OLD #define HAVE_SYS_STAT_H 1 > > NEW > > > > Why are these no longer in my config.h file. They're not even undef-ed. > > They have just vanished. > > I finally used grep to good effect. They aren't used in the source either. > Panic over. > Angus I vaguely remember,

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | when suing a build tree separate from the source tree, I'd expect that | make maintainer-clean | would result in a build tree empty of all files. However, I find I must add: > | rm -rf lib/xfonts | rm -f src/frontends/qt2/moc/*.C | rm -f src/fron

pre4:figure labels

2002-04-25 Thread C. van Wijk
Hi, Finally lyx users like me can try out lyx-1.2.0 I just compiled the lyx-1.2.0 pre4 downloaded from the link given at this mailinglist: ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.2.0pre4.tar.gz The lyx-users mailing list asked for comments on this pre release. Here they are: I'm really impre

make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
when suing a build tree separate from the source tree, I'd expect that make maintainer-clean would result in a build tree empty of all files. However, I find I must add: rm -rf lib/xfonts rm -f src/frontends/qt2/moc/*.C rm -f src/frontends/qt2/xforms/*.[Ch] to achieve this. Could this b

news section at www

2002-04-25 Thread Lars Gullik Bjønnes
We should perhaps add pre4 there... -- Lgb

Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 11:11 am, Angus Leeming wrote: > On Thursday 25 April 2002 10:51 am, Andre Poenitz wrote: > > > Angus Leeming <[EMAIL PROTECTED]> writes: > > > | So I wrote a little script: > > > > I wonder whether "sort" would have helped... > > > > Andre' > > Probably. > > But that's

Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 10:51 am, Andre Poenitz wrote: > > Angus Leeming <[EMAIL PROTECTED]> writes: > > | So I wrote a little script: > > I wonder whether "sort" would have helped... > > Andre' Probably. But that's not the real point. This is. OLD #define HAVE_MEMORY_H 1 NEW OLD #define H

Re: [PATCH] LyXView of clipped images

2002-04-25 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Herbert Voss <[EMAIL PROTECTED]> writes: >> >>> >> | must be: >> |int const xoffset_l = max(0, (int)params.bb.xl - xl_orig); >> |int const xoffset_r = max(0, image_->w - (int)params.bb.xr + xl_orig); >> |int co

Re: a recent change to config.h

2002-04-25 Thread Andre Poenitz
> Angus Leeming <[EMAIL PROTECTED]> writes: > | So I wrote a little script: I wonder whether "sort" would have helped... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: Non-English math? texts

2002-04-25 Thread Lars Gullik Bjønnes
"Jens Thos" <[EMAIL PROTECTED]> writes: | Are the german version finished? I only need those. If not, what files do I | need to translate to have the german phrases for "Theorem", "Proof" etc.? The localization file for german is lagging behind, this is the po/de.po file in the distribution. --

Re: a recent change to config.h

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Iast night I updated my copy of cvs. Last time I did this was maybe | two days ago. > | I find that I have to run autogen.sh and configure; fair enough. > | Ususally, this results in config.h being unchanged, but not this time. It is | totally altered

a recent change to config.h

2002-04-25 Thread Angus Leeming
Iast night I updated my copy of cvs. Last time I did this was maybe two days ago. I find that I have to run autogen.sh and configure; fair enough. Ususally, this results in config.h being unchanged, but not this time. It is totally altered, mostly by a re-ordering of the variables which makes

Re: [Patch] lib/configure.m4: Grace conversions when LyX is in batch mode

2002-04-25 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> "Lasgouttes, J.M." wrote: >> Rob, I did not yet apply your grace patch, because I was wary of >> running xmgrace. Are you sure it runs without an X server >> available? This is very important for us, and I do not have access >> to it. R> Jean

Re: Graphics converters: what is purpose of Flags field?

2002-04-25 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, R> Very few converters use the Flags field in Preferences-> Conversion->Converters->Flags. R> Actually only latex_to_dvi, latex_to_pdf and latex_to_html. R> What is the purpose of this field? These are special information for the Convert

Re: make distcheck broken

2002-04-25 Thread Jean-Marc Lasgouttes
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes adrien> wrote: >> OK, send the config.log (or the relevant parts), along with some >> configuration details. >> adrien> I have the same error as John, with autoco

Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> only an idea: we have "tons" of converter entries. Why not Herbert> use convert file.from file.to as a default converter and Herbert> adding only those ones which need other commands or should do Herbert> not use convert. Do we

Re: Problem compiling cvs

2002-04-25 Thread Jean-Marc Lasgouttes
> "cghan" == cghan <[EMAIL PROTECTED]> writes: cghan> What is the version of your "autoconf"? If it is 2.5..., then cghan> you have to downgrade to 2.13 or similar. I think I fixed the problems with autoconf 2.5x. At least I can compile with it now. JMarc