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
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
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"
> > > +
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"
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"
>
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"
>
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
> > 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
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