Am 03.02.2016 um 19:20 schrieb Radoslav Chovan:
> Hi,
> this is my current owshell.h
> 
> #define OWSHELL_H
> #include <sys/time.h>
> #include <sys/types.h>
> #include <unistd.h>
> #include "config.h"
> #include "owfs_config.h"
> 
> I have run again configure and compile.
> 
> I see same error:
> 
> [...]
>
In that case, our configure.ac could be outdated. Does modern cygwin
have <sys/select.h>? Please try replacing

#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>

by

#include <sys/select.h>

Kind regards

        Jan


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to