Re: Qt2 patch

2002-01-28 Thread Angus Leeming
On Friday 25 January 2002 10:02 pm, John Levon wrote: > On Fri, Jan 25, 2002 at 08:06:38PM +, Angus Leeming wrote: > > > checking for Qt 2... libraries -lqt in /usr/local/kde/qt/lib, headers > > /usr/local/kde/qt/include > > > > So, the user has an idea about what's going on. Do as you see

Re: Qt2 patch

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 08:06:38PM +, Angus Leeming wrote: > checking for Qt 2... libraries -lqt in /usr/local/kde/qt/lib, headers > /usr/local/kde/qt/include > > So, the user has an idea about what's going on. Do as you see fit. er can you commit it then ? I don't have privs regards john

Re: Qt2 patch

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 7:43 pm, John Levon wrote: > On Fri, Jan 25, 2002 at 07:35:24PM +, Angus Leeming wrote: > > > > @@ -278,6 +280,7 @@ > > >dnl libs and headers supplied. Need to check lib name > > >qt2_incdir="$ac_qt2_includes" > > >qt2_libdir="$ac_qt2_libraries" > > > +

Re: Qt2 patch

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 07:35:24PM +, Angus Leeming wrote: > > @@ -278,6 +280,7 @@ > >dnl libs and headers supplied. Need to check lib name > >qt2_incdir="$ac_qt2_includes" > >qt2_libdir="$ac_qt2_libraries" > > + ac_qt2_name="-lqt" > >QT2_CHECK_LIB_NAME > >have_qt2="yes"

Re: Qt2 patch

2002-01-25 Thread Angus Leeming
On Friday 25 January 2002 7:33 pm, John Levon wrote: > oops, forgot to move this out of my tree. Can you do this : > > @@ -278,6 +280,7 @@ >dnl libs and headers supplied. Need to check lib name >qt2_incdir="$ac_qt2_includes" >qt2_libdir="$ac_qt2_libraries" > + ac_qt2_name="-lqt" >

Re: Qt2 patch

2002-01-25 Thread John Levon
On Fri, Jan 25, 2002 at 07:21:51PM +, Angus Leeming wrote: > Attached is a patch to get the Qt2 frontend to compile on the DEC. I'll look and commit. > Incidentally, John, I had to manually hack configure to get the code to link > properly. It turns out that > > QT2_LIBS="$ac_qt2_name" >

Re: Qt2 patch

2001-08-29 Thread John Levon
On Wed, Aug 29, 2001 at 04:53:50PM +0100, Angus Leeming wrote: > > which problems ? Is there anything that can be done ? > > Interesting. You mean that it links for you? I'll have a look. oh yes. The other vtable thing was just me forgetting to actually write FormThesaurus::apply() > I've seen

Re: Qt2 patch

2001-08-29 Thread Angus Leeming
> > Note that I can compile but not link. Those vtable problems I read about, I'm > > afraid. > > which problems ? Is there anything that can be done ? Interesting. You mean that it links for you? I'll have a look. I've seen this in the past, but can't remember for the life of me what the ca

Re: Qt2 patch

2001-08-29 Thread John Levon
On Wed, Aug 29, 2001 at 03:13:29PM +0100, Angus Leeming wrote: > Attached is a small patch to get the qt2 frontend to compile with DEC cxx. Applying now. I went back to gcc 2.96 to work out the crashing problems so I will have messed up on the std:: stuff. I'll go back to 3.0.1 soon. > Note tha