Re: [Bug-apl] Error building on OSX

2014-07-10 Thread Kacper Gutowski
On 2014-07-08 18:03:21, Juergen Sauermann wrote: > SOL_SOCKET is 1 on linux but according to the man page of TCP(7) SOL_TCP (=6) > should be used. > I have changed the code to use he number 6 instead of SOL_TCP. SVN 368. Acctually, it should be IPPROTO_TCP as both mandated by POSIX and described i

Re: [Bug-apl] Error building on OSX

2014-07-08 Thread Juergen Sauermann
Hi Kacper, yes - many names for 6 over the rime. I just need a confirmation that IPPROTO_TCP exists on OS-X. /// Jürgen On 07/08/2014 06:43 PM, Kacper Gutowski wrote: On 2014-07-08 18:03:21, Juergen Sauermann wrote: SOL_SOCKET is 1 on linux but according to the man page of TCP(7) SOL_TCP (

Re: [Bug-apl] Error building on OSX

2014-07-08 Thread Juergen Sauermann
Hi, SOL_SOCKET is 1 on linux but according to the man page of TCP(7) SOL_TCP (=6) should be used. I have changed the code to use he number 6 instead of SOL_TCP. SVN 368. /// Jürgen On 07/08/2014 03:51 PM, Elias Mårtenson wrote: The value should be SOL_SOCKET (also true for Linux). Regards,

Re: [Bug-apl] Error building on OSX

2014-07-08 Thread Elias Mårtenson
The value should be SOL_SOCKET (also true for Linux). Regards, Elias On 8 July 2014 21:42, Juergen Sauermann wrote: > Hi Elias, > > how is it called then? And what is its value? 6 for PROTO_TCP? > > /// Jürgen > > > > On 07/08/2014 03:05 PM, Elias Mårtenson wrote: > > A new error when buildin

Re: [Bug-apl] Error building on OSX

2014-07-08 Thread Juergen Sauermann
Hi Elias, how is it called then? And what is its value? 6 for PROTO_TCP? /// Jürgen On 07/08/2014 03:05 PM, Elias Mårtenson wrote: A new error when building on OSX: g++ -DHAVE_CONFIG_H -I. -I../..-I .. -g -O2 -DAP_NUM=210 -g -MT AP210-UdpSocket.o -MD -MP -MF .deps/AP210-UdpSocket.Tpo -c