Closed  
(?) hours
normal
importance
Bug #461

Compilieren unter Linux

posted in Unknown by davidak


...klappt bei mir immer noch nicht.

Ich habe ein frisches Ubuntu 9.10 und tue dann folgendes.

1. Packete installieren:

sudo apt-get install ###

(Das sollte in der Doku so ergänzt werden das man es als befehl kopieren kann)

gcc
g++
cmake
subversion
-> "Qt"???
libasio-dev
boinc-dev
libperl-dev

Also wie es aussieht ist nur Qt + dev packete unklar, ich hab jetzt alles biusauf das installiert.

Title:
Status: Comment:

Click here to submit a comment and change bug information at once.
Expenditure of time: hours
(zero means unknown)
Importance:
In focus of development:
Who are you?
What's your e-mail address?
Password
(only Team members!)

Comments


Status message from System
The Bug has been closed.

Status message from System
The estimated time needed to fix this bug has been set to 0.05 hours.

Comment #3
from Tobias Schulz
Hallo,

Das Paket heißt libqt4-dev, ich habe es ergänzt.

Gruß
Tobias

Comment #4
from davidak
Ich bekomme immernoch jede Menge Fehler.

-----

davidak@ubuntu-aldikiste:~$ cd Desktop/hal2009/
davidak@ubuntu-aldikiste:~/Desktop/hal2009$ ./configure
-- Configuring done
CMake Error in CMakeLists.txt:
Cannot find source file "boinc_graphics2.a". Tried extensions .c .C .c++
.cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


