certi-devel
[Top][All Lists]
Advanced

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

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


From: YangJing
Subject: [certi-dev] Certi:Socket.cc a mistake found
Date: Wed, 13 Nov 2013 21:02:57 +0800

Hi,I have found a mistake in file Socket.cc.
        While compiling CERTI 3.4.1, about at line 31,
       #include<unistd.h>
        This line causes unistd.h cannot be found on windows.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.


address@hidden


reply via email to

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