guii preamble

2001-02-20 Thread Edwin Leuven
Hi, I am trying to move the latex preamble to the guii xforms dir. During linking I get the following error message: ../src/frontends/xforms/.libs/libxforms.a(FormPreamble.o): In function `SigC::ObjectSlot0_void, FormBase::callback(void *)': /usr/include/g++-2/std/bastring.cc(.text+0x10e):

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Edwin Leuven [EMAIL PROTECTED] writes: | Hi, I am trying to move the latex preamble to the guii xforms dir. During | linking I get the following error message: You are probably missing an inheritance from SigC::Object somewhere. Lgb

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 09:55, Lars Gullik Bjønnes wrote: Edwin Leuven [EMAIL PROTECTED] writes: | Hi, I am trying to move the latex preamble to the guii xforms dir. During | linking I get the following error message: You are probably missing an inheritance from SigC::Object

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 10:03, Angus Leeming wrote: On Tuesday 20 February 2001 09:55, Lars Gullik Bjønnes wrote: Edwin Leuven [EMAIL PROTECTED] writes: | Hi, I am trying to move the latex preamble to the guii xforms dir. During | linking I get the following error message:

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Tuesday 20 February 2001 10:03, Angus Leeming wrote: | On Tuesday 20 February 2001 09:55, Lars Gullik Bjnnes wrote: | Edwin Leuven [EMAIL PROTECTED] writes: | | | Hi, I am trying to move the latex preamble to the guii xforms dir. | During |

Re: guii preamble

2001-02-20 Thread John Levon
On Tue, 20 Feb 2001, Edwin Leuven wrote: This code compiles perfectly for me on a DEC Alpha running DEC cxx -strict_ansi Perhaps your compiler (g++?) got confused! Why not "make clean" in the xforms directory and try again. In the past, similar messages have been resolved by correct

Re: guii preamble

2001-02-20 Thread Edwin Leuven
Just to point out I get the same problem. I admit I'd not thought of the pragma stuff. Edwin, try removing the #pragma implementation/interface stuff from the header and source file. I don't know why this would help (given all the others work OK) but it's worth a shot. After removing the

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 12:06, Edwin Leuven wrote: Just to point out I get the same problem. I admit I'd not thought of the pragma stuff. Edwin, try removing the #pragma implementation/interface stuff from the header and source file. I don't know why this would help (given all the

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Edwin Leuven [EMAIL PROTECTED] writes: | Just to point out I get the same problem. I admit I'd not thought of the | pragma stuff. Edwin, try removing the #pragma implementation/interface | stuff from the header and source file. I don't know why this would help | (given all the others work

Re: guii preamble

2001-02-20 Thread Edwin Leuven
I think the question to ask first is what's gone wrong with the #pragma stuff. good question. I guess I must fail this test. When you come to submit the patch, could you also strip out the old preamble form from the ./forms directory. (In layout_forms.[fd,h.patch] that was already in the

Re: guii preamble

2001-02-20 Thread John Levon
On Tue, 20 Feb 2001, Edwin Leuven wrote: that was already in the patch i send in. how should I proceed? thanks, ed. Your patch seems to be missing ripping out of preamble from layout_forms.fd Also, Index: src/frontends/xforms/forms/form_preamble.fd

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 12:20, Edwin Leuven wrote: I think the question to ask first is what's gone wrong with the #pragma stuff. good question. I guess I must fail this test. Not important. When you come to submit the patch, could you also strip out the old preamble form from the

Re: guii preamble

2001-02-20 Thread John Levon
Just a guess from the docs http://www.dis.com/gnu/gcc/gcc_108.html but try moving the #pragma interface in FormPreamble.h to *before* the #include "FormBase.h" john -- "Taste is predicated on discrimination."

Re: guii preamble

2001-02-20 Thread Edwin Leuven
| After removing the #pragma stuff it compiles! Is a patch without | this ok? yes. here it is...hopefully it can be applied. Thank you all for your help! Ed. preamble2.diff.gz

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 13:05, Edwin Leuven wrote: | After removing the #pragma stuff it compiles! Is a patch without | this ok? yes. here it is...hopefully it can be applied. Thank you all for your help! Ed. This patch applies, compiles and runs fine on my machine. I'd

guii preamble

2001-02-20 Thread Edwin Leuven
Hi, I am trying to move the latex preamble to the guii xforms dir. During linking I get the following error message: ../src/frontends/xforms/.libs/libxforms.a(FormPreamble.o): In function `SigC::ObjectSlot0_::callback(void *)': /usr/include/g++-2/std/bastring.cc(.text+0x10e):

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Hi, I am trying to move the latex preamble to the guii xforms dir. During | linking I get the following error message: You are probably missing an inheritance from SigC::Object somewhere. Lgb

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 09:55, Lars Gullik Bjønnes wrote: > Edwin Leuven <[EMAIL PROTECTED]> writes: > > | Hi, I am trying to move the latex preamble to the guii xforms dir. During > | linking I get the following error message: > > You are probably missing an inheritance from SigC::Object

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 10:03, Angus Leeming wrote: > On Tuesday 20 February 2001 09:55, Lars Gullik Bjønnes wrote: > > Edwin Leuven <[EMAIL PROTECTED]> writes: > > > > | Hi, I am trying to move the latex preamble to the guii xforms dir. During > > | linking I get the following error

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 20 February 2001 10:03, Angus Leeming wrote: | > On Tuesday 20 February 2001 09:55, Lars Gullik Bjønnes wrote: | > > Edwin Leuven <[EMAIL PROTECTED]> writes: | > > | > > | Hi, I am trying to move the latex preamble to the guii xforms dir.

