trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-users] Building 3.5.13 with autotools

From: Baho Utot <baho-utot@...>
Date: Wed, 7 Dec 2011 14:25:30 -0500

On Wednesday 07 December 2011 2:16:59 pm Timothy Pearson wrote:
> > Does anyone have a script they use to build kdeutils taht I can have a
> > look at  ?
> >
> > The how to build docs method
> >
> > cd to whichever module you want to build, then run:
> > cp -Rp <path to your system's libtool.m4 file> admin/libtool.m4.in
> > cp -Rp <path to your system's ltmain.sh file> admin/ltmain.sh
> > make -f admin/Makefile.common
> >
> > Doesn't work for me on arch
> >
> > I am getting undefined references to things like QString and QWidget etc.
> > I beleve that those are defined in qt3 and tqt.
> >
> > I added this
> >
> > CFLAGS="-I/usr/include/tqt -I/usr/qt3/include"
> > CXXFLAGS="-I/usr/include/tqt -I/usr/qt3/include"
> >
> > to configure.in.in and then ran	make -f admin/Makefile.common, but it
> > didn't help
> >
> > I also have some linker issues but I'll tackle those after I get the code
> > to build
> >
> > Thanks
>
> Take a peek at the Debian build system files here:
> http://git.trinitydesktop.org/cgit/tde-packaging/tree/debian/squeeze/tdeuti
>ls/debian/rules
>

Ok I will Thanks