Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failing on Node v4.1.1 #95

Closed
voor opened this issue Oct 3, 2015 · 1 comment
Closed

Build Failing on Node v4.1.1 #95

voor opened this issue Oct 3, 2015 · 1 comment

Comments

@voor
Copy link

voor commented Oct 3, 2015

protagonist.target.mk:135: recipe for target 'Release/obj.target/protagonist/src/annotation.o' failed
make: *** [Release/obj.target/protagonist/src/annotation.o] Error 1
make: Leaving directory '/usr/lib/node_modules/aglio/node_modules/drafter/node_modules/protagonist/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Linux 4.1.3-200.fc22.x86_64
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/lib/node_modules/aglio/node_modules/drafter/node_modules/protagonist
gyp ERR! node -v v4.1.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok 

And here are the compile errors from protagonist (sorry for pasting them directly, GitHub won't let me attach the file for some reason):

> utf-8-validate@1.2.1 install /usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
> node-gyp rebuild

make: Entering directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate/build'
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate/build'

> bufferutil@1.2.1 install /usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
> node-gyp rebuild

make: Entering directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
make: Leaving directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil/build'

> bufferutil@1.2.1 install /usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil
> node-gyp rebuild

make: Entering directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
make: Leaving directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil/build'

> utf-8-validate@1.2.1 install /usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate
> node-gyp rebuild

make: Entering directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate/build'
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/usr/lib/node_modules/aglio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate/build'

> protagonist@0.20.1 install /usr/lib/node_modules/aglio/node_modules/drafter/node_modules/protagonist
> node-gyp rebuild

make: Entering directory '/usr/lib/node_modules/aglio/node_modules/drafter/node_modules/protagonist/build'
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o
In file included from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc:9:0:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o
In file included from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc:11:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc:11:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  AR(target) Release/obj.target/drafter/ext/snowcrash/markdownparser.a
  COPY Release/markdownparser.a
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/HTTP.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/HTTP.h:13:0,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/HTTP.h:13,
                 from ../drafter/ext/snowcrash/src/HTTP.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSON.o
In file included from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13:0,
                 from ../drafter/ext/snowcrash/src/MSON.h:19,
                 from ../drafter/ext/snowcrash/src/MSON.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSON.h:19,
                 from ../drafter/ext/snowcrash/src/MSON.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/MSON.cc:9:0:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSON.h:19,
                 from ../drafter/ext/snowcrash/src/MSON.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/MSON.cc:9:0:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSON.h:19,
                 from ../drafter/ext/snowcrash/src/MSON.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONOneOfParser.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:21:0,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONSourcemap.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:0:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:0:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/MSONSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONTypeSectionParser.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:21:0,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONValueMemberParser.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:21:0,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12,
                 from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Blueprint.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.cc:9:0:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/Blueprint.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/BlueprintSourcemap.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:0:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Section.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Signature.o
In file included from ../drafter/ext/snowcrash/src/Signature.h:12:0,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:21:0,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.cc:10:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Signature.h:12,
                 from ../drafter/ext/snowcrash/src/Signature.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/snowcrash.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:12:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/UriTemplateParser.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.h:12,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from /usr/include/c++/5.1.1/iomanip:43,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:8:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.h:12,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from /usr/include/c++/5.1.1/iomanip:43,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:8:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.h:12,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from /usr/include/c++/5.1.1/iomanip:43,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:8:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/UriTemplateParser.h:12:0,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from /usr/include/c++/5.1.1/iomanip:43,
                 from ../drafter/ext/snowcrash/src/UriTemplateParser.cc:8:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/HeadersParser.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:21:0,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/ModelTable.h:21,
                 from ../drafter/ext/snowcrash/src/SectionParserData.h:12,
                 from ../drafter/ext/snowcrash/src/SectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12,
                 from ../drafter/ext/snowcrash/src/SectionParser.h:13,
                 from ../drafter/ext/snowcrash/src/HeadersParser.h:12,
                 from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/posix/RegexMatch.o
  AR(target) Release/obj.target/drafter/ext/snowcrash/snowcrash.a
  COPY Release/snowcrash.a
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o
  AR(target) Release/obj.target/drafter/ext/snowcrash/sundown.a
  COPY Release/sundown.a
  CXX(target) Release/obj.target/libdrafter/drafter/src/drafter.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:12:0,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/drafter.h:13,
                 from ../drafter/src/drafter.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libdrafter/drafter/src/cdrafter.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:12:0,
                 from ../drafter/src/cdrafter.cc:3:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/sos/src/sosJSON.h:12:0,
                 from ../drafter/src/cdrafter.cc:4:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/sos/src/sosJSON.h:12:0,
                 from ../drafter/src/cdrafter.cc:4:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/ext/snowcrash/src/snowcrash.h:12,
                 from ../drafter/src/cdrafter.cc:3:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libdrafter/drafter/src/Serialize.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:13:0,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/Serialize.cc:9:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/Serialize.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libdrafter/drafter/src/SerializeAST.o
In file included from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h:13:0,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:22,
                 from ../drafter/src/SerializeAST.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:13:0,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeAST.h:12,
                 from ../drafter/src/SerializeAST.cc:10:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.1.1/locale:43,
                 from ../drafter/ext/snowcrash/src/StringUtility.h:17,
                 from ../drafter/src/SerializeAST.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libdrafter/drafter/src/SerializeSourcemap.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:13:0,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeSourcemap.h:12,
                 from ../drafter/src/SerializeSourcemap.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  CXX(target) Release/obj.target/libdrafter/drafter/src/SerializeResult.o
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:13:0,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:12,
                 from ../drafter/src/Serialize.h:13,
                 from ../drafter/src/SerializeResult.h:12,
                 from ../drafter/src/SerializeResult.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  AR(target) Release/obj.target/drafter/drafter.a
  COPY Release/drafter.a
  CXX(target) Release/obj.target/libsos/drafter/ext/sos/src/sos.o
In file included from ../drafter/ext/sos/src/sos.cc:9:0:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/sos/src/sos.h:17,
                 from ../drafter/ext/sos/src/sos.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/sos/src/sos.cc:9:0:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/sos/src/sos.h:17,
                 from ../drafter/ext/sos/src/sos.cc:9:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
  AR(target) Release/obj.target/drafter/sos.a
  COPY Release/sos.a
  CXX(target) Release/obj.target/protagonist/src/annotation.o
In file included from ../src/protagonist.h:6:0,
                 from ../src/annotation.cc:1:
../node_modules/nan/nan.h:261:25: error: redefinition of ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)’
 NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) {
                         ^
../node_modules/nan/nan.h:256:25: note: ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)’ previously declared here
 NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) {
                         ^
../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared
     , node::smalloc::FreeCallback callback
             ^
../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
     , node::smalloc::FreeCallback callback
                                   ^
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’:
../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                  ^
../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                            ^
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)’:
../node_modules/nan/nan.h:672:67: error: no matching function for call to ‘New(v8::Isolate*, const char*&, uint32_t&)’
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                                                   ^
In file included from ../node_modules/nan/nan.h:25:0,
                 from ../src/protagonist.h:6,
                 from ../src/annotation.cc:1:
