[Po4a-devel] New release
Didier Spaier
didier.spaier at epsm.fr
Tue Aug 20 10:22:27 UTC 2013
Hello Denis,
> [...]
>> Any way to simply exclude experimental modules and associated test from a
>> tarball (that I can make myself)?
>
> Delete t/22-html.t, or better:
> for f in t/*.t; do grep -q $f MANIFEST || rm $f; done
Thanks, I will do that till the new release
>> I couldn't find a way to build sp-1.3.4 (see attached log_pm-1.3.4), I would
>> need help on that.
>> Maybe it's a compatibility problem with my gtcc version (4.8.1) or the
>> Makefile needs a tuning that I'm not able to determine.
>> Maybe there is a Debian patch that allows building to succeed, but I
>> couldn't find one. Could you help me to locate one, if any?
>
> You have to edit include/config.h and add
> #define SP_HAVE_TYPENAME
> around line 12.
I did and compilation did go farther but still failed, please see attached log.
I know I'm a bit out of this forum's topic but I really would want to try if
using sp-1.3.4 would solve tests issue for SGML module...
Thanks again,
Didier
-------------- next part --------------
make[1]: Entering directory `/home/didier/dependencies/sp-1.3.4'
make[2]: Entering directory `/home/didier/dependencies/sp-1.3.4/lib'
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Allocator.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Link.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c IListBase.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c TypeId.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c assert.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CharsetInfo.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c EntityCatalog.cxx
In file included from ./../include/EntityDecl.h:12:0,
from EntityCatalog.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c EntityDecl.cxx
In file included from ./../include/EntityDecl.h:12:0,
from EntityDecl.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c EntityManager.cxx
In file included from ./../include/EntityManager.h:15:0,
from EntityManager.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Hash.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c InputSource.cxx
In file included from ./../include/InputSource.h:12:0,
from InputSource.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Location.cxx
In file included from ./../include/Location.h:12:0,
from Location.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Message.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from Message.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c MessageArg.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c UnivCharsetDesc.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c entmgr_inst.cxx
In file included from entmgr_inst.cxx:20:0:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c LiteralStorage.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c URLStorage.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from URLStorageMessages.h:2,
from URLStorage.cxx:54:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c RewindStorageObject.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ErrnoMessageArg.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c OffsetOrderedList.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c DescriptorManager.cxx
In file included from ./../include/List.h:7:0,
from ./../include/DescriptorManager.h:8,
from DescriptorManager.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ./../include/ListIter.h:8:0,
from DescriptorManager.cxx:6:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ExtendEntityManager.cxx
In file included from ./../include/EntityManager.h:15:0,
from ./../include/ExtendEntityManager.h:11,
from ExtendEntityManager.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c PosixStorage.cxx
In file included from ./../include/List.h:7:0,
from ./../include/DescriptorManager.h:8,
from ./../include/PosixStorage.h:11,
from PosixStorage.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from PosixStorage.cxx:16:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c StdioStorage.cxx
In file included from ./../include/List.h:7:0,
from ./../include/DescriptorManager.h:8,
from ./../include/StdioStorage.h:11,
from StdioStorage.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from StdioStorage.cxx:10:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c NotationStorage.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c StorageManager.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c IdentityCodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c UTF8CodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Fixed2CodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c UnicodeCodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c EUCJPCodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c SJISCodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c TranslateCodingSystem.cxx
In file included from ./../include/TranslateCodingSystem.h:8:0,
from TranslateCodingSystem.cxx:6:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Big5CodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c XMLCodingSystem.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CodingSystemKit.cxx
In file included from ./../include/TranslateCodingSystem.h:8:0,
from CodingSystemKit.cxx:10:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c SearchResultMessageArg.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c SOEntityCatalog.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from CatalogMessages.h:2,
from SOEntityCatalog.cxx:11:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c OutputByteStream.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c xentmgr_inst.cxx
In file included from ./../include/List.h:7:0,
from ./../include/ListIter.h:7,
from xentmgr_inst.cxx:20:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ./../include/List.cxx:7:0,
from ./../include/List.h:48,
from ./../include/ListIter.h:7,
from xentmgr_inst.cxx:20:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
In file included from xentmgr_inst.cxx:28:0:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ContentState.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from ./../include/OpenElement.h:11,
from ./../include/ContentState.h:12,
from ContentState.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ./../include/ContentState.h:13:0,
from ContentState.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ContentState.cxx:10:0:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ParserState.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from ParserState.h:13,
from ParserState.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ParserState.h:25:0,
from ParserState.cxx:8:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ParserState.cxx:13:0:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parser_inst.cxx
In file included from parser_inst.cxx:21:0:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from parser_inst.cxx:22:0:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from ./../include/List.cxx:7:0,
from ./../include/List.h:48,
from parser_inst.cxx:24:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseSd.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseSd.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseSd.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseSd.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Parser.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from Parser.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from Parser.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from Parser.cxx:9:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseInstance.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseInstance.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseInstance.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseInstance.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseMode.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseMode.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseMode.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseMode.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseAttribute.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseAttribute.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseAttribute.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseAttribute.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c LinkProcess.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from ./../include/Lpd.h:10,
from ./../include/LinkProcess.h:10,
from LinkProcess.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ./../include/LinkProcess.h:11:0,
from LinkProcess.cxx:8:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Lpd.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from ./../include/Lpd.h:10,
from Lpd.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseDecl.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseDecl.cxx:7:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseDecl.cxx:7:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseDecl.cxx:7:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ShortReferenceMap.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Entity.h:13,
from ./../include/ShortReferenceMap.h:15,
from ShortReferenceMap.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseParam.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseParam.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseParam.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseParam.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c parseCommon.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Parser.h:12,
from parseCommon.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from parseCommon.cxx:5:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from parseCommon.cxx:5:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c SgmlParser.cxx
In file included from ./../include/SgmlParser.h:12:0,
from SgmlParser.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Parser.h:19:0,
from SgmlParser.cxx:10:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from SgmlParser.cxx:10:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::sdPointer;
^
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::instanceSyntaxPointer;
^
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::prologSyntaxPointer;
^
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::activateLinkType;
^
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::allLinkTypesActivated;
^
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityManager;
^
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::entityCatalog;
^
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::baseDtd;
^
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
ParserState::options;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Entity.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Entity.h:13,
from Entity.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ParserState.h:25:0,
from Entity.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Attribute.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/Attribute.h:17,
from Attribute.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c OpenElement.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from ./../include/OpenElement.h:11,
from OpenElement.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Notation.cxx
In file included from ./../include/Notation.h:14:0,
from Notation.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ParserState.h:25:0,
from Notation.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ParserOptions.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Dtd.cxx
In file included from ./../include/NamedResourceTable.h:11:0,
from ./../include/Dtd.h:11,
from Dtd.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Undo.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from Undo.h:11,
from Undo.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from ParserState.h:25:0,
from Undo.cxx:9:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Param.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from Param.h:11,
from Param.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c TokenMessageArg.cxx
In file included from ./../include/XcharMap.h:9:0,
from ./../include/Syntax.h:18,
from TokenMessageArg.h:13,
from TokenMessageArg.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Group.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from Group.h:11,
from Group.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CharsetDecl.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ExternalId.h:12,
from ./../include/CharsetDecl.h:12,
from CharsetDecl.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CharsetRegistry.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ExternalId.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ExternalId.h:12,
from ExternalId.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c TrieBuilder.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Sd.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ExternalId.h:12,
from ./../include/Sd.h:14,
from Sd.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Syntax.cxx
In file included from ./../include/XcharMap.h:9:0,
from ./../include/Syntax.h:18,
from Syntax.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Partition.cxx
In file included from ./../include/XcharMap.h:9:0,
from Partition.h:14,
from Partition.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from Partition.cxx:13:0:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
In file included from Partition.cxx:14:0:
./../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^
./../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ModeInfo.cxx
In file included from ./../include/XcharMap.h:9:0,
from ./../include/Syntax.h:18,
from ModeInfo.cxx:12:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Recognizer.cxx
In file included from ./../include/XcharMap.h:9:0,
from Recognizer.cxx:11:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Markup.cxx
In file included from ./../include/XcharMap.h:9:0,
from ./../include/Syntax.h:18,
from ./../include/Markup.h:12,
from Markup.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Text.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from Text.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ContentToken.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Text.h:13,
from ./../include/ContentToken.h:11,
from ContentToken.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ElementType.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/ElementType.h:14,
from ElementType.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Event.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Event.h:12,
from Event.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c InternalInputSource.cxx
In file included from ./../include/InputSource.h:12:0,
from ./../include/InternalInputSource.h:11,
from InternalInputSource.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c OutputState.cxx
In file included from ./../include/Location.h:12:0,
from OutputState.h:10,
from OutputState.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
In file included from OutputState.h:11:0,
from OutputState.cxx:8:
./../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^
./../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ParserMessages.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ParserMessages.h:8,
from ParserMessages.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c SdText.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/SdText.h:14,
from SdText.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c NumericCharRefOrigin.cxx
In file included from ./../include/Location.h:12:0,
from NumericCharRefOrigin.h:8,
from NumericCharRefOrigin.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c Id.cxx
In file included from ./../include/Location.h:12:0,
from Id.h:12,
from Id.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c StringVectorMessageArg.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ParserMessages.h:8,
from StringVectorMessageArg.cxx:10:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ErrorCountEventHandler.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Event.h:12,
from ./../include/ErrorCountEventHandler.h:12,
from ErrorCountEventHandler.cxx:8:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c MessageEventHandler.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Event.h:12,
from ./../include/MessageEventHandler.h:7,
from MessageEventHandler.cxx:5:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c MessageFormatter.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ./../include/MessageFormatter.h:14,
from MessageFormatter.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c MessageReporter.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ./../include/MessageFormatter.h:14,
from ./../include/MessageReporter.h:12,
from MessageReporter.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c MessageTable.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ./../include/MessageTable.h:11,
from MessageTable.cxx:9:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c OutputCharStream.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c ConsoleOutput.cxx
c++ -fno-implicit-templates -O2 -ansi -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -c CmdLineApp.cxx
In file included from ./../include/Location.h:12:0,
from ./../include/Message.h:12,
from ./../include/MessageFormatter.h:14,
from ./../include/MessageReporter.h:12,
from ./../include/CmdLineApp.h:11,
from CmdLineApp.cxx:12:
./../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::isNull;
^
./../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr<T>::clear;
^
CmdLineApp.cxx: In member function 'int CmdLineApp::run(int, CmdLineApp::AppChar**)':
CmdLineApp.cxx:217:6: error: expected type-specifier before 'bad_alloc'
bad_alloc) {
^
make[2]: *** [CmdLineApp.o] Error 1
make[2]: Leaving directory `/home/didier/dependencies/sp-1.3.4/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/home/didier/dependencies/sp-1.3.4'
make: *** [all] Error 2
More information about the Po4a-devel
mailing list