Δημοσιεύτηκε: 01 Δεκ 2011, 16:42
από anagno
Βρήκα τελικά ένα μέρος του προβλήματος... Είχε γίνει μετονομασία της βιβλιοθήκης GaMaLib σε GNU_gama::local ... Αλά δεν λύθηκαν όλα τα προβλήματα... Αυτά παραμένουν :

Κώδικας: Επιλογή όλων

************************************************
*** Now I will build program Rocinante ***
************************************************

make clean
make[1]: Entering directory `/home/anagno/Documents/roci-local'
#rm -f rocinante
rm -f obj/*
rm -f bin/*
rm -f `find . -name *~`
rm -f src/Makefile
if [ -e src/.qmake.internal.cache ]; then rm -f src/.qmake.internal.cache; fi
make[1]: Leaving directory `/home/anagno/Documents/roci-local'
make[1]: Entering directory `/home/anagno/Documents/roci-local/src'
g++ -c -m64 -pipe -Wall -pedantic -ansi -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -Igamalib -I../obj -o ../obj/about.o about.cpp
In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0,
from /usr/include/qt4/QtCore/qobjectdefs.h:45,
from /usr/include/qt4/QtGui/qwindowdefs.h:45,
from /usr/include/qt4/QtGui/qwidget.h:45,
from /usr/include/qt4/QtGui/qdialog.h:45,
from about.h:30,
from about.cpp:29:
/usr/include/qt4/QtCore/qglobal.h:852:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
/usr/include/qt4/QtCore/qglobal.h:853:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
g++ -c -m64 -pipe -Wall -pedantic -ansi -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -Igamalib -I../obj -o ../obj/config.o config.cpp
In file included from /usr/include/qt4/QtCore/qchar.h:45:0,
from /usr/include/qt4/QtCore/qstring.h:45,
from config.h:31,
from config.cpp:28:
/usr/include/qt4/QtCore/qglobal.h:852:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
/usr/include/qt4/QtCore/qglobal.h:853:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
In file included from gamalib/gnu_gama/local/network_gso.h:25:0,
from network.h:37,
from main_window.h:30,
from config.cpp:29:
gamalib/gnu_gama/local/network.h:199:51: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from network.h:37:0,
from main_window.h:30,
from config.cpp:29:
gamalib/gnu_gama/local/network_gso.h:50:37: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from network.h:38:0,
from main_window.h:30,
from config.cpp:29:
gamalib/gnu_gama/local/network_svd.h:50:37: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from main_window.h:31:0,
from config.cpp:29:
recently_files.h: In member function ‘void Rocinante::RecentlyFiles::addFile(const QString&)’:
recently_files.h:57:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
recently_files.h: In member function ‘void Rocinante::RecentlyFiles::set_max_stored_files(unsigned int)’:
recently_files.h:94:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -c -m64 -pipe -Wall -pedantic -ansi -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -Igamalib -I../obj -o ../obj/newfile.o newfile.cpp
In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0,
from /usr/include/qt4/QtCore/qobjectdefs.h:45,
from /usr/include/qt4/QtGui/qwindowdefs.h:45,
from /usr/include/qt4/QtGui/qwidget.h:45,
from /usr/include/qt4/QtGui/qdialog.h:45,
from newfile.h:29,
from newfile.cpp:31:
/usr/include/qt4/QtCore/qglobal.h:852:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
/usr/include/qt4/QtCore/qglobal.h:853:1: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
newfile.cpp: In constructor ‘Rocinante::NewFile::NewFile(QWidget*, const char*, bool, Qt::WFlags)’:
newfile.cpp:58:39: error: no matching function for call to ‘Q3VBoxLayout::addWidget(Q3IconView*&, int, int)’
newfile.cpp:58:39: note: candidate is:
/usr/include/qt4/QtGui/qboxlayout.h:85:10: note: void QBoxLayout::addWidget(QWidget*, int, Qt::Alignment)
/usr/include/qt4/QtGui/qboxlayout.h:85:10: note: no known conversion for argument 3 from ‘int’ to ‘Qt::Alignment {aka QFlags<Qt::AlignmentFlag>}’
make[1]: *** [../obj/newfile.o] Error 1
make[1]: Leaving directory `/home/anagno/Documents/roci-local/src'
make: *** [build] Error 2


Όποιος βοήθεια εκτιμάται απεριόριστα

Ευχαριστώ πολύ