trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Building 3.5.13 with autotools

From: scrat <baho-utot@...>
Date: Wed, 07 Dec 2011 09:20:38 -0500
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