-- Build files have been written to: /home/davidak/Desktop/hal2009
davidak@ubuntu-aldikiste:~/Desktop/hal2009$ make hal2009-server
cc hal2009-server.c -o hal2009-server
In file included from hal2009-sql-universal.c:26,
from hal2009-sql.c:23,
from hal2009.h:341,
from hal2009-server.c:22:
hal2009-universal.c: In function ‘can_be_a_pointer’:
hal2009-universal.c:60: warning: integer overflow in expression
hal2009-universal.c: In function ‘add_synonyms_by_string’:
hal2009-universal.c:133: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
In file included from hal2009-sql-universal.c:26,
from hal2009-sql.c:23,
from hal2009.h:341,
from hal2009-server.c:22:
hal2009-universal.c: In function ‘add_synonyms_by_search’:
hal2009-universal.c:170: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:223: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
hal2009-universal.c:248: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
hal2009-universal.c: In function ‘search_synonyms’:
hal2009-universal.c:267: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
hal2009-universal.c:290: warning: format ‘%p’ expects type ‘void *’, but argument 4 has type ‘int’
hal2009-universal.c: In function ‘from_number’:
hal2009-universal.c:407: warning: function returns address of local variable
hal2009-universal.c: In function ‘is_bad’:
hal2009-universal.c:411: warning: passing argument 1 of ‘can_be_a_pointer’ discards qualifiers from pointer target type
hal2009-universal.c:57: note: expected ‘void *’ but argument is of type ‘const char *’
In file included from hal2009-sql-universal.c:26,
from hal2009-sql.c:23,
from hal2009.h:341,
from hal2009-server.c:22:
hal2009-universal.c: In function ‘matches’:
hal2009-universal.c:499: warning: return makes integer from pointer without a cast
hal2009-universal.c:524: warning: return makes integer from pointer without a cast
hal2009-universal.c: In function ‘fact_matches_entity_by_entity’:
hal2009-universal.c:552: warning: comparison between pointer and integer
hal2009-universal.c:563: warning: comparison between pointer and integer
hal2009-universal.c:582: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘filter_fact_by_rules’:
hal2009-universal.c:987: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c: In function ‘filter_list_by_rules’:
hal2009-universal.c:999: warning: comparison between pointer and integer
hal2009-universal.c:1002: warning: comparison between pointer and integer
hal2009-universal.c:1005: warning: comparison between pointer and integer
hal2009-universal.c:1010: warning: comparison between pointer and integer
hal2009-universal.c:1019: warning: comparison between pointer and integer
hal2009-universal.c:1021: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:1029: warning: comparison between pointer and integer
hal2009-universal.c:1031: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c: In function ‘search_in_net’:
hal2009-universal.c:1070: warning: assignment from incompatible pointer type
hal2009-universal.c:1073: warning: passing argument 1 of ‘search_facts_for_words_in_net’ from incompatible pointer type
hal2009-universal.c:1042: note: expected ‘struct word ***’ but argument is of type ‘struct fact ***’
hal2009-universal.c: In function ‘count_list’:
hal2009-universal.c:1103: warning: comparison between pointer and integer
hal2009-universal.c:1104: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘delete_in_first_if_second’:
hal2009-universal.c:1123: warning: comparison between pointer and integer
hal2009-universal.c:1129: warning: comparison between pointer and integer
hal2009-universal.c:1140: warning: comparison between pointer and integer
hal2009-universal.c:1152: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘search_facts_simple’:
hal2009-universal.c:1218: warning: comparison between pointer and integer
hal2009-universal.c:1223: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c: In function ‘search_facts_deep’:
hal2009-universal.c:1474: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘search_facts_thesaurus’:
hal2009-universal.c:1600: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘search_facts’:
hal2009-universal.c:1631: warning: passing argument 1 of ‘count_list’ from incompatible pointer type
hal2009-universal.c:1101: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:1650: warning: passing argument 1 of ‘count_list’ from incompatible pointer type
hal2009-universal.c:1101: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:1670: warning: passing argument 1 of ‘count_list’ from incompatible pointer type
hal2009-universal.c:1101: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:1694: warning: passing argument 1 of ‘count_list’ from incompatible pointer type
hal2009-universal.c:1101: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c:1711: warning: passing argument 1 of ‘count_list’ from incompatible pointer type
hal2009-universal.c:1101: note: expected ‘void **’ but argument is of type ‘struct fact **’
hal2009-universal.c: In function ‘append_on_dataset_record’:
hal2009-universal.c:1829: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘as_dataset’:
hal2009-universal.c:1873: warning: comparison between pointer and integer
hal2009-universal.c: In function ‘is_a_trivial_word’:
hal2009-universal.c:1908: warning: passing argument 1 of ‘can_be_a_pointer’ discards qualifiers from pointer target type
hal2009-universal.c:57: note: expected ‘void *’ but argument is of type ‘const char *’
hal2009-universal.c: In function ‘is_conditional_questionword’:
hal2009-universal.c:1947: warning: passing argument 1 of ‘can_be_a_pointer’ discards qualifiers from pointer target type
hal2009-universal.c:57: note: expected ‘void *’ but argument is of type ‘const char *’
hal2009-universal.c: In function ‘small_identifier’:
hal2009-universal.c:2003: warning: function returns address of local variable
In file included from hal2009-sql-universal.c:27,
from hal2009-sql.c:23,
from hal2009.h:341,
from hal2009-server.c:22:
hal2009-ram.c: In function ‘ram_set_word’:
hal2009-ram.c:235: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘void **’
hal2009-ram.c:235: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long int’
hal2009-ram.c:253: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘void *’
hal2009-ram.c:253: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long int’
hal2009-ram.c: In function ‘ram_search_facts_for_words_in_net’:
hal2009-ram.c:261: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘struct word ***’
hal2009-ram.c:273: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
hal2009-ram.c:273: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘struct word *’
hal2009-ram.c: In function ‘ram_search_clauses’:
hal2009-ram.c:323: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘struct fact *’
hal2009-ram.c:338: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
hal2009-ram.c: In function ‘ram_set_to_invalid_value’:
hal2009-ram.c:345: warning: assignment makes pointer from integer without a cast
In file included from hal2009-sql-universal.c:28,
from hal

Status message from System
The Bug has been reopened.

Status message from System
The Bug has been closed.

Comment #7
from Tobias Schulz
Hallo davidak,

Schau dir mal das Update an.

Gruß
Tobias

Comment #8
from davidak
configure funktioniert mit warnungen.
cmake auch mit warnungen

qmake ohne ausgabe(0k?)

GUI lässt sich nicht kompilieren:

Makefile:248: Warnung: Die Befehle für das Ziel »ui_view.h« werden überschrieben
Makefile:227: Warnung: Alte Befehle für das Ziel »ui_view.h« werden ignoriert
make: *** Keine Regel, um »hal2009-server« zu erstellen. Schluss.

Ohne GUI starten geht auch nicht mehr mit "./hal2009" mit -server startet es man kann aber nichts machen (wie es sein soll).

