[Boost-bugs] [Boost C++ Libraries] #13249: cygwin build on appveyor fails attempting to use linux calls?

Subject: [Boost-bugs] [Boost C++ Libraries] #13249: cygwin build on appveyor fails attempting to use linux calls?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-10-08 12:02:50


#13249: cygwin build on appveyor fails attempting to use linux calls?
-------------------------------------+---------------------------
 Reporter: James E. King, III | Owner: No-Maintainer
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: random
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+---------------------------
 https://ci.appveyor.com/project/jeking3/random/build/1.0.10-develop/job/h9m6ca7nho5hd7w7

 {{{
 In file included from libs\test\src\debug.cpp:16:0:
 ./boost/test/impl/debug.ipp: In function 'const char*
 boost::debug::{anonymous}::prepare_gdb_cmnd_file(const
 boost::debug::dbg_startup_info&)':
 ./boost/test/impl/debug.ipp:424:23: error: '::mkstemp' has not been
 declared
      fd_holder cmd_fd( ::mkstemp( cmd_file_name ) );
                        ^
 In file included from libs\test\src\debug.cpp:16:0:
 ./boost/test/impl/debug.ipp: In function 'bool
 boost::debug::attach_debugger(bool)':
 ./boost/test/impl/debug.ipp:892:34: error: '::mkstemp' has not been
 declared
      fd_holder init_done_lock_fd( ::mkstemp( init_done_lock_fn ) );
                                   ^
 ./boost/test/impl/debug.ipp:929:9: error: '::select' has not been declared
          ::select( 0, 0, 0, 0, &to );
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13249>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-10-08 12:09:24 UTC