Discussion:
[Wt-interest] Errors after Git update
Mark at Lorimark
2015-10-21 20:16:11 UTC
Permalink
I just downloaded the latest Git from 10/13/2015 and seem to be having a
bit of trouble re-compiling my project.
/usr/local/include/Wt/WSignalMapper:225:17: error: expected unqualified-id before ‘(’ token
mapped_.emit(i->second, A1());
^
/usr/local/include/Wt/WSignalMapper:236:17: error: expected unqualified-id before ‘(’ token
mapped_.emit(i->second, a1);
^
make: *** [.obj/baseapp.o] Error 1
--
~mark


------------------------------------------------------------------------------
Mark at Lorimark
2015-10-21 20:30:35 UTC
Permalink
These popped up during recompilation of the latest Git from 10/13/15
/home/serveradmin/projects/wt/src/Wt/Dbo/backend/ibpp/core/_ibpp.cpp:228:46: warning: ‘ISC_LONG isc_interprete(ISC_SCHAR*, ISC_STATUS**)’ is deprecated (declared at /home/serveradmin/projects/wt/src/Wt/Dbo/backend/ibpp/core/ibase.h:684) [-Wdeprecated-declarations]
#define IB_ENTRYPOINT(X) m_##X = (proto_##X*)isc_##X
^
/home/serveradmin/projects/wt/src/Wt/Dbo/backend/ibpp/core/_ibpp.cpp:249:3: note: in expansion of macro ‘IB_ENTRYPOINT’
IB_ENTRYPOINT(interprete);
^
Linking CXX shared library libwtdbofirebird.so
[ 88%] Built target wtdbofirebird
~mark


------------------------------------------------------------------------------
Continue reading on narkive:
Loading...