How about an estimate when SVN will again be ready to build?
I see a lot of work going on with interfacing with QT4, which seems to have rendered SVN unbuildable.
I tried building SVN last night and things broke quickly in kdelibs. The error had something to do with tqtinterface.
I realize much is happening under the surface but us mushrooms would appreciate a drop of rain now and then. :)
Darrell
On Saturday 26 March 2011 01:13:55 pm Darrell Anderson wrote:
How about an estimate when SVN will again be ready to build?
I see a lot of work going on with interfacing with QT4, which seems to have rendered SVN unbuildable.
I tried building SVN last night and things broke quickly in kdelibs. The error had something to do with tqtinterface.
I realize much is happening under the surface but us mushrooms would appreciate a drop of rain now and then. :)
Darrell
The following builds for me tqtinterface arts kdelibs kdegraphics kdevelop kdewebdevelop
I got errors on kdebase due to dbus-tqt but nad kdepim fails
So I am looking to get dbus-tqt and kdebase to build and I'll be a happy camper for now.
dbus-tqt build fails with.....
-- Found Threads: TRUE CMake Warning at ConfigureChecks.cmake:22 (find_package): Could not find module FindTQt.cmake or a configuration file for package TQt.
Adjust CMAKE_MODULE_PATH to find FindTQt.cmake or set TQt_DIR to the directory containing a CMake configuration file for TQt. The file will have one of the following names:
TQtConfig.cmake tqt-config.cmake
Call Stack (most recent call first): CMakeLists.txt:24 (include)
CMake Error at CMakeLists.txt:29 (tde_setup_install_path): Unknown CMake command "tde_setup_install_path".
-- Configuring incomplete, errors occurred!
Kdepim fails with
Scanning dependencies of target knotes-shared [ 76%] Building CXX object knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o In file included from /trinity.source/kdepim/libkcal/calendar.h:35:0, from /trinity.source/kdepim/libkcal/calendarlocal.h:25, from /trinity.source/kdepim/knotes/knoteslegacy.cpp:42: /trinity.source/kdepim/libkcal/customproperties.h:27:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated. make[2]: *** [knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o] Error 1 make[1]: *** [knotes/CMakeFiles/knotes-shared.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build().
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
Hmm. What is dbus-tqt? When was this added?
Does this replace dbus-qt3? Or is this different?
I just now looked and see this package. I need some kind of basic build script for this. Please post the basic cmake options.
Darrell
--- On Sat, 3/26/11, Baho Utot baho-utot@columbus.rr.com wrote:
From: Baho Utot baho-utot@columbus.rr.com Subject: Re: [trinity-devel] Estimate When SVN Will Ready To: trinity-devel@lists.pearsoncomputing.net Date: Saturday, March 26, 2011, 12:28 PM
On Saturday 26 March 2011 01:13:55 pm Darrell Anderson wrote:
How about an estimate when SVN will again be ready to
build?
I see a lot of work going on with interfacing with
QT4, which seems to have
rendered SVN unbuildable.
I tried building SVN last night and things broke
quickly in kdelibs. The
error had something to do with tqtinterface.
I realize much is happening under the surface but us
mushrooms would
appreciate a drop of rain now and then. :)
Darrell
The following builds for me tqtinterface arts kdelibs kdegraphics kdevelop kdewebdevelop
I got errors on kdebase due to dbus-tqt but nad kdepim fails
So I am looking to get dbus-tqt and kdebase to build and I'll be a happy camper for now.
dbus-tqt build fails with.....
-- Found Threads: TRUE CMake Warning at ConfigureChecks.cmake:22 (find_package): Could not find module FindTQt.cmake or a configuration file for package TQt.
Adjust CMAKE_MODULE_PATH to find FindTQt.cmake or set TQt_DIR to the directory containing a CMake configuration file for TQt. The file will have one of the following names:
TQtConfig.cmake tqt-config.cmake
Call Stack (most recent call first): CMakeLists.txt:24 (include)
CMake Error at CMakeLists.txt:29 (tde_setup_install_path): Unknown CMake command "tde_setup_install_path".
-- Configuring incomplete, errors occurred!
Kdepim fails with
Scanning dependencies of target knotes-shared [ 76%] Building CXX object knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o In file included from /trinity.source/kdepim/libkcal/calendar.h:35:0, from /trinity.source/kdepim/libkcal/calendarlocal.h:25, from /trinity.source/kdepim/knotes/knoteslegacy.cpp:42: /trinity.source/kdepim/libkcal/customproperties.h:27:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated. make[2]: *** [knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o] Error 1 make[1]: *** [knotes/CMakeFiles/knotes-shared.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build().
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
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
On Saturday 26 March 2011 02:44:12 pm Darrell Anderson wrote:
Hmm. What is dbus-tqt? When was this added?
Don't know what this is and I think just recently added. I just saw it today in the svn source tee
Does this replace dbus-qt3? Or is this different?
Don't know
I just now looked and see this package. I need some kind of basic build script for this. Please post the basic cmake options.
Darrell
--- On Sat, 3/26/11, Baho Utot baho-utot@columbus.rr.com wrote:
From: Baho Utot baho-utot@columbus.rr.com Subject: Re: [trinity-devel] Estimate When SVN Will Ready To: trinity-devel@lists.pearsoncomputing.net Date: Saturday, March 26, 2011, 12:28 PM
On Saturday 26 March 2011 01:13:55 pm Darrell Anderson
wrote:
How about an estimate when SVN will again be ready to
build?
I see a lot of work going on with interfacing with
QT4, which seems to have
rendered SVN unbuildable.
I tried building SVN last night and things broke
quickly in kdelibs. The
error had something to do with tqtinterface.
I realize much is happening under the surface but us
mushrooms would
appreciate a drop of rain now and then. :)
Darrell
The following builds for me tqtinterface arts kdelibs kdegraphics kdevelop kdewebdevelop
I got errors on kdebase due to dbus-tqt but nad kdepim fails
So I am looking to get dbus-tqt and kdebase to build and I'll be a happy camper for now.
dbus-tqt build fails with.....
-- Found Threads: TRUE CMake Warning at ConfigureChecks.cmake:22 (find_package): Could not find module FindTQt.cmake or a configuration file for package TQt.
Adjust CMAKE_MODULE_PATH to find FindTQt.cmake or set TQt_DIR to the directory containing a CMake configuration file for TQt. The file will have one of the following names:
TQtConfig.cmake tqt-config.cmake
Call Stack (most recent call first): CMakeLists.txt:24 (include)
CMake Error at CMakeLists.txt:29 (tde_setup_install_path): Unknown CMake command "tde_setup_install_path".
-- Configuring incomplete, errors occurred!
Kdepim fails with
Scanning dependencies of target knotes-shared [ 76%] Building CXX object knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o In file included from /trinity.source/kdepim/libkcal/calendar.h:35:0, from /trinity.source/kdepim/libkcal/calendarlocal.h:25, from /trinity.source/kdepim/knotes/knoteslegacy.cpp:42: /trinity.source/kdepim/libkcal/customproperties.h:27:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated. make[2]: *** [knotes/CMakeFiles/knotes-shared.dir/knoteslegacy.cpp.o] Error 1 make[1]: *** [knotes/CMakeFiles/knotes-shared.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build().
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
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
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
Hmm. What is dbus-tqt? When was this added?
Yesterday.
Does this replace dbus-qt3?
Yes.
Or is this different?
No.
I just now looked and see this package. I need some kind of basic build script for this. Please post the basic cmake options.
cd dbus-tqt/ cmake . make
Tim