trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] tqt-mt.pc

From: Darrell Anderson <humanreadable@...>
Date: Sun, 15 Jan 2012 20:58:40 -0800 (PST)
> > Bug report is a good idea.  I'm going to be
> swamped at
> > my day job real
> > quick, so it may have to wait until someone else
> patches
> > it.
> 
> Can you provide me so[m]e clues? I don't mind taking a wack.

The problem is in the qt3 code. I never paid attention before, but there is a snippet in the original qt3 build script from Slackware that fixes the problem:

# Make a link to qt-mt.pc
mkdir -p $PKG${PREFIX}/lib${LIBDIRSUFFIX}/pkgconfig
cd $PKG${PREFIX}/lib${LIBDIRSUFFIX}/pkgconfig
  ln -sf ../$PRGNAM-$VERSION/lib/pkgconfig/qt-mt.pc .
cd -

Bug report 796 filed.

Darrell