Hello,
compiling pgAdmin3 on Visual Studio Express 2013 throws:
C:\Users\User\Documents\Visual Studio 2013\Projects\pgadmin3-master\pgadmin\include\libssh2\libssh2_priv.h(86): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "sys/uio.h": No such file or directory
I wonder, because sys/uio.h is on *nix platforms only, isn't it? Therefore I assume just some wrong "#ifdef WIN32" or build parameter.
Any help, hint or fix would be very appreciated.
Cheers
Greg