Re: compile question

2002-01-29 Thread Angus Leeming
On Tuesday 29 January 2002 9:47 am, Edwin Leuven wrote: > > Whether this bloody program links if you remove paragraph and document from > > the Qt frontend! > > If I remove them from the Makefile *and* Dialogs.C it does. If that's your > question :-) It was. Other people report other, differen

Re: compile question

2002-01-29 Thread Edwin Leuven
> Whether this bloody program links if you remove paragraph and document from > the Qt frontend! If I remove them from the Makefile *and* Dialogs.C it does. If that's your question :-) Ed.

Re: compile question

2002-01-29 Thread Angus Leeming
On Tuesday 29 January 2002 9:32 am, Edwin Leuven wrote: > > Could you let me know? > > what? > > Ed. Whether this bloody program links if you remove paragraph and document from the Qt frontend!

Re: compile question

2002-01-29 Thread Edwin Leuven
> Could you let me know? what? Ed.

Re: compile question

2002-01-29 Thread Angus Leeming
On Tuesday 29 January 2002 8:46 am, Edwin Leuven wrote: > On Monday 28 January 2002 05:53 pm, you wrote: > > Who knows anything about template instantiations of classes? It seems to me > > that the following code is working flawlessly on all compilers: > > But that that gcc wouldn't necessarily i

Re: compile question

2002-01-29 Thread Edwin Leuven
On Monday 28 January 2002 05:53 pm, you wrote: > Who knows anything about template instantiations of classes? It seems to me > that the following code is working flawlessly on all compilers: > But that that gcc wouldn't necessarily instantiate all the methods here: > This doesn't make much sense t

Re: compile question

2002-01-28 Thread Angus Leeming
On Monday 28 January 2002 4:37 pm, John Levon wrote: > On Mon, Jan 28, 2002 at 01:18:17PM +0100, Edwin Leuven wrote: > > > > I've removed the Qt versions for now, and it builds. > > > > still doesn't build for me though. gcc-c++-2.96-85 & latest cvs: > > Well it didn't build for me, and then d

Re: compile question

2002-01-28 Thread John Levon
On Mon, Jan 28, 2002 at 01:18:17PM +0100, Edwin Leuven wrote: > > I've removed the Qt versions for now, and it builds. > > still doesn't build for me though. gcc-c++-2.96-85 & latest cvs: Well it didn't build for me, and then did. I have the same compiler. Are you sure you did a "make clean"

Re: compile question

2002-01-28 Thread Angus Leeming
On Monday 28 January 2002 12:18 pm, Edwin Leuven wrote: > > I've removed the Qt versions for now, and it builds. > > still doesn't build for me though. gcc-c++-2.96-85 & latest cvs: > > /lib/gcc-lib/i386-redhat-linux/2.96 > -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lstdc++ -lgcc -lgc

Re: compile question

2002-01-28 Thread Edwin Leuven
> I've removed the Qt versions for now, and it builds. still doesn't build for me though. gcc-c++-2.96-85 & latest cvs: /lib/gcc-lib/i386-redhat-linux/2.96 -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lstdc++ -lgcc -lgcc -lbz2 -lSM -lICE -liberty -lc -lm -lX11 -Wl,--rpath -Wl,/usr/loca

Re: compile question

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 05:26:52PM +, Angus Leeming wrote: > Can you compile and link if you remove the xforms Paragraph and Document > dialogs also? I've removed the Qt versions for now, and it builds. Edwin, I'm comitting this, I wrote a changelog for you ;) regards john -- "ALL televis

Re: compile question

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 5:22 pm, John Levon wrote: > On Fri, Jan 25, 2002 at 03:30:39PM +, Angus Leeming wrote: > > > why do you have FormParagraph.o, FormDocument.o in libfrontends.a at all? > > Because, you pair of noodles, you have form_paragraph.lo, form_document.lo in > > Makefile

Re: compile question

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 03:30:39PM +, Angus Leeming wrote: > why do you have FormParagraph.o, FormDocument.o in libfrontends.a at all? > Because, you pair of noodles, you have form_paragraph.lo, form_document.lo in > Makefile.am We want to remove the QPar/Doc versions instead, they are no

Re: compile question

2002-01-25 Thread Angus Leeming
More to the point, why the hell is ../controllers/ButtonControllerBase.lo \ in qt2/Makefile.am and for that matter what's this doing @LYX_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@ Angus

Re: compile question

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 3:14 pm, Edwin Leuven wrote: > Shall I just comment out the Paragraph and Document dialog and commit the > float stuff? Ed, I'm a bit confused by the qt2 frontend. Why do you have entries in Makefile.dialogs for Qdocument and for QParagraph and then also have entries

Re: compile question

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 3:00 pm, Edwin Leuven wrote: > > > no idea ! You forgot to remove xforms float from Makefile.am btw > > > > Try this first and then my suggestion afterwards! > > neither one worked! :-( I meant in the xforms directory since the button controller appears to think it's a

Re: compile question

2002-01-25 Thread Edwin Leuven
Shall I just comment out the Paragraph and Document dialog and commit the float stuff? Ed.

Re: compile question

2002-01-25 Thread Edwin Leuven
> > no idea ! You forgot to remove xforms float from Makefile.am btw > > Try this first and then my suggestion afterwards! neither one worked! :-( Any suggestions on how to proceed? Thanks, Ed.

Re: compile question

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 02:44:21PM +, Angus Leeming wrote: > > no idea ! You forgot to remove xforms float from Makefile.am btw > > Try this first and then my suggestion afterwards! neither help john -- "ALL television is children's television." - Richard Adler

Re: compile question

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 02:42:52PM +, Angus Leeming wrote: > I'm a bit lost too as all works fine for me. That's not to say that there's > not a problem and you aren't the only one mentioning such difficulties, but > they do appear to be compiler dependant. I see it with gcc 2.96 > Add >

Re: compile question

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 2:45 pm, John Levon wrote: > On Fri, Jan 25, 2002 at 03:33:21PM +0100, Edwin Leuven wrote: > > > Hey guys, > > > > No takers? I am really lost. HAs it got something to do with the inline > > functions in FormParagraph.h and FormDocument.h? > > > > Help is appreciated.

Re: compile question

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 2:33 pm, Edwin Leuven wrote: > Hey guys, > > No takers? I am really lost. HAs it got something to do with the inline > functions in FormParagraph.h and FormDocument.h? Hi, Ed. I'm a bit lost too as all works fine for me. That's not to say that there's not a problem a

Re: compile question

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 03:33:21PM +0100, Edwin Leuven wrote: > Hey guys, > > No takers? I am really lost. HAs it got something to do with the inline > functions in FormParagraph.h and FormDocument.h? > > Help is appreciated. Cleanly applying patch attached. no idea ! You forgot to remove xfo

Re: compile question

2002-01-25 Thread Edwin Leuven
Hey guys, No takers? I am really lost. HAs it got something to do with the inline functions in FormParagraph.h and FormDocument.h? Help is appreciated. Cleanly applying patch attached. Thanks a lot, Ed. On Wednesday 23 January 2002 03:28 pm, you wrote: > When compiling the attached patch I ge