oktay454
(Kemal Oktay Aktoğan)
Ekim 15, 2018, 10:18ös
1
Selamün Aleyküm
Antropi Teach yazılımı yerine GPL3 lisanslı özgür bir yazılım olan OpenBoard kullanılmasını daha güzel olur kanaatindeyim.
Pardus ekibinin OpenBoard yazılımını inceleyip depoya alması mümkün müdür acaba?
Resmi Sitesi:
http://openboard.ch/index.en.html
Kaynaktan İnşa Rehberi:
Debian 9 Sürümünde Derleme ile İlgili Hata Kaydı:
opened 09:01PM - 14 Jun 17 UTC
closed 11:54AM - 01 Jul 17 UTC
English version below.
Bonsoir, je tente de compiler OpenBoard sur Debian 9 (… Stretch) sur une architecture i686 (pas supportée par le paquet Ubuntu qui est pour amd64). En suivant les instructions du Readme, j'ai pu installer les dépendances du dépôt OpenBoard-ThirdParty mais je bloquais au qmake d'OpenBoard jusqu'à tomber sur https://github.com/OpenBoard-org/OpenBoard/wiki/Install. Je bloque désormais au make d'OpenBoard qui produit l'erreur copiée en fin de message.
Pour info, j'utilise Qt 5.7.1 et OpenSSL 1.1.0.
Good evening, I am trying to compile OpenBoard on Debian 9 (Stretch) on a i686 architecture (not suported by the Ubuntu package for amd64). Following the instructions on the Readme, I managed to install the dependencies from the OpenBoard-ThirdParty repository but I used to be blocked at OpenBoard's qmake until I found https://github.com/OpenBoard-org/OpenBoard/wiki/Install. I am now blocked at OpenBoard's make producing the following error message.
I use Qt5.7.1 and OpenSSL 1.1.0.
```
g++ -c -pipe -fopenmp -O2 -w -D_REENTRANT -fPIC -DQUAZIP_STATIC -DNO_THIRD_PARTY_WARNINGS -DUBVERSION="\"1.3.6."\" -DUBVERSION_RC=1,3,6,240,0 -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB -Isrc -I../OpenBoard-ThirdParty/zlib/1.2.8/include -I../OpenBoard-ThirdParty/xpdf/xpdf-3.04 -I../OpenBoard-ThirdParty/xpdf/xpdf-3.04/goo -I../OpenBoard-ThirdParty/xpdf/xpdf-3.04/splash -Isrc/web/browser -Isrc/pdf-merger -I../OpenBoard-ThirdParty/quazip -I../OpenBoard-ThirdParty/zlib/1.2.8/include -I../OpenBoard-ThirdParty/quazip/quazip-0.7.1 -I../OpenBoard-ThirdParty/qt/singleapplication -I../OpenBoard-ThirdParty/qt/singleapplication -I../OpenBoard-ThirdParty/qt/lockedfile -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtWebKitWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtWebKit -isystem /usr/include/i386-linux-gnu/qt5/QtSvg -isystem /usr/include/i386-linux-gnu/qt5/QtUiTools -isystem /usr/include/i386-linux-gnu/qt5/QtMultimediaWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtMultimedia -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtXmlPatterns -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtXml -isystem /usr/include/i386-linux-gnu/qt5/QtScript -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/linux/release/moc -Ibuild/linux/release/ui -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/linux/release/objects/UBApplication.o src/core/UBApplication.cpp
In file included from src/core/UBApplication.cpp:66:0:
src/frameworks/UBCryptoUtils.h:63:24: error: field ‘mAesEncryptContext’ has incomplete type ‘EVP_CIPHER_CTX {aka evp_cipher_ctx_st}’
EVP_CIPHER_CTX mAesEncryptContext;
^~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/evp.h:14:0,
from src/frameworks/UBCryptoUtils.h:34,
from src/core/UBApplication.cpp:66:
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
^~~~~~~~~~~~~~~~~
In file included from src/core/UBApplication.cpp:66:0:
src/frameworks/UBCryptoUtils.h:64:24: error: field ‘mAesDecryptContext’ has incomplete type ‘EVP_CIPHER_CTX {aka evp_cipher_ctx_st}’
EVP_CIPHER_CTX mAesDecryptContext;
^~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/evp.h:14:0,
from src/frameworks/UBCryptoUtils.h:34,
from src/core/UBApplication.cpp:66:
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
^~~~~~~~~~~~~~~~~
Makefile.Release:3530 : la recette pour la cible « build/linux/release/objects/UBApplication.o » a échouée
```
4 Beğeni
system
(system)
Kapattı,
Kasım 14, 2018, 10:18ös
2
Bu konu son cevaptan 30 gün sonra otomatik olarak kapatıldı. Yeni cevap girilmesine izin verilmiyor.