/root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: candidate: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match>
 NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
                                        ^
/root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note:   conversion of argument 3 would be ill-formed:
In file included from ../src/protagonist.h:6:0,
                 from ../src/annotation.cc:1:
../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘uint32_t {aka unsigned int}’ to ‘node::encoding’ [-fpermissive]
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                                                   ^
In file included from ../node_modules/nan/nan.h:25:0,
                 from ../src/protagonist.h:6,
                 from ../src/annotation.cc:1:
/root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: candidate: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match>
 NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
                                        ^
/root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note:   conversion of argument 2 would be ill-formed:
In file included from ../src/protagonist.h:6:0,
                 from ../src/annotation.cc:1:
../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                                                   ^
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’:
../node_modules/nan/nan.h:676:29: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’
     return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                             ^
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’:
../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
     return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:16:0,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h: At global scope:
../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:96:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<MarkdownNodes> m_children;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/MSON.h:238:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/Blueprint.h:17:0,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/MSON.h:371:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../src/protagonist.h:7:0,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/Blueprint.h:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<Elements> m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../src/protagonist.h:8,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/MSONSourcemap.h:85:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/ext/snowcrash/src/BlueprintSourcemap.h:13:0,
                 from ../src/protagonist.h:8,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/MSONSourcemap.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SourceMap<mson::Elements> > m_elements;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../src/protagonist.h:8:0,
                 from ../src/annotation.cc:1:
../drafter/ext/snowcrash/src/BlueprintSourcemap.h:281:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<SourceMap<Elements> > m_elements;
                  ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../src/annotation.cc:2:
../drafter/ext/sos/src/sos.h:83:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<KeyValues> m_object;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from ../drafter/src/Serialize.h:14:0,
                 from ../src/annotation.cc:2:
../drafter/ext/sos/src/sos.h:84:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Bases> m_array;
              ^
In file included from /usr/include/c++/5.1.1/memory:81:0,
                 from ../drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h:13,
                 from ../drafter/ext/snowcrash/src/Blueprint.h:16,
                 from ../src/protagonist.h:7,
                 from ../src/annotation.cc:1:
/usr/include/c++/5.1.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
@pksunkara
Copy link
Contributor

Duplicate of #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants