Re: LyX-1.1.6cvs libsigc++

2001-04-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | An alternative is to wait until a 0.10.37 is released. There has been | so much time since 0.10.35 that I suspect many people have been | sending patches lately. 0.10.37 is out now. -- Lgb

Re: LyX-1.1.6cvs libsigc++

2001-04-19 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I've updated libsigc++ in the stable branch. It should be a bit more | cross platform/compiler happy now although I suspect that Sun CC still | won't be able to compile it. | | Feel free to test it -- assuming you can get it. | | BTW,

Re: LyX-1.1.6cvs libsigc++

2001-04-19 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> BTW, has anyone else noticed that gettext-0.10.36 has been Allan> released? Should we be updating that in 1.2.0cvs? (I'm not Allan> volunteering BTW) Yes, I saw that. We should probably do the update, since it will fix some of our pro

LyX-1.1.6cvs libsigc++

2001-04-19 Thread Allan Rae
I've updated libsigc++ in the stable branch. It should be a bit more cross platform/compiler happy now although I suspect that Sun CC still won't be able to compile it. Feel free to test it -- assuming you can get it. BTW, has anyone else noticed that gettext-0.10.36 has been releas

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Allan Rae
are concerned. Just for paranoia. We'll change if and when libsigc++ does -- in otherwords probably never. Otherwise we end up with problems with #include'ing the headers from either the internal or external library. Allan. (ARRae)

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Arnd Hanses
On Sun, 30 Jan 2000 23:06:39 -0800, Karl Nelson wrote: >One last suggestion is to rename sigc++config.h sigc++/config.h >in all the headers so that you don't need to include sigc++ >in your include paths. (and of course make the corresponding >rename in the configure.in.) Hi, once again I'

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Karl Nelson
> Karl, > the sigc++ acconfig.in patch needed to get things to compile correctly on NT, > did that go into CVS? > Allan could you please include that? Yep, the change is in. Since Allan is building from a CVS, it should be in when he builds it with the most recent makeLyx script. --Karl

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Dr. Ing. Roland Krause
Karl, the sigc++ acconfig.in patch needed to get things to compile correctly on NT, did that go into CVS? Allan could you please include that? Background: libsigc++-0.8.6 does not compile out of the box on cygnus-b20 because there are little issues with the configuration. Karl send me a patch

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Karl Nelson
> > Compile speed and saving a few extra bytes in the distribution. It is > also a heavy handed way of forcing everyone to think carefully about why > they want more than 2 parameters. I have ways of vastly reducing the number of templates involved but they are much to space hungry (involve cha

Re: libsigc++ doesn't like VPATH compiles

2000-01-31 Thread Allan Rae
On Sun, 30 Jan 2000, Karl Nelson wrote: > Okay, I will poke at it a bit. You really don't want to > generate the *.h files in the src_dir though as it can mess some > things up. Not a problem, I will just add $(builddir) to the include > path as well to fix that. You're right. I was in a hurr

Re: libsigc++ doesn't like VPATH compiles

2000-01-30 Thread Karl Nelson
> > > > You likely need to add a "-I $(top_srcdir)/sigc++/macros" or something > > to that effect in the Makefile.am. > > That will make m4 find the template.macros.m4 however the bigger problem > is that the generated headers are put into: >

Re: libsigc++ doesn't like VPATH compiles

2000-01-30 Thread Karl Nelson
Okay, I will poke at it a bit. You really don't want to generate the *.h files in the src_dir though as it can mess some things up. Not a problem, I will just add $(builddir) to the include path as well to fix that. BTW, just curious why you are truncating the signal system numbers down? Those

Re: libsigc++ doesn't like VPATH compiles

2000-01-30 Thread Allan Rae
On Sun, 30 Jan 2000, Karl Nelson wrote: > > > > An extremely annoying thing about libsigc++ is that is doesn't support > > VPATH compiles. So it has broken those for LyX unless you use an external > > library. > > Not sure what a VPATH compile is. Care to

Re: libsigc++ doesn't like VPATH compiles

2000-01-30 Thread Karl Nelson
> > An extremely annoying thing about libsigc++ is that is doesn't support > VPATH compiles. So it has broken those for LyX unless you use an external > library. Not sure what a VPATH compile is. Care to clue me in? (I know autoconf well, automake poorly, and rpm/deb not at a

libsigc++ doesn't like VPATH compiles

2000-01-30 Thread Allan Rae
An extremely annoying thing about libsigc++ is that is doesn't support VPATH compiles. So it has broken those for LyX unless you use an external library. So if you try this and it fails don't blame me blame Karl. Then get a cvs copy of libsigc++ and fix it for Karl (and us).

Re: libsigc++ integration and gui-indep in LyX

2000-01-30 Thread Asger K. Alstrup Nielsen
> I have thought a bit about this, and perhaps we should switch to the > more generally accepted term: "Dialog". > Popups are really something else... I'm not sure if Allan already did this renaming, but I strongly agree that we should use the term "dialog". > - work on the painter >

Re: libsigc++ integration and gui-indep in LyX

2000-01-28 Thread Lars Gullik Bjønnes
Karl Nelson <[EMAIL PROTECTED]> writes: | > On Thu, 27 Jan 2000 11:47:55 +1000 (GMT+1000), Allan Rae wrote: | > | > >The first draft of libsigc++ integration uses a slightly modified version | > >of the libsigc++ configure.in in the sigc++ directory. Hmmm, does NT let |

Re: libsigc++ integration and gui-indep in LyX

2000-01-27 Thread Arnd Hanses
On Thu, 27 Jan 2000 12:49:03 -0800, Karl Nelson wrote: >> On Thu, 27 Jan 2000 11:47:55 +1000 (GMT+1000), Allan Rae wrote: >> >> >The first draft of libsigc++ integration uses a slightly modified version >> >of the libsigc++ configure.in in the sigc++ directory. Hm

Re: libsigc++ integration and gui-indep in LyX

2000-01-27 Thread Allan Rae
ing this. At present it would be > better to not mess with libsigc++, i.e. use that thing out of the box, > since that's what it was made for. If, at a later point this would > become a real issue I am sure a solution can and will be found. But > maybe I am misunderstanding what you wer

Re: libsigc++ integration and gui-indep in LyX

2000-01-27 Thread Karl Nelson
> On Thu, 27 Jan 2000 11:47:55 +1000 (GMT+1000), Allan Rae wrote: > > >The first draft of libsigc++ integration uses a slightly modified version > >of the libsigc++ configure.in in the sigc++ directory. Hmmm, does NT let > >you have a directory called "sigc++"

Re: libsigc++ integration and gui-indep in LyX

2000-01-27 Thread Dr. Ing. Roland Krause
Allan, long post indeed. Allan Rae wrote: > I noticed you filed a report to the libsigc++ list. Yes, I havent gotten any replies, I have not subscribed to the list but the issue was: libsigc++ version 0.8.5 compiles and works on cygnus b20 NT version 0.8.6 does not compile due to a fau

Re: libsigc++ integration and gui-indep in LyX

2000-01-27 Thread Arnd Hanses
On Thu, 27 Jan 2000 11:47:55 +1000 (GMT+1000), Allan Rae wrote: >The first draft of libsigc++ integration uses a slightly modified version >of the libsigc++ configure.in in the sigc++ directory. Hmmm, does NT let >you have a directory called "sigc++"? What about OS/2? OS/2

Re: libsigc++ integration and gui-indep in LyX

2000-01-26 Thread Allan Rae
I forgot to mention libsigc++ will drastically affect which compilers will be able to compile LyX. It looks like gcc-2.7.2 will never work and gcc-2.8.x is only just capable perhaps-maybe (sorry JMarc looks like you'll have some extra work). Libsigc++ is developed with egcs-1.1. It h

Re: libsigc++ integration and gui-indep in LyX

2000-01-26 Thread Allan Rae
On 27 Jan 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > [I dropped the sigc++ list] It was just Karl's private mail address not the list. > So you are not letting the included sigc++ use its own ./configure? My first draft does but its a pain -- 12 hours yesterd

Re: libsigc++ integration and gui-indep in LyX

2000-01-26 Thread Lars Gullik Bjønnes
lthough that may | change after a long arguement and much swearing) and we only compile it as | a static library that isn't installed. If someone wants a libsigc++ | library on their system then they should get the real thing. Agree. So you are not letting the included sigc++ use its own ./con

libsigc++ integration and gui-indep in LyX

2000-01-26 Thread Allan Rae
Tue, 25 Jan 2000, Dr. Ing. Roland Krause wrote: > Allan, thanks for your reply. > Yesterday I took some time to look closer into libsigc++ and I must > say, that it is pretty good. It is really easy to use and I do not > even think that it is to large to incorporate. If it really hold

Re: [gtkmm] Libsigc++ (fwd)

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 10:46:56AM +1000, Allan Rae wrote: > > One last little bit of explanation for this disjoint thread. > Allan. (ARRae) > PS Thanks for the feedback Asger + Amir. > I seem to be all over the list today. However, I won't accept the blame for this one. Allan spells 'therefore

Re: [gtkmm] Libsigc++ (fwd)

1999-03-07 Thread Allan Rae
One last little bit of explanation for this disjoint thread. Allan. (ARRae) PS Thanks for the feedback Asger + Amir. -- Forwarded message -- Date: Fri, 05 Mar 1999 12:27:52 -0800 From: Karl Nelson <[EMAIL PROTECTED]> To: Allan Rae <[EMAIL PROTECTED]> Subject: Re: [gt

Re: [gtkmm] Libsigc++ (fwd)

1999-03-07 Thread Asger Alstrup Nielsen
[Should the interface provide advanced functionality or not.] > So the question that this raises it to whom this part of the signal > system is targeting? I feel that power is the thing to aim for. We should not decide on the behalf of the users of the signal/slot system what constitutes a good

Re: [gtkmm] Libsigc++ (fwd)

1999-03-05 Thread Allan Rae
A bit more discussion about libsigc++. Don't worry I'll stop forwarding these soon. Allan. (ARRae) -- Forwarded message -- Date: Thu, 04 Mar 1999 22:07:49 -0800 From: Karl Nelson <[EMAIL PROTECTED]> To: Allan Rae <[EMAIL PROTECTED]> Subject: Re: [gtkmm]

Re: [gtkmm] Libsigc++ (fwd)

1999-03-04 Thread Allan Rae
ssage -- Date: Thu, 04 Mar 1999 18:04:10 -0800 From: Karl Nelson <[EMAIL PROTECTED]> To: Allan Rae <[EMAIL PROTECTED]> Subject: Re: [gtkmm] Libsigc++ Glad you liked it. As you dicover other problems or awkward parts of the API, please mail me. Now I need a small amount of feedba

Re: [gtkmm] Libsigc++ (fwd)

1999-03-04 Thread Allan Rae
I contacted Karl Nelson who is the main author of libsigc++ with a few questions about documentation etc. I enclose below his informative response. Allan. (ARRae) -- Forwarded message -- Date: Thu, 04 Mar 1999 03:20:12 -0800 From: Karl Nelson <[EMAIL PROTECTED]> To: All

Re: libsigc++

1999-03-03 Thread Lars Gullik Bjønnes
AR> I forgot to mention that a number of wrappers are being written AR> around this implementation to emulate the gtk-- signals we've AR> grown to know and love as well as Qt signals/slots. AR> The gtk-- signal system will eventually be replaced by libsigc++ AR> (in case

Re: libsigc++

1999-03-03 Thread Allan Rae
lementation to emulate the gtk-- signals we've grown to know and love as well as Qt signals/slots. The gtk-- signal system will eventually be replaced by libsigc++ (in case you hadn't figured that out already :) Allan. (ARRae)

libsigc++

1999-03-02 Thread Allan Rae
which has changed from what we're used to in gtk-- (it has in fact reverted to something closer to the original API for signals in gtk--). setenv CVSROOT ":pserver:[EMAIL PROTECTED]:/cvs/gnome" cvs login hit for password cvs co libsigc++ Allan. (ARRae)