--------

Ausgecheckt, Revision 749.
davidak@ubuntu-aldikiste:~$ cd hal2009/
davidak@ubuntu-aldikiste:~/hal2009$ ./configure
add_executable (hal2009-boinc hal2009-boinc.cpp hal2009-boinc.c hal2009-wiki-dummy.c hal2009-perl6-dummy.c /usr/lib/libperl.a hal2009-perl5.c sqlite3.c /usr/lib/boinc_graphics2.a /usr/lib/boinc_zip.a /usr/lib/boinc_api.a /usr/lib/boinc.a extract_with_unzipper.c unzipper.c unzip.c ioapi.c)
target_link_libraries (hal2009-boinc m crypt pthread dl boinc_api boinc_zip boinc_graphics2 boinc z /usr/lib/libperl.a)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/davidak/hal2009
davidak@ubuntu-aldikiste:~/hal2009$ make hal2009-server
Scanning dependencies of target hal2009-server
[ 11%] Building CXX object CMakeFiles/hal2009-server.dir/hal2009-server.cpp.o
/home/davidak/hal2009/hal2009-server.cpp: In function ‘void* hal2009_netcom_do_accept(void*)’:
/home/davidak/hal2009/hal2009-server.cpp:211: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘boost::asio::basic_socket_iostream >*’
/home/davidak/hal2009/hal2009-server.cpp: In function ‘void* hal2009_netcom_do_give(void*)’:
/home/davidak/hal2009/hal2009-server.cpp:248: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘const char*’
/home/davidak/hal2009/hal2009-server.cpp: In function ‘int main(int, char**)’:
/home/davidak/hal2009/hal2009-server.cpp:895: warning: deprecated conversion from string constant to ‘char*’
/home/davidak/hal2009/hal2009-server.cpp:904: warning: deprecated conversion from string constant to ‘char*’
/home/davidak/hal2009/hal2009-server.cpp: In function ‘void hal2009_handle_signal(void*)’:
/home/davidak/hal2009/hal2009-server.cpp:959: warning: deprecated conversion from string constant to ‘char*’
/home/davidak/hal2009/hal2009-server.cpp:970: warning: format ‘%98[a-zA-Z’ expects type ‘char*’, but argument 3 has type ‘char (*)[99]’
[ 22%] Building C object CMakeFiles/hal2009-server.dir/hal2009-server.c.o
In file included from /home/davidak/hal2009/hal2009-sql-universal.c:26,
from /home/davidak/hal2009/hal2009-sql.c:23,
from /home/davidak/hal2009/hal2009.h:341,
from /home/davidak/hal2009/hal2009-server.c:22:
/home/davidak/hal2009/hal2009-universal.c: In function ‘can_be_a_pointer’:
/home/davidak/hal2009/hal2009-universal.c:60: warning: integer overflow in expression
/home/davidak/hal2009/hal2009-universal.c: In function ‘add_synonyms_by_string’:
/home/davidak/hal2009/hal2009-universal.c:133: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
In file included from /home/davidak/hal2009/hal2009-sql-universal.c:26,
from /home/davidak/hal2009/hal2009-sql.c:23,
from /home/davidak/hal2009/hal2009.h:341,
from /home/davidak/hal2009/hal2009-server.c:22:
/home/davidak/hal2009/hal2009-universal.c: In function ‘add_synonyms_by_search’:
/home/davidak/hal2009/hal2009-universal.c:170: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
/home/davidak/hal2009/hal2009-universal.c:223: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
/home/davidak/hal2009/hal2009-universal.c:248: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
/home/davidak/hal2009/hal2009-universal.c: In function ‘search_synonyms’:
/home/davidak/hal2009/hal2009-universal.c:267: warning: format ‘%p’ expects type ‘void *’, but argument 3 has type ‘int’
/home/davidak/hal2009/hal2009-universal.c:290: warning: format ‘%p’ expects type ‘void *’, but argument 4 has type ‘int’
/home/davidak/hal2009/hal2009-universal.c: In function ‘from_number’:
/home/davidak/hal2009/hal2009-universal.c:407: warning: function returns address of local variable
/home/davidak/hal2009/hal2009-universal.c: In function ‘is_bad’:
/home/davidak/hal2009/hal2009-universal.c:411: warning: passing argument 1 of ‘can_be_a_pointer’ discards qualifiers from pointer target type
/home/davidak/hal2009/hal2009-universal.c:57: note: expected ‘void *’ but argument is of type ‘const char *’
In file included from /home/davidak/hal2009/hal2009-sql-universal.c:26,
from /home/davidak/hal2009/hal2009-sql.c:23,
from /home/davidak/hal2009/hal2009.h:341,
from /home/davidak/hal2009/hal2009-server.c:22:
/home/davidak/hal2009/hal2009-universal.c: In function ‘matches’:
/home/davidak/hal2009/hal2009-universal.c:499: warning: return makes integer from pointer without a cast
/home/davidak/hal2009/hal2009-universal.c:524: warning: return makes integer from pointer without a cast
/home/davidak/hal2009/hal2009-universal.c: In function ‘fact_matches_entity_by_entity’:
/home/davidak/hal2009/hal2009-universal.c:552: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:563: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:582: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c: In function ‘filter_fact_by_rules’:
/home/davidak/hal2009/hal2009-universal.c:987: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
/home/davidak/hal2009/hal2009-universal.c: In function ‘filter_list_by_rules’:
/home/davidak/hal2009/hal2009-universal.c:999: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1002: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1005: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1010: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1019: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1021: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
/home/davidak/hal2009/hal2009-universal.c:1029: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1031: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
/home/davidak/hal2009/hal2009-universal.c: In function ‘search_in_net’:
/home/davidak/hal2009/hal2009-universal.c:1070: warning: assignment from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:1073: warning: passing argument 1 of ‘search_facts_for_words_in_net’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:1042: note: expected ‘struct word ***’ but argument is of type ‘struct fact ***’
/home/davidak/hal2009/hal2009-universal.c: In function ‘count_list’:
/home/davidak/hal2009/hal2009-universal.c:1103: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1104: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c: In function ‘delete_in_first_if_second’:
/home/davidak/hal2009/hal2009-universal.c:1123: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1129: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1140: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1152: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c: In function ‘search_facts_simple’:
/home/davidak/hal2009/hal2009-universal.c:1218: warning: comparison between pointer and integer
/home/davidak/hal2009/hal2009-universal.c:1223: warning: passing argument 1 of ‘set_to_invalid_value’ from incompatible pointer type
/home/davidak/hal2009/hal2009-universal.c:72: note: expected ‘void **’ but argument is of type ‘struct fact **’
/home/davidak/hal2009/hal2009-universal.c: In function ‘search_facts_deep’:
/home/davidak/hal2009/hal2009-universal.c:1474: warning: comparison betw

Comment #9
from Tobias Schulz
Hallo,

Die GUI wird nicht mit "make hal2009-server", sondern nur mit "make" kompiliert. Wenn du FreeHAL ohne GUI starten willst, musst du es auch so kompilieren, also mit "make hal2009" statt "make hal2009-server", und dann mit "./hal2009" starten.

Gruß
Tobias

Comment #10
from davidak
Der nächste befehl in der doku ist auch falsch:

"cp /bin/freehal .." muss es heissen.

ansonsten funktioniert es jetzt, danke!!!

es gab wieder warnungen beim kompilieren der gui:

davidak@ubuntu-aldikiste:~/hal2009$ cd gui-qt/
davidak@ubuntu-aldikiste:~/hal2009/gui-qt$ qmake
davidak@ubuntu-aldikiste:~/hal2009/gui-qt$ make
Makefile:248: Warnung: Die Befehle für das Ziel »ui_view.h« werden überschrieben
Makefile:227: Warnung: Alte Befehle für das Ziel »ui_view.h« werden ignoriert
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o speak_linux.o src/speech/speak_linux.cpp
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o sentence.o src/sentence.cpp
src/sentence.cpp: In member function ‘bool freehal::string::endswith(freehal::string)’:
src/sentence.cpp:227: warning: comparison between signed and unsigned integer expressions
src/sentence.cpp: In member function ‘freehal::string freehal::string::toASCII()’:
src/sentence.cpp:290: warning: comparison between signed and unsigned integer expressions
src/sentence.cpp: In function ‘freehal::string& operator+(freehal::string, freehal::string)’:
src/sentence.cpp:304: warning: reference to local variable ‘s1’ returned
src/sentence.cpp: In function ‘freehal::string& operator+(freehal::string, std::string)’:
src/sentence.cpp:308: warning: reference to local variable ‘s1’ returned
src/sentence.cpp: In function ‘freehal::string& operator+(freehal::string, const char*)’:
src/sentence.cpp:312: warning: reference to local variable ‘s1’ returned
src/sentence.cpp: In function ‘freehal::string& operator+(const char*, freehal::string)’:
src/sentence.cpp:321: warning: reference to local variable ‘s1’ returned
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o socketload.o src/socketload.cpp
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o util.o src/util.cpp
src/util.cpp:69: warning: unused parameter ‘includeEmpties’
In file included from src/defs.h:82,
from src/util.cpp:25:
src/freehal-namespace.h: In function ‘std::vector<_Tp, std::allocator<_CharT> >& operator<<(std::vector<_Tp, std::allocator<_CharT> >&, const std::vector<_Tp, std::allocator<_CharT> >&) [with T = freehal::string]’:
src/util.cpp:86: instantiated from here
src/freehal-namespace.h:337: warning: comparison between signed and unsigned integer expressions
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o communicate.o src/communicate.cpp
In file included from src/defs.h:82,
from src/communicate.cpp:1:
src/freehal-namespace.h: In function ‘std::vector<_Tp, std::allocator<_CharT> >& operator<<(std::vector<_Tp, std::allocator<_CharT> >&, const std::vector<_Tp, std::allocator<_CharT> >&) [with T = boost::shared_ptr > >]’:
src/communicate.cpp:185: instantiated from here
src/freehal-namespace.h:337: warning: comparison between signed and unsigned integer expressions
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o FreeHALQt.o src/gui-qt/FreeHALQt.cpp
src/gui-qt/FreeHALQt.cpp: In function ‘void make_connection()’:
src/gui-qt/FreeHALQt.cpp:296: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
src/gui-qt/FreeHALQt.cpp: At global scope:
src/gui-qt/FreeHALQt.cpp:339: warning: unused parameter ‘argc’
src/gui-qt/FreeHALQt.cpp:339: warning: unused parameter ‘argv’
src/gui-qt/FreeHALQt.cpp: In member function ‘virtual void FlowChart::paintEvent(QPaintEvent*)’:
src/gui-qt/FreeHALQt.cpp:1011: warning: value computed is not used
src/gui-qt/FreeHALQt.cpp:1029: warning: value computed is not used
src/gui-qt/FreeHALQt.cpp: At global scope:
src/gui-qt/FreeHALQt.cpp:981: warning: unused parameter ‘event’
/usr/bin/moc-qt4 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. src/gui-qt/FreeHALQt.h -o moc_FreeHALQt.cpp
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o moc_FreeHALQt.o moc_FreeHALQt.cpp
g++ -c -pipe -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/python2.5 -I/usr/include/qt4 -I. -Isrc -I. -I. -o qrc_freehalqt.o qrc_freehalqt.cpp
g++ -g -O1 -O2 -O3 -Ilib/asio/ -g -O1 -O2 -O3 -Ilib/ -Ilib/boost -g -O1 -Ilib/asio/ -Dlinux=1 -Wl,-O1 -o bin/freehal speak_linux.o sentence.o socketload.o util.o communicate.o FreeHALQt.o moc_FreeHALQt.o qrc_freehalqt.o -L/usr/lib -lm -lboost_thread-mt -lboost_system-mt -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtUiTools -lpthread

Status message from System
The estimated time needed to fix this bug has been set to zbnogxhqiyq hours by zbnogxhqiyq.

July 18, 2010, 3:12 pm

Status message from System
The estimated time needed to fix this bug has been set to eosifp hours by eosifp.

July 31, 2010, 6:09 pm


Add a comment...

Add an image...


Comments

About   Supporters   Social Networks
Copyright © 2006 - 2011
Tobias Schulz and Contributors

The FreeHAL Software is distributed under the GNU GPL v3 license.

The FreeHAL Website (freehal.org and freehal.net) is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
  Members from SETI.Germany and Planet 3DNow! are sponsoring one of our servers.

 
Elton Chung from ReactOS donates a BOINC download mirror.


I don't want to see social networks at freehal.org! Buchmessen
More information: our partners | funds | expenses and donors