Displaying 20 results from an estimated 64 matches for "winsock2".
Did you mean:
winsock
2008 Apr 11
0
winsock2.h: present but cannot be compiled
Hi,
I was trying to compile icecast-2.3.1 in Cygwin 3.4.4. I get the following
warning as the echo of the configure script.
checking winsock2.h usability... no
checking winsock2.h presence... yes
configure: WARNING: winsock2.h: present but cannot be compiled
configure: WARNING: winsock2.h: check for missing prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf documentation
configure: WARNING: winsock2.h: section...
2016 Jul 01
1
Windows guest and virtio serial port
...gt; InitShutdown??????????????????????????????????????3???????????????-1
> lsass?????????????????????????????????????????????4???????????????-1
> ntsvcs????????????????????????????????????????????3???????????????-1
> scerpc????????????????????????????????????????????3???????????????-1
> Winsock2\CatalogChangeListener-2b8-0??????????????1????????????????1
> epmapper??????????????????????????????????????????3???????????????-1
> Winsock2\CatalogChangeListener-1ac-0??????????????1????????????????1
> LSM_API_service???????????????????????????????????3???????????????-1
> TermSrv_API_...
2007 Apr 16
3
which source client should i use?
hello,
I just started to learn icecast, it is really great.
I use icecast2.3 as server and oddcastV3 as source
client to capture live data from microphone in Windons
XP.
Here is my technical question:
I like to be able to manage source clients (for
Windows XP) configurations dynamically.
So, i like to use web interfaces to save dynamically
generated configuration file for connecting the
2007 Apr 20
1
libshout compilation error
hi,
I tried to build libshout 2.2.2 in my pc using cygwin.
/.configure produce the messages below. Anyone knows
how to fix it. Thanks
/james
---------------------------------------
checking winsock2.h usability... no
checking winsock2.h presence... yes
configure: WARNING: winsock2.h: present but cannot be
compiled
configure: WARNING: winsock2.h: check for missing
prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf
documentation
configure: WARNING: winsock2.h: section...
2004 Aug 06
0
Build Problems on CYGWIN
...clude an edited config.log so you can see the
details of the problem.
Any help appreciated.
thanks
Jeff
<p>
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash
checking winsock2.h usability... no
checking winsock2.h presence... yes
configure: WARNING: winsock2.h: present but cannot be compiled
configure: WARNING: winsock2.h: check for missing prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf documentation
configure: WARNING: winsock2.h: section...
2002 Oct 07
0
winsock2
...804 which came with my download of mandrake
9.0. as a test i got a couple of games to install fine, now i'm
trying to install a product called Remedy Administrator (program
is admin.exe). the install screen comes up fine but soon gives
me this popup error: Please install the latest version of
WinSock2 first before installing Remedy
i've checked around some but haven't found a separaqte program
called winsock2; i've also noticed there are winsock2 header
files as part of the wine system. is winsock2 presumably
included as part of all default compiles and rpm's, or do i need
to r...
2008 Apr 10
2
winsock2
Is winsock2 built in wine? There is no choice inside winecfg to override it. How
to use native winsock2?
regards,
2000 Jun 17
1
Winsock2 port
Is anyone working on a Winsock2 port of openssh?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
2009 Aug 13
2
if_indextoname on Windows?
Hi all,
Windows Vista Home Premium
VC++ 9
According to MSDN, the if_indextoname() function should be included on
Vista:
http://msdn.microsoft.com/en-us/library/bb408408%28VS.85%29.aspx
However, I can''t get mkmf to see it. I tried all of these:
require ''mkmf''
if have_header(''netioapi.h'') # yes
have_func(''if_indextoname'',
2002 Aug 20
0
Compile against winsock and winsock2
Hello,
I'm attempting to compile a winsock application using winlib and for some
reason the FD_SET/FD_ZERO macros are generating an error because of the
WS(fd_set) macro. Is there a prefer method to compile against winsocks
functions....
Peter Alleyne
2001 Jul 24
1
winelib
Hello,
My version of wine is wine-20010510-1. Do I need to make any changes to the wine headers? I get errors from winsock.h and winsock2.h often. Then I try fixing it in the file, since it seems easy but then it causes problems elsewhere.
E.g.,
/usr/include/wine/winsock2.h:92: field 'Address' has incomplete type
I noticed winsock 2 has a FIXME: Still missing required Winsock 2 definitions.
What are these?
Brian
_______...
2008 Oct 20
2
[PATCH] Compilation of tftp-hpa's Git HEAD with no IPv6, and misc
This patch does two things:
a) makes tftp-hpa to compile on systems with no IPv6 support (there were
some IPv6 macros used unconditionally);
b) removes a stray binary character, which was annoying.
By the way, I see that 'configure' tests for <winsock.h> and <winsock2.h>,
but Winsock isn't actually used. What's the reason?
diff --git a/config.h b/config.h
index bd1dac1..76c7514 100644
--- a/config.h
+++ b/config.h
@@ -325,6 +325,11 @@ const char *gai_strerror(int);
#define AI_CANONNAME 0x0002 /* Request for canonical name. */
#endif
+#ifndef...
2010 May 26
1
gethostname was not declared in this scope
Hi,
I am trying to compile the below code using wineg++ compiler in Linux system.
#include <stdio.h>
#include <winsock2.h>
int
main (int argc, char *argv[])
{
char host[50];
gethostname (host, sizeof host);
printf ("host: %s\n", host);
return 0;
}
I get the following error
gethost.cpp: In function ?int main(int, char**)?:
gethost.cpp:9: error: gethostname was...
2008 Apr 25
1
package compilation: including external libraries in windows compilation
...d routines from a
set of libraries in that are in LINUX under
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
but these are unavailable in windows.
I found that we can get these by including, in windows these includes:
#include <winsock2.h>
#include <io.h>
My problem is I do not know how to instruct the preprocessor to include
the linux .h files
when in linux and the windows one in windows.
I thought I found a solution online by using:
#if defined(Win32)
#include <winsock2.h>
#include <io.h>
#else
#ifdef HA...
1999 May 30
1
oplock_break failed
Hi,
I am running Samba 2.0.3 on Linux Kernel 2.2.5 (SuSE 6.1) in a test
environment with a Win NT server (PDC), the Linux box taking over step by
step the file- and printserver tasks, and Win 95 clients. Samba is setup
with security=domain at this stage.
It just happened again what I have seen only a few times before. When I use
Outlook 98 on the Win95 machine and want to access the
2020 Aug 18
1
Re: [PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
...+++++++
> 6 files changed, 171 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'
> +...
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
...h... yes
checking for socklen_t... yes
checking for va_copy... va_copy
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for library containing sethostent... none required
checking for library containing getnameinfo... none required
checking for endhostent... yes
checking for getaddrinfo... yes
checking for inet_aton......
2009 Mar 18
1
[PATCH] Remove setting IP_TOS_IS_BROKEN for Cygwin
Hi,
The problem that setsockopt(IP_TOS) doesn't work on Cygwin is long
fixed. Ages ago Microsoft changed the definition for IP_TOS when moving
from winsock1 to winsock2 and IP_TOS in Cygwin didn't work all these
years because nobody (that's especialy me) realized that we were still
using the old winsock1 value. This has been fixed since 2005, though.
Patch below.
Corinna
Index: configure.ac
============================================================...
2001 Nov 28
1
wine's winhelp doesn't compile
...p program.
There's a conflict for the gethostname fonction :
gcc -c -I. -I. -I../../include -I../../include -g -O2
-Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT
-DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT
-I/usr/X11R6/include -o lex.yy.o lex.yy.c
In file included from ../../include/winsock2.h:30,
from ../../include/windows.h:39,
from macro.h:7,
from ./macro.lex.l:10:
../../include/winsock.h:886: conflicting types for
`gethostname'
/usr/include/unistd.h:734: previous declaration of `gethostname'
_______________________________...
2008 Oct 02
1
Utorrent lists wine as platform.
visiting these guys ---> http://www.utorrent.com/download.php
I noticed that the system requirements said:
For Wine, Windows 95 (Winsock2), 98/ME, NT/2000, XP, 2003, and Vista. Coming soon for Mac!
I thought it was quiet cool to list wine alongside windows as a platform. More software should do this when they know their package works on wine.