Re: guii preamble

2001-02-20 Thread John Levon
On Tue, 20 Feb 2001, Edwin Leuven wrote: > > This code compiles perfectly for me on a DEC Alpha running > > DEC cxx -strict_ansi > > Perhaps your compiler (g++?) got confused! Why not "make clean" in the > > xforms directory and try again. In the past, similar messages have been > > resolved by

Re: guii preamble

2001-02-20 Thread Edwin Leuven
> Just to point out I get the same problem. I admit I'd not thought of the > pragma stuff. Edwin, try removing the #pragma implementation/interface > stuff from the header and source file. I don't know why this would help > (given all the others work OK) but it's worth a shot. After removing the

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 12:06, Edwin Leuven wrote: > > Just to point out I get the same problem. I admit I'd not thought of the > > pragma stuff. Edwin, try removing the #pragma implementation/interface > > stuff from the header and source file. I don't know why this would help > > (given all

Re: guii preamble

2001-02-20 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | > Just to point out I get the same problem. I admit I'd not thought of the | > pragma stuff. Edwin, try removing the #pragma implementation/interface | > stuff from the header and source file. I don't know why this would help | > (given all the others

Re: guii preamble

2001-02-20 Thread Edwin Leuven
> I think the question to ask first is what's gone wrong with the #pragma > stuff. good question. I guess I must fail this test. > When you come to submit the patch, could you also strip out the old > preamble form from the ./forms directory. (In layout_forms.[fd,h.patch] that was already in

Re: guii preamble

2001-02-20 Thread John Levon
On Tue, 20 Feb 2001, Edwin Leuven wrote: > that was already in the patch i send in. > how should I proceed? > > thanks, ed. Your patch seems to be missing ripping out of preamble from layout_forms.fd Also, Index: src/frontends/xforms/forms/form_preamble.fd

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 12:20, Edwin Leuven wrote: > > I think the question to ask first is what's gone wrong with the #pragma > > stuff. > > good question. I guess I must fail this test. Not important. > > When you come to submit the patch, could you also strip out the old > > preamble

Re: guii preamble

2001-02-20 Thread John Levon
Just a guess from the docs http://www.dis.com/gnu/gcc/gcc_108.html but try moving the #pragma interface in FormPreamble.h to *before* the #include "FormBase.h" john -- "Taste is predicated on discrimination."

Re: guii preamble

2001-02-20 Thread Edwin Leuven
> | After removing the #pragma stuff it compiles! Is a patch without > | > this ok? > > yes. here it is...hopefully it can be applied. Thank you all for your help! Ed. preamble2.diff.gz

Re: guii preamble

2001-02-20 Thread Angus Leeming
On Tuesday 20 February 2001 13:05, Edwin Leuven wrote: > > > | After removing the #pragma stuff it compiles! Is a patch without > > | > this ok? > > > > yes. > > here it is...hopefully it can be applied. Thank you all for your help! > > Ed. This patch applies, compiles and runs fine on my