Slackware 13.1.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
Would somebody please send a kdebindings build script I can study? I have no idea how everything has changed in order to update by build script.
Are there links available to build scripts for other distros? I had no success finding any on the web. Well hidden!
Thanks.
Darrell
Le 05/11/2011 22:26, Darrell Anderson a écrit :
Slackware 13.1.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
Would somebody please send a kdebindings build script I can study? I have no idea how everything has changed in order to update by build script.
Are there links available to build scripts for other distros? I had no success finding any on the web. Well hidden!
Thanks.
Darrell
You can visit the Trinity GIT for packaging here: http://git.trinitydesktop.org/cgit/tde-packaging/tree/
There are build scripts for at least debian, ubuntu, and fedora/redhat.
Concerning your problem for building kdebindings, it looks like the compiler cannot find the tqtinterface include files. You can add a parameter to the "./configure" command line to help finding specific include files. For example (adjust the path to your environment): ./configure --with-extra-includes=/opt/trinity/include/tqt
Good luck
Concerning your problem for building kdebindings, it looks like the compiler cannot find the tqtinterface include files. You can add a parameter to the "./configure" command line to help finding specific include files. For example (adjust the path to your environment): ./configure --with-extra-includes=/opt/trinity/include/tqt
Thanks. Oddly that configure option did not help, but I modified my scripts to find the location of the tqt header files and add that path in the CPLUS_INCLUDE_PATH environment variable. That got me through that problem but kdebindings still fails to build.
Latest build log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
Darrell
Le Sat, 5 Nov 2011 17:14:15 -0700 (PDT), Darrell Anderson humanreadable@yahoo.com a écrit :
Concerning your problem for building kdebindings, it looks like the compiler cannot find the tqtinterface include files. You can add a parameter to the "./configure" command line to help finding specific include files. For example (adjust the path to your environment): ./configure --with-extra-includes=/opt/trinity/include/tqt
Thanks. Oddly that configure option did not help, but I modified my scripts to find the location of the tqt header files and add that path in the CPLUS_INCLUDE_PATH environment variable. That got me through that problem but kdebindings still fails to build.
Latest build log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
Slackware 13.1 uses Ruby 1.9, and this could be the cause of the problem (IIRC there were reported issues between Ruby 1.9 and KDE 3.5.10).
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Slackware 13.1 uses Ruby 1.9, and this could be the cause of the problem (IIRC there were reported issues between Ruby 1.9 and KDE 3.5.10).
Yes, I remember the discussions. The recommended fix was to create two sym links. My build scripts create them but I verified both do in fact exist. Further, Amarok needs the same links and that package built without error.
Darrell
Slackware 13.1.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
I got kdebindings 3.5.13 to build. I had to apply a lot of patches that for whatever reason never got merged into 3.5.13. So I'm now curious: how in the world did all of you get kdebindings 3.5.13 to build?
Darrell
Le 07/11/2011 05:10, Darrell Anderson a écrit :
Slackware 13.1.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-...
I got kdebindings 3.5.13 to build. I had to apply a lot of patches that for whatever reason never got merged into 3.5.13. So I'm now curious: how in the world did all of you get kdebindings 3.5.13 to build?
I assume it's related to your ruby version, which is 1.9.x . AFAIK, all distros currently running TDE 3.5.13 are using ruby 1.8 or older.
Francois
I got kdebindings 3.5.13 to build. I had to apply a
lot of patches that for whatever reason never got merged into 3.5.13. So I'm now curious: how in the world did all of you get kdebindings 3.5.13 to build?
I assume it's related to your ruby version, which is 1.9.x . AFAIK, all distros currently running TDE 3.5.13 are using ruby 1.8 or older.
FYI:
Here are the patches I used to build kdebindings:
http://humanreadable.nfshost.com/trinity/patches/kdebindings/3.5.13/
Darrell