Ticket #4816: error_log.txt

File error_log.txt, 10.2 KB (added by frederic.jardon@…, 12 years ago)

Error log when compiling with gcc

Line 
1In file included from /usr/include/boost/asio/detail/select_reactor.hpp:35,
2 from /usr/include/boost/asio/detail/reactor.hpp:29,
3 from /usr/include/boost/asio/impl/io_service.ipp:31,
4 from /usr/include/boost/asio/io_service.hpp:656,
5 from /usr/include/boost/asio/basic_io_object.hpp:20,
6 from /usr/include/boost/asio/basic_socket.hpp:24,
7 from /usr/include/boost/asio/basic_datagram_socket.hpp:25,
8 from /usr/include/boost/asio.hpp:20,
9 from boost_asio_bug_cygwin.cpp:14:
10/usr/include/boost/asio/detail/select_interrupter.hpp:40: error: ‘pipe_select_interrupter’ does not name a type
11In file included from /usr/include/boost/asio/detail/reactor.hpp:29,
12 from /usr/include/boost/asio/impl/io_service.ipp:31,
13 from /usr/include/boost/asio/io_service.hpp:656,
14 from /usr/include/boost/asio/basic_io_object.hpp:20,
15 from /usr/include/boost/asio/basic_socket.hpp:24,
16 from /usr/include/boost/asio/basic_datagram_socket.hpp:25,
17 from /usr/include/boost/asio.hpp:20,
18 from boost_asio_bug_cygwin.cpp:14:
19/usr/include/boost/asio/detail/select_reactor.hpp:352: error: ‘select_interrupter’ does not name a type
20/usr/include/boost/asio/detail/select_reactor.hpp: In constructor ‘boost::asio::detail::select_reactor<Own_Thread>::select_reactor(boost::asio::io_service&)’:
21/usr/include/boost/asio/detail/select_reactor.hpp:75: error: class ‘boost::asio::detail::select_reactor<Own_Thread>’ does not have any field named ‘interrupter_’
22/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::shutdown_service()’:
23/usr/include/boost/asio/detail/select_reactor.hpp:106: error: ‘interrupter_’ was not declared in this scope
24/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::start_op(int, boost::asio::detail::socket_type, boost::asio::detail::select_reactor<Own_Thread>::per_descriptor_data&, boost::asio::detail::reactor_op*, bool)’:
25/usr/include/boost/asio/detail/select_reactor.hpp:145: error: ‘interrupter_’ was not declared in this scope
26/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::schedule_timer(boost::asio::detail::timer_queue<Time_Traits>&, const typename Time_Traits::time_type&, boost::asio::detail::timer_op*, void*)’:
27/usr/include/boost/asio/detail/select_reactor.hpp:194: error: ‘interrupter_’ was not declared in this scope
28/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation<boost::asio::detail::select_reactor<false> > >&)’:
29/usr/include/boost/asio/detail/select_reactor.hpp:223: error: ‘interrupter_’ was not declared in this scope
30/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::interrupt()’:
31/usr/include/boost/asio/detail/select_reactor.hpp:289: error: ‘interrupter_’ was not declared in this scope
32/usr/include/boost/asio/detail/select_reactor.hpp: In member function ‘void boost::asio::detail::select_reactor<Own_Thread>::cancel_ops_unlocked(boost::asio::detail::socket_type, const boost::system::error_code&)’:
33/usr/include/boost/asio/detail/select_reactor.hpp:342: error: ‘interrupter_’ was not declared in this scope
34In file included from /usr/include/boost/asio/detail/reactive_socket_service.hpp:25,
35 from /usr/include/boost/asio/datagram_socket_service.hpp:32,
36 from /usr/include/boost/asio/basic_datagram_socket.hpp:26,
37 from /usr/include/boost/asio.hpp:20,
38 from boost_asio_bug_cygwin.cpp:14:
39/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: At global scope:
40/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:30: error: ‘WSABUF’ does not name a type
41/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:32: error: ‘WSABUF’ has not been declared
42/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:39: error: ‘WSABUF’ has not been declared
43/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: In static member function ‘static void boost::asio::detail::buffer_sequence_adapter_base::init_native_buffer(int&, const boost::asio::mutable_buffer&)’:
44/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:35: error: request for member ‘buf’ in ‘buf’, which is of non-class type ‘int’
45/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:36: error: request for member ‘len’ in ‘buf’, which is of non-class type ‘int’
46/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: In static member function ‘static void boost::asio::detail::buffer_sequence_adapter_base::init_native_buffer(int&, const boost::asio::const_buffer&)’:
47/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:42: error: request for member ‘buf’ in ‘buf’, which is of non-class type ‘int’
48/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:43: error: request for member ‘len’ in ‘buf’, which is of non-class type ‘int’
49/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: At global scope:
50/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:95: error: expected ‘;’ before ‘*’ token
51/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:100: error: expected `;' before ‘std’
52/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:149: error: ‘native_buffer_type’ does not name a type
53/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: In constructor ‘boost::asio::detail::buffer_sequence_adapter<Buffer, Buffers>::buffer_sequence_adapter(const Buffers&)’:
54/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:90: error: ‘buffers_’ was not declared in this scope
55/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: At global scope:
56/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:166: error: expected ‘;’ before ‘*’ token
57/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:171: error: expected `;' before ‘std’
58/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:197: error: ‘native_buffer_type’ does not name a type
59/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: In constructor ‘boost::asio::detail::buffer_sequence_adapter<Buffer, boost::asio::mutable_buffers_1>::buffer_sequence_adapter(const boost::asio::mutable_buffers_1&)’:
60/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:162: error: ‘buffer_’ was not declared in this scope
61/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: At global scope:
62/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:213: error: expected ‘;’ before ‘*’ token
63/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:218: error: expected `;' before ‘std’
64/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:244: error: ‘native_buffer_type’ does not name a type
65/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp: In constructor ‘boost::asio::detail::buffer_sequence_adapter<Buffer, boost::asio::const_buffers_1>::buffer_sequence_adapter(const boost::asio::const_buffers_1&)’:
66/usr/include/boost/asio/detail/buffer_sequence_adapter.hpp:209: error: ‘buffer_’ was not declared in this scope
67In file included from /usr/include/boost/asio/serial_port_base.hpp:166,
68 from /usr/include/boost/asio/basic_serial_port.hpp:28,
69 from /usr/include/boost/asio.hpp:24,
70 from boost_asio_bug_cygwin.cpp:14:
71/usr/include/boost/asio/impl/serial_port_base.ipp: In member function ‘boost::system::error_code boost::asio::serial_port_base::baud_rate::load(const termios&, boost::system::error_code&)’:
72/usr/include/boost/asio/impl/serial_port_base.ipp:132: error: expected id-expression before ‘(’ token
73In file included from /usr/include/boost/asio/detail/reactive_serial_port_service.hpp:33,
74 from /usr/include/boost/asio/serial_port_service.hpp:30,
75 from /usr/include/boost/asio/basic_serial_port.hpp:29,
76 from /usr/include/boost/asio.hpp:24,
77 from boost_asio_bug_cygwin.cpp:14:
78/usr/include/boost/asio/detail/descriptor_ops.hpp: In function ‘int boost::asio::detail::descriptor_ops::open(const char*, int, boost::system::error_code&)’:
79/usr/include/boost/asio/detail/descriptor_ops.hpp:53: error: ‘::open’ has not been declared
80/usr/include/boost/asio/detail/descriptor_ops.hpp: In function ‘int boost::asio::detail::descriptor_ops::fcntl(int, long int, boost::system::error_code&)’:
81/usr/include/boost/asio/detail/descriptor_ops.hpp:126: error: ‘::fcntl’ has not been declared
82/usr/include/boost/asio/detail/descriptor_ops.hpp: In function ‘int boost::asio::detail::descriptor_ops::fcntl(int, long int, long int, boost::system::error_code&)’:
83/usr/include/boost/asio/detail/descriptor_ops.hpp:135: error: ‘::fcntl’ has not been declared
84In file included from /usr/include/boost/asio/serial_port_service.hpp:30,
85 from /usr/include/boost/asio/basic_serial_port.hpp:29,
86 from /usr/include/boost/asio.hpp:24,
87 from boost_asio_bug_cygwin.cpp:14:
88/usr/include/boost/asio/detail/reactive_serial_port_service.hpp: In member function ‘boost::system::error_code boost::asio::detail::reactive_serial_port_service::open(boost::asio::detail::reactive_descriptor_service::implementation_type&, const std::string&, boost::system::error_code&)’:
89/usr/include/boost/asio/detail/reactive_serial_port_service.hpp:84: error: ‘O_RDWR’ was not declared in this scope
90/usr/include/boost/asio/detail/reactive_serial_port_service.hpp:84: error: ‘O_NONBLOCK’ was not declared in this scope
91/usr/include/boost/asio/detail/reactive_serial_port_service.hpp:84: error: ‘O_NOCTTY’ was not declared in this scope
92/usr/include/boost/asio/detail/reactive_serial_port_service.hpp:88: error: ‘F_GETFL’ was not declared in this scope
93/usr/include/boost/asio/detail/reactive_serial_port_service.hpp:90: error: ‘F_SETFL’ was not declared in this scope