Serghei,
I have run across a cmake error in kdepim:
-- checking for 'gpgme' CMake Error at ConfigureChecks.cmake:45 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command. Call Stack (most recent call first): CMakeLists.txt:86 (include)
-- checking for 'Qt' -- Performing Test HAVE_PATCHED_QT3 -- Performing Test HAVE_PATCHED_QT3 - Success -- found patched Qt, version 3.3.8 -- checking for one of the modules 'TQt' -- checking for 'TDE' -- found 'TDE', version 3.5.13 -- Looking for inttypes.h
<snip>
-- checking for 'libkmime' -- ok, activated for build -- checking for 'ktnef' -- ok, activated for build -- checking for 'libkcal' -- ok, activated for build -- checking for 'libkdepim' -- ok, activated for build -- Configuring incomplete, errors occurred! Aborting...
I can't wait to give it another go once you work a little bit more of your magic on it :)
On Sunday 06 March 2011 09:30:44 David C. Rankin wrote:
Serghei,
I have run across a cmake error in kdepim:
-- checking for 'gpgme' CMake Error at ConfigureChecks.cmake:45 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command.
Fixed in svn (I hope).
On 03/06/2011 02:34 AM, Serghei Amelian wrote:
On Sunday 06 March 2011 09:30:44 David C. Rankin wrote:
Serghei,
I have run across a cmake error in kdepim:
-- checking for 'gpgme' CMake Error at ConfigureChecks.cmake:45 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command.
Fixed in svn (I hope).
Looks like CMake is working, but I think I've run into either another CMake error or an actual code error:
‘tqfindByContent’ is not a member of ‘KMimeType’
[ 2%] Building CXX object ktnef/lib/CMakeFiles/ktnef-shared.dir/ktnefparser.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/ktnef/lib && /usr/bin/c++ -Dktnef_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/ktnef -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/ktnef-shared.dir/ktnefparser.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/ktnef/lib/ktnefparser.cpp /home/david/tblds/trinity-kdepim/src/kdepim/ktnef/lib/ktnefparser.cpp: In member function ‘void KTNEFParser::checkCurrent(int)’: /home/david/tblds/trinity-kdepim/src/kdepim/ktnef/lib/ktnefparser.cpp:489:18: error: ‘tqfindByContent’ is not a member of ‘KMimeType’ make[2]: *** [ktnef/lib/CMakeFiles/ktnef-shared.dir/ktnefparser.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [ktnef/lib/CMakeFiles/ktnef-shared.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
On Sunday 06 March 2011 19:59:30 David C. Rankin wrote:
On 03/06/2011 02:34 AM, Serghei Amelian wrote:
On Sunday 06 March 2011 09:30:44 David C. Rankin wrote:
Serghei,
I have run across a cmake error in kdepim:
-- checking for 'gpgme' CMake Error at ConfigureChecks.cmake:45 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command.
Fixed in svn (I hope).
Looks like CMake is working, but I think I've run into either another CMake error or an actual code error:
‘tqfindByContent’ is not a member of ‘KMimeType’
try to add to tqt.h:
#define tqfindByContent findByContent
[...]
On 03/06/2011 12:06 PM, Serghei Amelian wrote:
On Sunday 06 March 2011 19:59:30 David C. Rankin wrote:
On 03/06/2011 02:34 AM, Serghei Amelian wrote:
On Sunday 06 March 2011 09:30:44 David C. Rankin wrote:
Serghei,
I have run across a cmake error in kdepim:
-- checking for 'gpgme' CMake Error at ConfigureChecks.cmake:45 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command.
Fixed in svn (I hope).
Looks like CMake is working, but I think I've run into either another CMake error or an actual code error:
‘tqfindByContent’ is not a member of ‘KMimeType’
try to add to tqt.h:
#define tqfindByContent findByContent
[...]
So far that is working. I've past the original error and it is continuing to build. UUgh.. made it to 6% :)
[ 6%] Building CXX object libkcal/CMakeFiles/kcal-shared.dir/icalformatimpl.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/libkcal && /usr/bin/c++ -Dkcal_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim/libkcal -I/home/david/tblds/trinity-kdepim/src/kdepim/libkcal/versit -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/ktnef -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/kcal-shared.dir/icalformatimpl.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp: In member function ‘icalproperty* KCal::ICalFormatImpl::writeAttachment(KCal::Attachment*)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674:76: error: invalid conversion from ‘unsigned char*’ to ‘const char*’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674:76: error: initializing argument 1 of ‘icalattach* icalattach_new_from_data(const char*, void (*)(unsigned char*, void*), void*)’ make[2]: *** [libkcal/CMakeFiles/kcal-shared.dir/icalformatimpl.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [libkcal/CMakeFiles/kcal-shared.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
Any magic for this one? :)
On Sunday 06 March 2011 20:17:59 David C. Rankin wrote: [...]
KCal::ICalFormatImpl::writeAttachment(KCal::Attachment*)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674: 76: error: invalid conversion from ‘unsigned char*’ to ‘const char*’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674: 76: error: initializing argument 1 of ‘icalattach* icalattach_new_from_data(const char*, void (*)(unsigned char*, void*), void*)’
[...]
Fixed in svn. At least, I hope :)
On 03/06/2011 01:08 PM, Serghei Amelian wrote:
On Sunday 06 March 2011 20:17:59 David C. Rankin wrote: [...]
KCal::ICalFormatImpl::writeAttachment(KCal::Attachment*)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674: 76: error: invalid conversion from ‘unsigned char*’ to ‘const char*’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/icalformatimpl.cpp:674: 76: error: initializing argument 1 of ‘icalattach* icalattach_new_from_data(const char*, void (*)(unsigned char*, void*), void*)’
[...]
Fixed in svn. At least, I hope :)
We are doing a lot of "hoping" today :)
Got another one:
[ 4%] Building CXX object libkcal/CMakeFiles/kcal-shared.dir/incidenceformatter.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/libkcal && /usr/bin/c++ -Dkcal_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim/libkcal -I/home/david/tblds/trinity-kdepim/src/kdepim/libkcal/versit -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/ktnef -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/kcal-shared.dir/incidenceformatter.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: In function ‘QString displayViewLinkPerson(const QString&, QString, QString)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp:187:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: In function ‘QString invitationPerson(const QString&, QString, QString)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp:1138:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: In function ‘QString tooltipPerson(const QString&, QString)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp:3364:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’ make[2]: *** [libkcal/CMakeFiles/kcal-shared.dir/incidenceformatter.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [libkcal/CMakeFiles/kcal-shared.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
Guessing, I'm trying:
try to add to tqt.h:
#define tqfindByEmail findByEmail
so far that's working -- I'll report back. I'm up to 16% and building :)
Ugh :(
[ 18%] Building CXX object libkdepim/CMakeFiles/kdepim-shared.dir/distributionlist.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/libkdepim && /usr/bin/c++ -Dkdepim_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/home/david/tblds/trinity-kdepim/src/kdepim -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/kdepim-shared.dir/distributionlist.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/libkdepim/distributionlist.cpp /home/david/tblds/trinity-kdepim/src/kdepim/libkdepim/distributionlist.cpp: In function ‘KABC::Addressee tqfindByUidOrName(KABC::AddressBook*, const QString&, const QString&)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkdepim/distributionlist.cpp:136:29: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByUid’ make[2]: *** [libkdepim/CMakeFiles/kdepim-shared.dir/distributionlist.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [libkdepim/CMakeFiles/kdepim-shared.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
Guessing, I'm trying:
try to add to tqt.h:
#define tqfindByUid findByUid
Make sure you add those 2 define to tqt.h. (or do they need to be fixed somewhere else to make it right?)
Hey, hey! I'm getting pretty good at guessing :) at 30% and counting :)
Uugh! Bummer!
This one I'll need your help with. I'm out of guesses :(
[ 36%] Building CXX object kioslaves/imap4/CMakeFiles/kio_imap4-module.dir/imap4.cc.o cd /home/david/tblds/trinity-kdepim/src/kdepim/kioslaves/imap4 && /usr/bin/c++ -Dkio_imap4_module_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/libemailfunctions -I/home/david/tblds/trinity-kdepim/src/kdepim/libkmime -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/kio_imap4-module.dir/imap4.cc.o -c /home/david/tblds/trinity-kdepim/src/kdepim/kioslaves/imap4/imap4.cc /home/david/tblds/trinity-kdepim/src/kdepim/kioslaves/imap4/imap4.cc: In member function ‘virtual void IMAP4Protocol::slave_status()’: /home/david/tblds/trinity-kdepim/src/kdepim/kioslaves/imap4/imap4.cc:1819:66: error: ‘slavetqStatus’ was not declared in this scope make[2]: *** [kioslaves/imap4/CMakeFiles/kio_imap4-module.dir/imap4.cc.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [kioslaves/imap4/CMakeFiles/kio_imap4-module.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
On Monday 07 March 2011 00:33:55 David C. Rankin wrote: [...]
/home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: 187:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: In function ‘QString invitationPerson(const QString&, QString, QString)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cpp: 1138:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’
You will need these definitions in tqt.h:
#define tqfindByEmail findByEmail #define tqfindByContent findByContent #define tqfindByFileContent findByFileContent #define slavetqStatus slaveStatus #define tqfindText findText #define tqfindTextNext findTextNext #define tqfindBufferType findBufferType #define spelltqStatus spellStatus
On Monday 07 March 2011 00:39:08 Serghei Amelian wrote:
On Monday 07 March 2011 00:33:55 David C. Rankin wrote: [...]
/home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cp p: 187:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’ /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cp p: In function ‘QString invitationPerson(const QString&, QString, QString)’: /home/david/tblds/trinity-kdepim/src/kdepim/libkcal/incidenceformatter.cp p: 1138:51: error: ‘class KABC::AddressBook’ has no member named ‘tqfindByEmail’
You will need these definitions in tqt.h:
#define tqfindByEmail findByEmail
[...]
Actually, you can update svn tree and rebuild tqtinterface, committed it.
On 03/06/2011 04:45 PM, Serghei Amelian wrote:
[...]
Actually, you can update svn tree and rebuild tqtinterface, committed it.
OK,
I'll give that a go and report back. Thanks!
On 03/06/2011 05:12 PM, David C. Rankin wrote:
On 03/06/2011 04:45 PM, Serghei Amelian wrote:
[...]
Actually, you can update svn tree and rebuild tqtinterface, committed it.
OK,
I'll give that a go and report back. Thanks!
Getting closer :)
[ 66%] Building CXX object akregator/src/librss/CMakeFiles/rsslocal-static.dir/article.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -I/home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -fPIC -o CMakeFiles/rsslocal-static.dir/article.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/article.cpp In file included from /home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/article.h:16:0, from /home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/article.cpp:11: /home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/global.h:14:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated. make[2]: *** [akregator/src/librss/CMakeFiles/rsslocal-static.dir/article.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [akregator/src/librss/CMakeFiles/rsslocal-static.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
On Monday 07 March 2011 01:32:14 David C. Rankin wrote: [...]
/home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/global.h:1 4:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated.
fixed in svn
On 03/06/2011 05:49 PM, Serghei Amelian wrote:
On Monday 07 March 2011 01:32:14 David C. Rankin wrote: [...]
/home/david/tblds/trinity-kdepim/src/kdepim/akregator/src/librss/global.h:1 4:26: fatal error: kdepimmacros.h: No such file or directory compilation terminated.
fixed in svn
:)
By my calculations, extrapolating forward the 12% increases in build progress with each bug fixed, I can summize that we have 2 bugs left to fix before the kdepim build will complete ;-)
Here is the latest:
[ 78%] Building CXX object kalarm/CMakeFiles/kalarm.dir/kamail.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/kalarm && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -I/home/david/tblds/trinity-kdepim/src/kdepim/kalarm -I/home/david/tblds/trinity-kdepim/src/kdepim/kalarm/lib -I/home/david/tblds/trinity-kdepim/src/kdepim/kalarm/kalarmd -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/libkmime -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/kalarm.dir/kamail.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/kalarm/kamail.cpp In file included from /home/david/tblds/trinity-kdepim/src/kdepim/kalarm/kamail.cpp:47:0: /home/david/tblds/trinity-kdepim/src/kdepim/libkpimidentities/identity.h:10:23: fatal error: kleo/enum.h: No such file or directory compilation terminated. make[2]: *** [kalarm/CMakeFiles/kalarm.dir/kamail.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [kalarm/CMakeFiles/kalarm.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
On Monday 07 March 2011 02:19:00 David C. Rankin wrote: [...]
By my calculations, extrapolating forward the 12% increases in build progress with each bug fixed, I can summize that we have 2 bugs left to fix before the kdepim build will complete ;-)
I hope you right.
Here is the latest:
:23: fatal error: kleo/enum.h: No such file or directory
[...]
Fixed
On 03/06/2011 06:27 PM, Serghei Amelian wrote:
On Monday 07 March 2011 02:19:00 David C. Rankin wrote: [...]
By my calculations, extrapolating forward the 12% increases in build progress with each bug fixed, I can summize that we have 2 bugs left to fix before the kdepim build will complete ;-)
I hope you right.
Here is the latest:
:23: fatal error: kleo/enum.h: No such file or directory
[...]
Fixed
Even though our progress has dropped to 11%, we are still on track to complete with only 1 more bug -- If we are really lucky -- or if you're just that good :)
[ 89%] Building CXX object kaddressbook/editors/CMakeFiles/libkaddrbk_cryptosettings-module.dir/cryptowidget.cpp.o cd /home/david/tblds/trinity-kdepim/src/kdepim/kaddressbook/editors && /usr/bin/c++ -Dlibkaddrbk_cryptosettings_module_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DUSE_QT3 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -include tqt.h -fPIC -I/home/david/tblds/trinity-kdepim/src/kdepim/kaddressbook/editors -I/home/david/tblds/trinity-kdepim/src/kdepim -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdenetwork -I/home/david/tblds/trinity-kdepim/src/kdepim/kaddressbook/interfaces -I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include -I/opt/qt/include -I/opt/qt/include/tqt -o CMakeFiles/libkaddrbk_cryptosettings-module.dir/cryptowidget.cpp.o -c /home/david/tblds/trinity-kdepim/src/kdepim/kaddressbook/editors/cryptowidget.cpp In file included from /home/david/tblds/trinity-kdepim/src/kdepim/kaddressbook/editors/cryptowidget.cpp:25:0: /home/david/tblds/trinity-kdepim/src/kdepim/certmanager/lib/ui/keyrequester.h:53:32: fatal error: kleo/cryptobackend.h: No such file or directory compilation terminated. make[2]: *** [kaddressbook/editors/CMakeFiles/libkaddrbk_cryptosettings-module.dir/cryptowidget.cpp.o] Error 1 make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make[1]: *** [kaddressbook/editors/CMakeFiles/libkaddrbk_cryptosettings-module.dir/all] Error 2 make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/kdepim' make: *** [all] Error 2 Aborting...
On Monday 07 March 2011 02:51:08 David C. Rankin wrote:
On 03/06/2011 06:27 PM, Serghei Amelian wrote:
[...]
Here is the latest: :23: fatal error: kleo/enum.h: No such file or directory
[..]
Fixed.
PS I think Robert are right, I think we must to solve these problems on IRC.
On 03/06/2011 06:58 PM, Serghei Amelian wrote:
On Monday 07 March 2011 02:51:08 David C. Rankin wrote:
On 03/06/2011 06:27 PM, Serghei Amelian wrote:
[...]
Here is the latest: :23: fatal error: kleo/enum.h: No such file or directory
[..]
Fixed.
PS I think Robert are right, I think we must to solve these problems on IRC.
I don't know... I like dropping by the IRC for a quick question, but I think it is probably ill suited to handle compiler output. It takes me a while to prepare the compile output, moving it from an rdesktop VM to somewhere I can copy it into an email from :)
Then there is the typing speed issue. IRC, at least for me, is more of a rapid-fire-distraction than a medium that provides a proper environment for thought. With email, I can send something to the list, go take care of what I need to do, check back in a few minutes, etc..., it doesn't tie me to a terminal...
I don't think you can beat the list for the iterative process of:
cmake bug found -> email to tdev -> Serghei fixes -> start build again -> compile bug found -> email to tdev -> Serghei suggests fix -> start build again -> another compile bug found -> email to tdev -> Serghei fixes -> start build again -> Wow, it WORKS! -> check build directory:
trinity-kdepim-1224004-1-x86_64.pkg.tar.xz
List works pretty darn good if you ask me :)
Great job Serghei!
On Sun, Mar 6, 2011 at 9:31 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
I don't know... I like dropping by the IRC for a quick question, but I think it is probably ill suited to handle compiler output. It takes me a while to prepare the compile output, moving it from an rdesktop VM to somewhere I can copy it into an email from :)
<snip>
http://pastebin.com/ can handle error output -- paste the error and provide the link on IRC.
Does your VM have Internet? If so, pastebin should work from there.
Quick discussion of errors, but if it's something that'll take awhile, then yes, email is better.
On 03/06/2011 10:12 PM, Kristopher Gamrat wrote:
http://pastebin.com/ can handle error output -- paste the error and provide the link on IRC.
Does your VM have Internet? If so, pastebin should work from there.
Quick discussion of errors, but if it's something that'll take awhile, then yes, email is better.
Thanks Kris,
Yes, Virtualbox VM are fully network capable. I'll use pastebin or just drop them to my server and provide a url for discussion on IRC.
(old dog .. new tricks :)
On Mon, Mar 7, 2011 at 1:33 AM, David C. Rankin drankinatty@suddenlinkmail.com wrote: <snip>
Yes, Virtualbox VM are fully network capable. I'll use pastebin or just drop them to my server and provide a url for discussion on IRC.
<snip>
I think most VMs are network capable, it's a matter of if they are actually network connected ;-)