certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] Certi:Socket.cc a mistake found


From: Eric Noulard
Subject: Re: [certi-dev] Certi:Socket.cc a mistake found
Date: Wed, 13 Nov 2013 17:20:19 +0100

2013/11/13 YangJing <address@hidden>:
> Hi,I have found a mistake in file Socket.cc.

There is no Socket.cc file?
Do you mean
   SocketTCP.cc
   SocketUN.cc
   SocketUDP.cc
   SocketMC.cc
??


>         While compiling CERTI 3.4.1, about at line 31,
>        #include<unistd.h>
>         This line causes unistd.h cannot be found on windows.

Which compiler are you using?
Did you try with CERTI CVS HEAD?

> It maybe a mistake.I change the source code as flowing:
>        #ifndef _WIN32
>        #include<unistd.h>
>       #endif
>       The same case appears in some other source files.It may be fixed next 
> version?
>       Thanks.

Yes it can.

Could you please post a patch on the patch tracker for that:
https://savannah.nongnu.org/patch/?group=certi

-- 
Erk
L'élection n'est pas la démocratie -- http://www.le-message.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]