arun_kpm

libqtelegram-ae-git

Oct 16th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. ../util/cryptoutils.cpp: In member function 'qint32 CryptoUtils::computeKeyFingerprint(const QByteArray&, const QByteArray&)':
  2. ../util/cryptoutils.cpp:329:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  3. qint32 keyFingerprint = (*(int *)md5) ^ (*(int *)(md5 + 4));
  4. ^~~
  5. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o decrypter.o ../secret/decrypter.cpp
  6. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o secretstate.o ../secret/secretstate.cpp
  7. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o secretchat.o ../secret/secretchat.cpp
  8. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o encrypter.o ../secret/encrypter.cpp
  9. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o outboundpkt.o ../core/outboundpkt.cpp
  10. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o settings.o ../core/settings.cpp
  11. g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DLIBQTELEGRAM_LIBRARY -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../libqtelegram-ae-git -I. -I/usr/include -I/usr/local/include -I/usr/include/qt -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o dcprovider.o ../core/dcprovider.cpp
  12. ../file/filehandler.cpp: In member function 'void FileHandler::onUploadSaveFilePartResult(qint64, bool, const QVariant&)':
  13. ../file/filehandler.cpp:236:37: error: no matching function for call to 'TelegramCore::photosUploadProfilePhoto(InputFile&, FileHandler::onUploadSaveFilePartResult(qint64, bool, const QVariant&)::<lambda(qint64, PhotosPhoto, TelegramCore::CallbackError)>, qint32)'
  14. }, op->timeOut());
  15. ^
  16. In file included from ../../libqtelegram-ae-git/telegram.h:34:0,
  17. from ../file/fileoperation.h:24,
  18. from ../file/filehandler.h:7,
  19. from ../file/filehandler.cpp:1:
  20. ../../libqtelegram-ae-git/telegram/telegramcore.h:223:20: note: candidate: virtual qint64 TelegramCore::photosUploadProfilePhoto(const InputFile&, const QString&, const InputGeoPoint&, const InputPhotoCrop&, TelegramCore::Callback<PhotosPhoto>, qint32)
  21. virtual qint64 photosUploadProfilePhoto(const InputFile &file, const QString &caption, const InputGeoPoint &geo_point, const InputPhotoCrop &crop, Callback<PhotosPhoto > callBack = 0, qint32 timeout = timeOut());
  22. ^~~~~~~~~~~~~~~~~~~~~~~~
  23. ../../libqtelegram-ae-git/telegram/telegramcore.h:223:20: note: candidate expects 6 arguments, 3 provided
  24. make: *** [Makefile:11926: filehandler.o] Error 1
  25. make: *** Waiting for unfinished jobs....
  26. ==> ERROR: A failure occurred in build().
  27. Aborting...
Add Comment
Please, Sign In to add comment