torezzz / psi-dev

Automatically exported from code.google.com/p/psi-dev
0 stars 0 forks source link

Не собирается последняя версия #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Еще вчера всё собиралось нормально. 
Сегодня решил обновить psi на работе и
увидел вот это:

ccache c++ -c -pipe -O2 -fno-strict-aliasing -pipe -fPIC -Wall -W
-DIRISNET_STATIC -DQCA_NO_PLUGINS -DOSSL_097 -DHAVE_OPENSSL
-DQCA_SYSTEMSTORE_PATH=\"/usr/local/opt//share/psi/certs/rootcerts.pem\"
-DHAVE_XSS -DHAVE_GETHOSTBYNAME_R -DHAVE_ASPELL -DPSI_PLUGINS -DHAVE_CONFIG
-DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DQT_NO_DEBUG -DQT_NETWORK_LIB
-DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I.
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtCore
-I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtNetwork
-I/usr/local/include/qt4 -I/usr/local/include
-I../../../../third-party/qca/qca/include/QtCrypto -I../../jdns
-I../corelib -I. -I. -I/usr/local/include -o jdns_mdnsd.o
../../jdns/jdns_mdnsd.c
In file included from ../../jdns/jdns_mdnsd.c:26:
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'int'
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'int'
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'int'
../../jdns/jdns_mdnsd.h:56: error: 'time_now' was not declared in this scope
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'd'
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'void'
../../jdns/jdns_mdnsd.h:56: error: 'rand_int' was not declared in this scope
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'd'
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'void'
../../jdns/jdns_mdnsd.h:56: error: expected primary-expression before 'void'
../../jdns/jdns_mdnsd.h:56: error: initializer expression list treated as
compound expression
../../jdns/jdns_mdnsd.c:108: error: expected identifier before ',' token
../../jdns/jdns_mdnsd.c:108: error: expected unqualified-id before ',' token
../../jdns/jdns_mdnsd.c:254: error: expected ',' or '...' before 'new'
../../jdns/jdns_mdnsd.c: In function 'int _tvdiff(mytimeval, mytimeval)':
../../jdns/jdns_mdnsd.c:257: error: expected type-specifier before '.' token
../../jdns/jdns_mdnsd.c:257: error: ISO C++ forbids comparison between
pointer and integer

и так далее. Что делать?
У меня FreeBSD, если это важно.

Original issue reported on code.google.com by shu...@yandex.ru on 3 Aug 2009 at 6:07

GoogleCodeExporter commented 8 years ago
-> в оф саппорт

возможно надо собирать как make -j1

Original comment by rion4ik on 3 Aug 2009 at 6:46

GoogleCodeExporter commented 8 years ago
ok
да я -j и не задавал, должна быть единица

Original comment by shu...@yandex.ru on 3 Aug 2009 at 6:47

GoogleCodeExporter commented 8 years ago
make distclean

Original comment by givan101 on 3 Aug 2009 at 9:53

GoogleCodeExporter commented 8 years ago
Собрал без использования ccache, всё 
нормально, можно закрывать.

Original comment by shu...@yandex.ru on 3 Aug 2009 at 9:54