search for: ws2tcpip

Displaying 20 results from an estimated 96 matches for "ws2tcpip".

2011 Jan 26
1
Wine fails to compile on Caos NSA 0.9 x86_64
...ESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o httpapi_main.o httpapi_main.c In file included from ../../include/http.h:25, from httpapi_main.c:27: ../../include/ws2tcpip.h:57: error: conflicting types for 'socklen_t' /usr/include/unistd.h:245: error: previous declaration of 'socklen_t' was here make[1]: *** [httpapi_main.o] Error 1 make[1]: Leaving directory `/home/cnitta/wine-1.3.12/dlls/httpapi' make: *** [dlls/httpapi] Error 2 I have tried a...
2008 Dec 20
5
Wine on OpenBSD
Hi, I was just wondering if there is any ongoing effort to get wine ported to OpenBSD. The wine version in their ports tree is from 1999 or so. -- Marcel W. Wysocki <maci at satgnu.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url :
2008 Dec 28
5
playing with Wine on Cygwin
I'm currently playing with Wine on Cygwin on Windows 2000 on VirtualBox. Just to see what happens. Also to see how feasible Wine on Windows is from here. I've been updating the http://wiki.winehq.org/CygwinSupport page accordingly. With the 1.1.11 source tarball, I'm getting a compile error: internettransport.c:348: error:
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows
2017 Jan 02
1
[PATCH] Use ASN1_STRING_get0_data for openssl-1.1.0
...src/http.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/http.c b/src/http.c index dfd8fca..af8d984 100644 --- a/src/http.c +++ b/src/http.c @@ -214,6 +214,7 @@ static const char *op_parse_file_url(const char *_src){ # include <winsock2.h> # include <ws2tcpip.h> # include <openssl/ssl.h> +# include <openssl/asn1.h> # include "winerrno.h" typedef SOCKET op_sock; @@ -344,6 +345,7 @@ int SSL_CTX_set_default_verify_paths_win32(SSL_CTX *_ssl_ctx); # include <poll.h> # include <unistd.h> # include <openssl...
2009 Apr 10
0
Wine release 1.1.19
...---------- Changes since 1.1.18: Alexandre Julliard (55): ntdll: Remove no longer used pthread_functions structure. loader: Don't bother checking for pthread.h existence, we require it anyway. loader: Add missing install dependency for extra binaries. inetcomm: Include ws2tcpip.h before anything else. ws2_32/tests: Don't use socklen_t. include: Try to avoid socklen_t redefinition in winsock.h. winedos: Release the 16-bit lock before calling ExitThread. winecrt0: Don't bother passing the environment to the _init function. ntdll: Add se...
2010 Nov 04
1
[nut-commits] svn commit r2600 - in trunk: . clients common docs m4 server
On mer., 2010-10-20 at 20:45 +0000, Arjen de Korte wrote: > Author: adkorte-guest > Date: Wed Oct 20 20:45:01 2010 > New Revision: 2600 > URL: http://trac.networkupstools.org/projects/nut/changeset/2600 > > Log: > Remove code that used the (now obsoleted) gethostbyaddr in favor of the (IPv6 capable) getaddrinfo function Arjen, I am trying to merge the windows_port branch
2020 Aug 18
1
Re: [PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
...1 insertions(+), 2 deletions(-) My native windows coding is weak, so take this review with a grain of salt. > +++ b/common/replacements/poll.c > +#ifndef HAVE_POLL > + > +#include "poll.h" > + > +#ifdef WIN32 > + > +#include <winsock2.h> > +#include <ws2tcpip.h> > +#include <windows.h> > + > +/* Windows doesn't have poll. It has something called WSAPoll in > + * Winsock, but even MSFT admit it is broken. Gnulib contains an Is MSFT considered plural, or should that be 'admits' > + * elaborate emulation of poll writ...
2020 Aug 18
0
[PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
...IBILITY OF + * SUCH DAMAGE. + */ + +/* Replacement for poll for platforms which lack this function. */ + +#include <config.h> + +#include <stdio.h> +#include <stdlib.h> + +#ifndef HAVE_POLL + +#include "poll.h" + +#ifdef WIN32 + +#include <winsock2.h> +#include <ws2tcpip.h> +#include <windows.h> + +/* Windows doesn't have poll. It has something called WSAPoll in + * Winsock, but even MSFT admit it is broken. Gnulib contains an + * elaborate emulation of poll written by Paolo, but it's distributed + * under an incompatible license. However Winsoc...
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make ............ [3638/3880] Linking default/source4/lib/policy/py-policy.so [3639/3880] Linking default/source4/auth/ntlm/libauth4.so [3640/3880] Linking default/source4/ntvfs/libntvfs.so default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup': inotify.c:(.text+0x503): undefined reference to `inotify_init'
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...cking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking whether mkdir supports mode... yes checking for timegm... no checking for broken readdir... no checking a usable readdir()... yes checking for syslog... yes checking for printf... yes checking for memset......
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...cking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking whether mkdir supports mode... yes checking for timegm... no checking for broken readdir... no checking for dirfd... no checking for dirfd declaration... no checking a usable readdir()... yes checking crypt....
2015 Feb 20
0
Wine release 1.7.37
...net: Always use winsock sockets. mshtml: Added execCommand("fontsize") support. wininet: Don't strip port part from server name in GetAddress. wininet: Use GetAddrInfoW in GetAddress. wininet: Moved inet_ntop call to GetAddress. wininet: Don't include ws2tcpip.h after zlib.h. mshtml: Use constant instead of define for REDIRECT_* flags. Ken Thomases (1): gdi32: Change an ERR to a WARN for fonts with too-long names. Marcus Meissner (3): mshtml: Initialize use_new_window (Coverity). msi: Fix memory leak (Coverity). winex11.dr...
2020 Aug 15
3
[PATCH EXPERIMENTAL nbdkit 0/2] Port to Windows using mingw.
The patches following do indeed allow you to compile nbdkit.exe, but it does not actually work yet. I'm posting this experimental series more as a work in progress and to get feedback. Note this does not require Windows itself to build or test. You can cross-compile it using mingw64-* packages on Fedora or Debian, and test it [spoiler alert: it fails] using Wine. Rich.
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many
2010 May 11
1
Samba 3.5.2 compile on AIX
...cking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking whether mkdir supports mode... yes checking for timegm... no checking for broken readdir... no checking for dirfd... no checking for dirfd declaration... no checking a usable readdir()... yes checking crypt....
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.
2010 Nov 01
1
Samba 4 on osx
...ing for header sys/uio.h : yes Checking for header ifaddrs.h : yes Checking for header direct.h : no Checking for header dirent.h : yes Checking for header windows.h : no Checking for header winsock2.h : no Checking for header ws2tcpip.h : no Checking for header libintl.h : no Checking for header errno.h : yes Checking for header gcrypt.h : no Checking for header getopt.h : yes Checking for header iconv.h : yes Checking for header sys/inotify.h :...
2010 Oct 07
1
OSX and samba4 git
...ing for header sys/uio.h : yes Checking for header ifaddrs.h : yes Checking for header direct.h : no Checking for header dirent.h : yes Checking for header windows.h : no Checking for header winsock2.h : no Checking for header ws2tcpip.h : no Checking for header libintl.h : no Checking for header errno.h : yes Checking for header gcrypt.h : no Checking for header getopt.h : yes Checking for header iconv.h : yes Checking for header sys/inotify.h :...
2008 Jan 11
0
Wine release 0.9.53
...a stub implementation of RegisterServicesProcess. ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx. kernel32: Implement RegisterWaitForSingleObject and UnregisterWait. kernel32: Add tests for RegisterWaitForSingleObject and UnregisterWait. include: ws2tcpip.h should include winsock2.h. rpcrt4: Update todos. widl: Make the offset of conformant string types point to the start of the conformant string format chars, not the pointer type. ole32: Determine the destination for the COM call and initialise the necessary parameters in ClientRp...