Thanks for that Darrel. I am tryng to follow what Arch recommends
but
it is to no avail. Perhaps I am doing something wrong, or there is a configuration to get the package to build tat I do not know
of.
The package is tqt3, though I have tried to get qt3 to build too
and
that does not build either. So I am pretty confident now that it
is
user(me) error somewhere, somehow.
I know this can be frustrating.
There are some Archers subscribed to this list and they should be helping you. A lack of responses is status quo in this list. Sometimes I wonder why we bother keeping this mail list active. :(
Just a wild guess, do you have qt4 installed in your build environment? If yes then possibly try removing that package in your build environment. Posting a build log might help too. I use the tee command to create a log.
Here are my tqt3 configure options. Notice that -platform must be explicitly declared when building on 64-bit.
if [ "$LIBDIRSUFFIX" = "64" ]; then PLATFORM="linux-g++-${LIBDIRSUFFIX}" else PLATFORM="linux-g++" fi echo "yes" | \ CFLAGS=$CPUOPT \ CXXFLAGS=$CPUOPT \ ./configure \ -v \ -prefix $INSTALL_PREFIX \ -libdir $LIBDIR \ -release \ -I/usr/include/mysql \ -I/usr/include/freetype2/freetype \ -L/usr/lib${LIBDIRSUFFIX} \ -qt-imgfmt-png \ -qt-imgfmt-mng \ -qt-imgfmt-jpeg \ -qt-gif \ -qt-style-motif \ -system-zlib \ -system-libpng \ -system-libmng \ -system-libjpeg \ -shared \ -no-pch \ -thread \ -stl \ -no-g++-exceptions \ -platform ${PLATFORM} \ -cups \ -ipv6 \ -nis \ -sm \ -xshape \ -xinerama \ -xcursor \ -xrandr \ -xrender \ -tablet \ -xkb \ -xft \ -plugin-imgfmt-mng \ -plugin-sql-mysql \ -plugin-sql-sqlite \ -plugin-style-cde \ -plugin-style-compact \ -plugin-style-motifplus \ -plugin-style-platinum \ -plugin-style-sgi \ -plugin-style-windows \ -lfontconfig \ -inputmethod \ -enable-opengl \ -dlopen-opengl \ || exit 1
I hope this helps. :)
Darrell
Thanks for that Darrel. I am tryng to follow what Arch recommends
but
it is to no avail. Perhaps I am doing something wrong, or there is a configuration to get the package to build tat I do not know
of.
The package is tqt3, though I have tried to get qt3 to build too
and
that does not build either. So I am pretty confident now that it
is
user(me) error somewhere, somehow.
I know this can be frustrating.
There are some Archers subscribed to this list and they should be helping you. A lack of responses is status quo in this list. Sometimes I wonder why we bother keeping this mail list active. :(
We keep it active as it is the primary means of communication between those working on the TDE project! :-) I suspect some people are preparing for the Christmas holiday and may simply not be monitoring the list at this time.
Pauline, can you post a full build log as a attachment to the list? Without a full build log we are all taking shots in the dark as to what the actual problem is.
Thanks!
Tim
On 12/08/2012 04:16 PM, Timothy Pearson wrote:
Thanks for that Darrel. I am tryng to follow what Arch recommends
but
it is to no avail. Perhaps I am doing something wrong, or there is a configuration to get the package to build tat I do not know
of.
The package is tqt3, though I have tried to get qt3 to build too
and
that does not build either. So I am pretty confident now that it
is
user(me) error somewhere, somehow.
I know this can be frustrating.
There are some Archers subscribed to this list and they should be helping you. A lack of responses is status quo in this list. Sometimes I wonder why we bother keeping this mail list active. :(
We keep it active as it is the primary means of communication between those working on the TDE project! :-) I suspect some people are preparing for the Christmas holiday and may simply not be monitoring the list at this time.
Pauline, can you post a full build log as a attachment to the list? Without a full build log we are all taking shots in the dark as to what the actual problem is.
Here are my notes for building tqt3 on Slackware 14 (the build actually worked with qt4 installed as well, although I haven't tried really running the trinity software):
git clone http://scm.trinitydesktop.org/scm/git/tqt3 (checks out the tqt3 source to /mnt/data/trinity/src/tqt3 on my system) export QTDIR=/mnt/data/trinity/src/tqt3 export PATH=/mnt/data/trinity/src/tqt3/bin:$PATH export LD_LIBRARY_PATH=/mnt/data/trinity/src/tqt3/lib:$LD_LIBRARY_PATH ./configure -prefix /opt/trinity/ make make install
There's also a file called "INSTALL" in the tqt3 source directory that has hints about building it.
In case this helps...
-Ben
On Sat, Dec 8, 2012 at 4:44 PM, Ben cricketc@gmail.com wrote:
On 12/08/2012 04:16 PM, Timothy Pearson wrote:
Thanks for that Darrel. I am tryng to follow what Arch recommends
but
it is to no avail. Perhaps I am doing something wrong, or there is a configuration to get the package to build tat I do not know
of.
The package is tqt3, though I have tried to get qt3 to build too
and
that does not build either. So I am pretty confident now that it
is
user(me) error somewhere, somehow.
I know this can be frustrating.
There are some Archers subscribed to this list and they should be helping you. A lack of responses is status quo in this list. Sometimes I wonder why we bother keeping this mail list active. :(
We keep it active as it is the primary means of communication between those working on the TDE project! :-) I suspect some people are preparing for the Christmas holiday and may simply not be monitoring the list at this time.
Pauline, can you post a full build log as a attachment to the list? Without a full build log we are all taking shots in the dark as to what the actual problem is.
Here are my notes for building tqt3 on Slackware 14 (the build actually worked with qt4 installed as well, although I haven't tried really running the trinity software):
git clone http://scm.trinitydesktop.org/scm/git/tqt3 (checks out the tqt3 source to /mnt/data/trinity/src/tqt3 on my system) export QTDIR=/mnt/data/trinity/src/tqt3 export PATH=/mnt/data/trinity/src/tqt3/bin:$PATH export LD_LIBRARY_PATH=/mnt/data/trinity/src/tqt3/lib:$LD_LIBRARY_PATH ./configure -prefix /opt/trinity/ make make install
There's also a file called "INSTALL" in the tqt3 source directory that has hints about building it.
In case this helps...
-Ben
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
I will give it a go again soon, right now I ma busy. Perhaps later tonight, I can give it a go if I have the time. I will post the entire log if it does not build.