Last active
August 29, 2015 14:00
-
-
Save johnpbloch/711101bdf327fbbf0648 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Results of running "cmake .." from build: | |
-- The C compiler identification is GNU 4.8.1 | |
-- The CXX compiler identification is GNU 4.8.1 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Performing Test WERROR_C_AVAILABLE | |
-- Performing Test WERROR_C_AVAILABLE - Success | |
-- Performing Test WERROR_CXX_AVAILABLE | |
-- Performing Test WERROR_CXX_AVAILABLE - Success | |
-- Looking for Q_WS_X11 | |
-- Looking for Q_WS_X11 - found | |
-- Looking for Q_WS_WIN | |
-- Looking for Q_WS_WIN - not found | |
-- Looking for Q_WS_QWS | |
-- Looking for Q_WS_QWS - not found | |
-- Looking for Q_WS_MAC | |
-- Looking for Q_WS_MAC - not found | |
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.4", minimum required is "4.6.0") | |
-- Found Gcrypt: /lib/x86_64-linux-gnu/libgcrypt.so | |
-- Found LibMicroHTTPD: /usr/lib/x86_64-linux-gnu/libmicrohttpd.so | |
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") | |
-- Performing Test ZLIB_SUPPORTS_GZIP | |
-- Performing Test ZLIB_SUPPORTS_GZIP - Success | |
-- Performing Test HAVE_PR_SET_DUMPABLE | |
-- Performing Test HAVE_PR_SET_DUMPABLE - Success | |
-- Performing Test HAVE_RLIMIT_CORE | |
-- Performing Test HAVE_RLIMIT_CORE - Success | |
Qt5 not found, searching for Qt4 | |
-- Found Qt4: /usr/bin/qmake (found version "4.8.4") | |
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so | |
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found | |
-- Looking for gethostbyname | |
-- Looking for gethostbyname - found | |
-- Looking for connect | |
-- Looking for connect - found | |
-- Looking for remove | |
-- Looking for remove - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- Looking for IceConnectionNumber in ICE | |
-- Looking for IceConnectionNumber in ICE - found | |
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so | |
-- | |
-- The following features have been enabled: | |
* libXtest , The X11 XTEST Protocol library is required for auto-type | |
-- The following OPTIONAL packages have been found: | |
* X11 | |
-- The following REQUIRED packages have been found: | |
* Gcrypt | |
* LibMicroHTTPD | |
* ZLIB | |
* Qt4 | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/john/keepassx/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Results of running "make" in build: | |
[ 1%] Generating moc_serializerrunnable.cxx | |
[ 1%] Generating moc_parserrunnable.cxx | |
Scanning dependencies of target qjson | |
[ 1%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/parser.cpp.o | |
[ 1%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/qobjecthelper.cpp.o | |
[ 2%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/json_scanner.cpp.o | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc: In member function ‘virtual int JSonScanner::yylex()’: | |
json_scanner.cc:3316:70: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:132:56: note: in definition of macro ‘YY_SC_TO_UI’ | |
json_scanner.cc:3316:70: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:132:56: note: in definition of macro ‘YY_SC_TO_UI’ | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc:3081:34: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:3332:3: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’ | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc:3664:62: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In member function ‘int yyFlexLexer::yy_get_next_buffer()’: | |
json_scanner.cc:3919:53: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:3942:39: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:3955:28: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:3955:58: warning: use of old-style cast [-Wold-style-cast] | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc:3976:66: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:3214:38: note: in definition of macro ‘YY_INPUT’ | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc:4001:48: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4004:95: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4004:115: warning: use of old-style cast [-Wold-style-cast] | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc: In member function ‘yy_state_type yyFlexLexer::yy_get_previous_state()’: | |
json_scanner.cc:4031:61: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:132:56: note: in definition of macro ‘YY_SC_TO_UI’ | |
json_scanner.cc:4031:61: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:132:56: note: in definition of macro ‘YY_SC_TO_UI’ | |
In file included from /home/john/keepassx/src/http/qjson/src/json_scanner.cpp:21:0: | |
json_scanner.cc: In member function ‘void yyFlexLexer::yyunput(int, char*)’: | |
json_scanner.cc:4091:32: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4092:32: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4100:20: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In member function ‘int yyFlexLexer::yyinput()’: | |
json_scanner.cc:4167:36: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In member function ‘virtual yy_buffer_state* yyFlexLexer::yy_create_buffer(std::istream*, int)’: | |
json_scanner.cc:4245:66: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4254:54: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In member function ‘virtual void yyFlexLexer::yy_delete_buffer(YY_BUFFER_STATE)’: | |
json_scanner.cc:4276:48: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4279:22: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4281:18: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In member function ‘void yyFlexLexer::yyensure_buffer_stack()’: | |
json_scanner.cc:4406:9: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4426:9: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In function ‘void* yyalloc(yy_size_t)’: | |
json_scanner.cc:4491:31: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In function ‘void* yyrealloc(void*, yy_size_t)’: | |
json_scanner.cc:4503:36: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc:4503:46: warning: use of old-style cast [-Wold-style-cast] | |
json_scanner.cc: In function ‘void yyfree(void*)’: | |
json_scanner.cc:4508:17: warning: use of old-style cast [-Wold-style-cast] | |
[ 2%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/json_parser.cc.o | |
json_parser.cc: In member function ‘yy::json_parser::token_number_type yy::json_parser::yytranslate_(int)’: | |
json_parser.cc:1057:24: warning: use of old-style cast [-Wold-style-cast] | |
[ 2%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/parserrunnable.cpp.o | |
[ 3%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/serializer.cpp.o | |
/home/john/keepassx/src/http/qjson/src/serializer.cpp: In member function ‘QByteArray QJson::Serializer::SerializerPrivate::serialize(const QVariant&, bool*, int)’: | |
/home/john/keepassx/src/http/qjson/src/serializer.cpp:253:76: warning: use of old-style cast [-Wold-style-cast] | |
} else if (( v.type() == QVariant::Double) || ((QMetaType::Type)v.type() == QMetaType::Float)) { // a double or a float? | |
^ | |
[ 3%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/serializerrunnable.cpp.o | |
[ 3%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/moc_parserrunnable.cxx.o | |
[ 3%] Building CXX object src/http/qjson/src/CMakeFiles/qjson.dir/moc_serializerrunnable.cxx.o | |
Linking CXX static library libqjson.a | |
Copying OS X content src/http/qjson/src/Headers/parser.h | |
Copying OS X content src/http/qjson/src/Headers/parserrunnable.h | |
Copying OS X content src/http/qjson/src/Headers/qjson_export.h | |
Copying OS X content src/http/qjson/src/Headers/qobjecthelper.h | |
Copying OS X content src/http/qjson/src/Headers/serializer.h | |
Copying OS X content src/http/qjson/src/Headers/serializerrunnable.h | |
[ 3%] Built target qjson | |
[ 4%] Generating streams/moc_SymmetricCipherStream.cxx | |
[ 4%] Generating ui_AboutDialog.h | |
[ 4%] Generating ui_ChangeMasterKeyWidget.h | |
[ 5%] Generating ui_DatabaseOpenWidget.h | |
[ 5%] Generating ui_DatabaseSettingsWidget.h | |
[ 5%] Generating ui_EditWidget.h | |
[ 6%] Generating ui_EditWidgetIcons.h | |
[ 6%] Generating ui_EditWidgetProperties.h | |
[ 6%] Generating ui_MainWindow.h | |
/home/john/keepassx/src/gui/MainWindow.ui: Warning: action `actionSearch' not declared | |
[ 7%] Generating ui_PasswordGeneratorWidget.h | |
[ 7%] Generating ui_SearchWidget.h | |
[ 7%] Generating ui_SettingsWidgetGeneral.h | |
[ 7%] Generating ui_SettingsWidgetSecurity.h | |
[ 8%] Generating ui_WelcomeWidget.h | |
[ 8%] Generating ui_EditEntryWidgetAdvanced.h | |
[ 8%] Generating ui_EditEntryWidgetAutoType.h | |
[ 9%] Generating ui_EditEntryWidgetHistory.h | |
[ 9%] Generating ui_EditEntryWidgetMain.h | |
[ 9%] Generating ui_EditGroupWidgetMain.h | |
[ 10%] Generating ui_AccessControlDialog.h | |
[ 10%] Generating ui_HttpPasswordGeneratorWidget.h | |
[ 10%] Generating ui_OptionDialog.h | |
[ 10%] Generating autotype/moc_AutoType.cxx | |
[ 11%] Generating autotype/moc_AutoTypeSelectDialog.cxx | |
[ 11%] Generating autotype/moc_AutoTypeSelectView.cxx | |
[ 11%] Generating autotype/moc_ShortcutWidget.cxx | |
[ 12%] Generating autotype/moc_WindowSelectComboBox.cxx | |
[ 12%] Generating core/moc_AutoTypeAssociations.cxx | |
[ 12%] Generating core/moc_Config.cxx | |
[ 13%] Generating core/moc_Database.cxx | |
[ 13%] Generating core/moc_Entry.cxx | |
[ 13%] Generating core/moc_EntryAttachments.cxx | |
[ 13%] Generating core/moc_EntryAttributes.cxx | |
[ 14%] Generating core/moc_Group.cxx | |
[ 14%] Generating core/moc_InactivityTimer.cxx | |
[ 14%] Generating core/moc_Metadata.cxx | |
[ 15%] Generating core/moc_qsavefile.cxx | |
[ 15%] Generating gui/moc_AboutDialog.cxx | |
[ 15%] Generating gui/moc_Application.cxx | |
[ 16%] Generating gui/moc_ChangeMasterKeyWidget.cxx | |
[ 16%] Generating gui/moc_Clipboard.cxx | |
[ 16%] Generating gui/moc_DatabaseOpenWidget.cxx | |
[ 16%] Generating gui/moc_DatabaseSettingsWidget.cxx | |
[ 17%] Generating gui/moc_DatabaseTabWidget.cxx | |
[ 17%] Generating gui/moc_DatabaseWidget.cxx | |
[ 17%] Generating gui/moc_DialogyWidget.cxx | |
[ 18%] Generating gui/moc_DragTabBar.cxx | |
[ 18%] Generating gui/moc_EditWidget.cxx | |
[ 18%] Generating gui/moc_EditWidgetIcons.cxx | |
[ 19%] Generating gui/moc_EditWidgetProperties.cxx | |
[ 19%] Generating gui/moc_IconModels.cxx | |
[ 19%] Generating gui/moc_KeePass1OpenWidget.cxx | |
[ 19%] Generating gui/moc_LineEdit.cxx | |
[ 20%] Generating gui/moc_MainWindow.cxx | |
[ 20%] Generating gui/moc_PasswordEdit.cxx | |
[ 20%] Generating gui/moc_PasswordGeneratorWidget.cxx | |
[ 21%] Generating gui/moc_PasswordComboBox.cxx | |
[ 21%] Generating gui/moc_SettingsWidget.cxx | |
[ 21%] Generating gui/moc_SortFilterHideProxyModel.cxx | |
[ 22%] Generating gui/moc_UnlockDatabaseWidget.cxx | |
[ 22%] Generating gui/moc_WelcomeWidget.cxx | |
[ 22%] Generating gui/entry/moc_AutoTypeAssociationsModel.cxx | |
[ 22%] Generating gui/entry/moc_EditEntryWidget.cxx | |
[ 23%] Generating gui/entry/moc_EntryAttachmentsModel.cxx | |
[ 23%] Generating gui/entry/moc_EntryAttributesModel.cxx | |
[ 23%] Generating gui/entry/moc_EntryHistoryModel.cxx | |
[ 24%] Generating gui/entry/moc_EntryModel.cxx | |
[ 24%] Generating gui/entry/moc_EntryView.cxx | |
[ 24%] Generating gui/group/moc_EditGroupWidget.cxx | |
[ 25%] Generating gui/group/moc_GroupModel.cxx | |
[ 25%] Generating gui/group/moc_GroupView.cxx | |
[ 25%] Generating http/moc_AccessControlDialog.cxx | |
[ 25%] Generating http/moc_EntryConfig.cxx | |
[ 26%] Generating http/moc_HttpPasswordGeneratorWidget.cxx | |
[ 26%] Generating http/moc_OptionDialog.cxx | |
[ 26%] Generating http/moc_Protocol.cxx | |
[ 27%] Generating http/moc_Server.cxx | |
[ 27%] Generating http/moc_Service.cxx | |
[ 27%] Generating keys/moc_CompositeKey_p.cxx | |
[ 28%] Generating streams/moc_HashedBlockStream.cxx | |
[ 28%] Generating streams/moc_LayeredStream.cxx | |
[ 28%] Generating streams/moc_qtiocompressor.cxx | |
[ 28%] Generating streams/moc_StoreDataStream.cxx | |
Scanning dependencies of target keepassx_core | |
[ 28%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/AutoType.cpp.o | |
[ 28%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/AutoTypeAction.cpp.o | |
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/AutoTypeSelectDialog.cpp.o | |
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/AutoTypeSelectView.cpp.o | |
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/ShortcutWidget.cpp.o | |
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/WildcardMatcher.cpp.o | |
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/WindowSelectComboBox.cpp.o | |
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o | |
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Config.cpp.o | |
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Database.cpp.o | |
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/DatabaseIcons.cpp.o | |
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Endian.cpp.o | |
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Entry.cpp.o | |
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o | |
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o | |
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/FilePath.cpp.o | |
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Group.cpp.o | |
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o | |
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o | |
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o | |
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/qsavefile.cpp.o | |
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o | |
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o | |
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o | |
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Tools.cpp.o | |
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Uuid.cpp.o | |
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/qcommandlineoption.cpp.o | |
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/qcommandlineparser.cpp.o | |
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o | |
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o | |
/home/john/keepassx/src/crypto/CryptoHash.cpp: In constructor ‘CryptoHash::CryptoHash(CryptoHash::Algorithm)’: | |
/home/john/keepassx/src/crypto/CryptoHash.cpp:50:18: warning: unused variable ‘error’ [-Wunused-variable] | |
gcry_error_t error = gcry_md_open(&d->ctx, algoGcrypt, 0); | |
^ | |
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o | |
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o | |
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/SymmetricCipherGcrypt.cpp.o | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In constructor ‘SymmetricCipherGcrypt::SymmetricCipherGcrypt(SymmetricCipher::Algorithm, SymmetricCipher::Mode, SymmetricCipher::Direction)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:32:18: warning: variable ‘error’ set but not used [-Wunused-but-set-variable] | |
gcry_error_t error; | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual void SymmetricCipherGcrypt::setKey(const QByteArray&)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:89:18: warning: unused variable ‘error’ [-Wunused-variable] | |
gcry_error_t error = gcry_cipher_setkey(m_ctx, m_key.constData(), m_key.size()); | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual void SymmetricCipherGcrypt::setIv(const QByteArray&)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:96:18: warning: unused variable ‘error’ [-Wunused-variable] | |
gcry_error_t error = gcry_cipher_setiv(m_ctx, m_iv.constData(), m_iv.size()); | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual QByteArray SymmetricCipherGcrypt::process(const QByteArray&)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:107:18: warning: variable ‘error’ set but not used [-Wunused-but-set-variable] | |
gcry_error_t error; | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual void SymmetricCipherGcrypt::processInPlace(QByteArray&)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:125:18: warning: variable ‘error’ set but not used [-Wunused-but-set-variable] | |
gcry_error_t error; | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual void SymmetricCipherGcrypt::processInPlace(QByteArray&, quint64)’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:141:18: warning: variable ‘error’ set but not used [-Wunused-but-set-variable] | |
gcry_error_t error; | |
^ | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp: In member function ‘virtual void SymmetricCipherGcrypt::reset()’: | |
/home/john/keepassx/src/crypto/SymmetricCipherGcrypt.cpp:162:18: warning: variable ‘error’ set but not used [-Wunused-but-set-variable] | |
gcry_error_t error; | |
^ | |
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o | |
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o | |
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o | |
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o | |
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2XmlReader.cpp.o | |
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2XmlWriter.cpp.o | |
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o | |
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Application.cpp.o | |
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/ChangeMasterKeyWidget.cpp.o | |
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o | |
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o | |
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseSettingsWidget.cpp.o | |
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o | |
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o | |
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o | |
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DragTabBar.cpp.o | |
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o | |
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o | |
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o | |
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o | |
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o | |
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/KeePass1OpenWidget.cpp.o | |
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/LineEdit.cpp.o | |
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o | |
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o | |
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/PasswordEdit.cpp.o | |
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o | |
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/PasswordComboBox.cpp.o | |
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o | |
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o | |
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/UnlockDatabaseWidget.cpp.o | |
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o | |
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o | |
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o | |
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o | |
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o | |
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o | |
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o | |
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o | |
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o | |
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o | |
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o | |
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/AccessControlDialog.cpp.o | |
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/EntryConfig.cpp.o | |
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/HttpPasswordGeneratorWidget.cpp.o | |
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/HttpSettings.cpp.o | |
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/OptionDialog.cpp.o | |
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/Protocol.cpp.o | |
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/Server.cpp.o | |
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/Service.cpp.o | |
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o | |
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o | |
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o | |
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o | |
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o | |
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o | |
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o | |
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o | |
[ 55%] Building C object src/CMakeFiles/keepassx_core.dir/crypto/salsa20/salsa20.c.o | |
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/SymmetricCipherSalsa20.cpp.o | |
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/moc_AutoType.cxx.o | |
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/moc_AutoTypeSelectDialog.cxx.o | |
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/moc_AutoTypeSelectView.cxx.o | |
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/moc_ShortcutWidget.cxx.o | |
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/autotype/moc_WindowSelectComboBox.cxx.o | |
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_AutoTypeAssociations.cxx.o | |
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_Config.cxx.o | |
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_Database.cxx.o | |
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_Entry.cxx.o | |
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_EntryAttachments.cxx.o | |
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_EntryAttributes.cxx.o | |
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_Group.cxx.o | |
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_InactivityTimer.cxx.o | |
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_Metadata.cxx.o | |
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/moc_qsavefile.cxx.o | |
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_AboutDialog.cxx.o | |
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_Application.cxx.o | |
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_ChangeMasterKeyWidget.cxx.o | |
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_Clipboard.cxx.o | |
[ 62%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DatabaseOpenWidget.cxx.o | |
[ 62%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DatabaseSettingsWidget.cxx.o | |
[ 62%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DatabaseTabWidget.cxx.o | |
[ 63%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DatabaseWidget.cxx.o | |
[ 63%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DialogyWidget.cxx.o | |
[ 63%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_DragTabBar.cxx.o | |
[ 63%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_EditWidget.cxx.o | |
[ 64%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_EditWidgetIcons.cxx.o | |
[ 64%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_EditWidgetProperties.cxx.o | |
[ 64%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_IconModels.cxx.o | |
[ 65%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_KeePass1OpenWidget.cxx.o | |
[ 65%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_LineEdit.cxx.o | |
[ 65%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_MainWindow.cxx.o | |
[ 66%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_PasswordEdit.cxx.o | |
[ 66%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_PasswordGeneratorWidget.cxx.o | |
[ 66%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_PasswordComboBox.cxx.o | |
[ 66%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_SettingsWidget.cxx.o | |
[ 67%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_SortFilterHideProxyModel.cxx.o | |
[ 67%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_UnlockDatabaseWidget.cxx.o | |
[ 67%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/moc_WelcomeWidget.cxx.o | |
[ 68%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_AutoTypeAssociationsModel.cxx.o | |
[ 68%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EditEntryWidget.cxx.o | |
[ 68%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EntryAttachmentsModel.cxx.o | |
[ 69%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EntryAttributesModel.cxx.o | |
[ 69%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EntryHistoryModel.cxx.o | |
[ 69%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EntryModel.cxx.o | |
[ 69%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/moc_EntryView.cxx.o | |
[ 70%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/moc_EditGroupWidget.cxx.o | |
[ 70%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/moc_GroupModel.cxx.o | |
[ 70%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/moc_GroupView.cxx.o | |
[ 71%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_AccessControlDialog.cxx.o | |
[ 71%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_EntryConfig.cxx.o | |
[ 71%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_HttpPasswordGeneratorWidget.cxx.o | |
[ 72%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_OptionDialog.cxx.o | |
[ 72%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_Protocol.cxx.o | |
[ 72%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_Server.cxx.o | |
[ 72%] Building CXX object src/CMakeFiles/keepassx_core.dir/http/moc_Service.cxx.o | |
[ 73%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/moc_CompositeKey_p.cxx.o | |
[ 73%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/moc_HashedBlockStream.cxx.o | |
[ 73%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/moc_LayeredStream.cxx.o | |
[ 74%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/moc_qtiocompressor.cxx.o | |
[ 74%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/moc_StoreDataStream.cxx.o | |
[ 74%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/moc_SymmetricCipherStream.cxx.o | |
Linking CXX static library libkeepassx_core.a | |
[ 74%] Built target keepassx_core | |
[ 74%] Generating qrc_qprogressindicatorspinning_nonmac.cxx | |
[ 74%] Generating moc_qsearchfield.cxx | |
[ 74%] Generating moc_qbutton.cxx | |
[ 74%] Generating moc_qprogressindicatorspinning.cxx | |
[ 75%] Generating qrc_qsearchfield_nonmac.cxx | |
Scanning dependencies of target Qocoa | |
[ 75%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/qsearchfield_nonmac.cpp.o | |
[ 76%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/qbutton_nonmac.cpp.o | |
[ 76%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/qprogressindicatorspinning_nonmac.cpp.o | |
[ 76%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/moc_qsearchfield.cxx.o | |
[ 77%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/moc_qbutton.cxx.o | |
[ 77%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/moc_qprogressindicatorspinning.cxx.o | |
[ 77%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/qrc_qsearchfield_nonmac.cxx.o | |
[ 77%] Building CXX object src/gui/qocoa/CMakeFiles/Qocoa.dir/qrc_qprogressindicatorspinning_nonmac.cxx.o | |
Linking CXX static library libQocoa.a | |
[ 77%] Built target Qocoa | |
Scanning dependencies of target keepassx | |
[ 77%] Building CXX object src/CMakeFiles/keepassx.dir/main.cpp.o | |
Linking CXX executable keepassx | |
[ 77%] Built target keepassx | |
[ 77%] Generating moc_AutoTypeX11.cxx | |
Scanning dependencies of target keepassx-autotype-x11 | |
[ 78%] Building CXX object src/autotype/x11/CMakeFiles/keepassx-autotype-x11.dir/AutoTypeX11.cpp.o | |
[ 78%] Building CXX object src/autotype/x11/CMakeFiles/keepassx-autotype-x11.dir/moc_AutoTypeX11.cxx.o | |
Linking CXX shared module libkeepassx-autotype-x11.so | |
[ 78%] Built target keepassx-autotype-x11 | |
[ 79%] Generating moc_TestAutoType.cxx | |
Scanning dependencies of target testautotype | |
[ 79%] Building CXX object tests/CMakeFiles/testautotype.dir/TestAutoType.cpp.o | |
[ 79%] Building CXX object tests/CMakeFiles/testautotype.dir/moc_TestAutoType.cxx.o | |
Linking CXX executable testautotype | |
[ 79%] Built target testautotype | |
[ 79%] Generating moc_AutoTypeTest.cxx | |
Scanning dependencies of target keepassx-autotype-test | |
[ 80%] Building CXX object src/autotype/test/CMakeFiles/keepassx-autotype-test.dir/AutoTypeTest.cpp.o | |
[ 80%] Building CXX object src/autotype/test/CMakeFiles/keepassx-autotype-test.dir/moc_AutoTypeTest.cxx.o | |
Linking CXX shared module libkeepassx-autotype-test.so | |
[ 80%] Built target keepassx-autotype-test | |
Scanning dependencies of target kdbx-extract | |
[ 81%] Building CXX object utils/CMakeFiles/kdbx-extract.dir/kdbx-extract.cpp.o | |
Linking CXX executable kdbx-extract | |
[ 81%] Built target kdbx-extract | |
[ 82%] Generating moc_modeltest.cxx | |
Scanning dependencies of target modeltest | |
[ 82%] Building CXX object tests/CMakeFiles/modeltest.dir/modeltest.cpp.o | |
[ 82%] Building CXX object tests/CMakeFiles/modeltest.dir/moc_modeltest.cxx.o | |
Linking CXX static library libmodeltest.a | |
[ 82%] Built target modeltest | |
[ 83%] Generating moc_TestCryptoHash.cxx | |
Scanning dependencies of target testcryptohash | |
[ 83%] Building CXX object tests/CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o | |
[ 83%] Building CXX object tests/CMakeFiles/testcryptohash.dir/moc_TestCryptoHash.cxx.o | |
Linking CXX executable testcryptohash | |
[ 83%] Built target testcryptohash | |
[ 84%] Generating moc_TestDeletedObjects.cxx | |
Scanning dependencies of target testdeletedobjects | |
[ 84%] Building CXX object tests/CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o | |
[ 84%] Building CXX object tests/CMakeFiles/testdeletedobjects.dir/moc_TestDeletedObjects.cxx.o | |
Linking CXX executable testdeletedobjects | |
[ 84%] Built target testdeletedobjects | |
[ 84%] Generating moc_TestEntry.cxx | |
Scanning dependencies of target testentry | |
[ 85%] Building CXX object tests/CMakeFiles/testentry.dir/TestEntry.cpp.o | |
[ 85%] Building CXX object tests/CMakeFiles/testentry.dir/moc_TestEntry.cxx.o | |
Linking CXX executable testentry | |
[ 85%] Built target testentry | |
[ 85%] Generating moc_TestEntryModel.cxx | |
Scanning dependencies of target testentrymodel | |
[ 86%] Building CXX object tests/CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o | |
[ 86%] Building CXX object tests/CMakeFiles/testentrymodel.dir/moc_TestEntryModel.cxx.o | |
Linking CXX executable testentrymodel | |
[ 86%] Built target testentrymodel | |
[ 86%] Generating moc_TestGroup.cxx | |
Scanning dependencies of target testgroup | |
[ 87%] Building CXX object tests/CMakeFiles/testgroup.dir/TestGroup.cpp.o | |
[ 87%] Building CXX object tests/CMakeFiles/testgroup.dir/moc_TestGroup.cxx.o | |
Linking CXX executable testgroup | |
[ 87%] Built target testgroup | |
[ 87%] Generating moc_TestGroupModel.cxx | |
Scanning dependencies of target testgroupmodel | |
[ 87%] Building CXX object tests/CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o | |
[ 88%] Building CXX object tests/CMakeFiles/testgroupmodel.dir/moc_TestGroupModel.cxx.o | |
Linking CXX executable testgroupmodel | |
[ 88%] Built target testgroupmodel | |
[ 88%] Generating moc_TestHashedBlockStream.cxx | |
Scanning dependencies of target testhashedblockstream | |
[ 88%] Building CXX object tests/CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o | |
[ 89%] Building CXX object tests/CMakeFiles/testhashedblockstream.dir/moc_TestHashedBlockStream.cxx.o | |
Linking CXX executable testhashedblockstream | |
[ 89%] Built target testhashedblockstream | |
[ 89%] Generating moc_TestKeePass1Reader.cxx | |
Scanning dependencies of target testkeepass1reader | |
[ 89%] Building CXX object tests/CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o | |
[ 90%] Building CXX object tests/CMakeFiles/testkeepass1reader.dir/moc_TestKeePass1Reader.cxx.o | |
Linking CXX executable testkeepass1reader | |
[ 90%] Built target testkeepass1reader | |
[ 90%] Generating moc_TestKeePass2RandomStream.cxx | |
Scanning dependencies of target testkeepass2randomstream | |
[ 90%] Building CXX object tests/CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o | |
[ 90%] Building CXX object tests/CMakeFiles/testkeepass2randomstream.dir/moc_TestKeePass2RandomStream.cxx.o | |
Linking CXX executable testkeepass2randomstream | |
[ 90%] Built target testkeepass2randomstream | |
[ 91%] Generating moc_TestKeePass2Reader.cxx | |
Scanning dependencies of target testkeepass2reader | |
[ 91%] Building CXX object tests/CMakeFiles/testkeepass2reader.dir/TestKeePass2Reader.cpp.o | |
[ 91%] Building CXX object tests/CMakeFiles/testkeepass2reader.dir/moc_TestKeePass2Reader.cxx.o | |
Linking CXX executable testkeepass2reader | |
[ 91%] Built target testkeepass2reader | |
[ 92%] Generating moc_TestKeePass2Writer.cxx | |
Scanning dependencies of target testkeepass2writer | |
[ 92%] Building CXX object tests/CMakeFiles/testkeepass2writer.dir/TestKeePass2Writer.cpp.o | |
[ 92%] Building CXX object tests/CMakeFiles/testkeepass2writer.dir/moc_TestKeePass2Writer.cxx.o | |
Linking CXX executable testkeepass2writer | |
[ 92%] Built target testkeepass2writer | |
[ 93%] Generating moc_TestKeePass2XmlReader.cxx | |
Scanning dependencies of target testkeepass2xmlreader | |
[ 93%] Building CXX object tests/CMakeFiles/testkeepass2xmlreader.dir/TestKeePass2XmlReader.cpp.o | |
[ 93%] Building CXX object tests/CMakeFiles/testkeepass2xmlreader.dir/moc_TestKeePass2XmlReader.cxx.o | |
Linking CXX executable testkeepass2xmlreader | |
[ 93%] Built target testkeepass2xmlreader | |
[ 93%] Generating moc_TestKeys.cxx | |
Scanning dependencies of target testkeys | |
[ 94%] Building CXX object tests/CMakeFiles/testkeys.dir/TestKeys.cpp.o | |
[ 94%] Building CXX object tests/CMakeFiles/testkeys.dir/moc_TestKeys.cxx.o | |
Linking CXX executable testkeys | |
[ 94%] Built target testkeys | |
[ 94%] Generating moc_TestModified.cxx | |
Scanning dependencies of target testmodified | |
[ 95%] Building CXX object tests/CMakeFiles/testmodified.dir/TestModified.cpp.o | |
[ 95%] Building CXX object tests/CMakeFiles/testmodified.dir/moc_TestModified.cxx.o | |
Linking CXX executable testmodified | |
[ 95%] Built target testmodified | |
[ 95%] Generating moc_TestQCommandLineParser.cxx | |
Scanning dependencies of target testqcommandlineparser | |
[ 96%] Building CXX object tests/CMakeFiles/testqcommandlineparser.dir/TestQCommandLineParser.cpp.o | |
[ 96%] Building CXX object tests/CMakeFiles/testqcommandlineparser.dir/moc_TestQCommandLineParser.cxx.o | |
Linking CXX executable testqcommandlineparser | |
[ 96%] Built target testqcommandlineparser | |
[ 96%] Generating moc_TestQSaveFile.cxx | |
Scanning dependencies of target testqsavefile | |
[ 96%] Building CXX object tests/CMakeFiles/testqsavefile.dir/TestQSaveFile.cpp.o | |
[ 97%] Building CXX object tests/CMakeFiles/testqsavefile.dir/moc_TestQSaveFile.cxx.o | |
Linking CXX executable testqsavefile | |
[ 97%] Built target testqsavefile | |
[ 97%] Generating moc_TestRandom.cxx | |
Scanning dependencies of target testrandom | |
[ 97%] Building CXX object tests/CMakeFiles/testrandom.dir/TestRandom.cpp.o | |
[ 98%] Building CXX object tests/CMakeFiles/testrandom.dir/moc_TestRandom.cxx.o | |
Linking CXX executable testrandom | |
[ 98%] Built target testrandom | |
[ 98%] Generating moc_TestSymmetricCipher.cxx | |
Scanning dependencies of target testsymmetriccipher | |
[ 98%] Building CXX object tests/CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o | |
[ 99%] Building CXX object tests/CMakeFiles/testsymmetriccipher.dir/moc_TestSymmetricCipher.cxx.o | |
Linking CXX executable testsymmetriccipher | |
[ 99%] Built target testsymmetriccipher | |
[ 99%] Generating moc_TestWildcardMatcher.cxx | |
Scanning dependencies of target testwildcardmatcher | |
[ 99%] Building CXX object tests/CMakeFiles/testwildcardmatcher.dir/TestWildcardMatcher.cpp.o | |
[100%] Building CXX object tests/CMakeFiles/testwildcardmatcher.dir/moc_TestWildcardMatcher.cxx.o | |
Linking CXX executable testwildcardmatcher | |
[100%] Built target testwildcardmatcher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment