Displaying 20 results from an estimated 5000 matches similar to: "Internet connection detection"
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
2020 Aug 18
1
Re: [PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
On 8/18/20 5:50 AM, Richard W.M. Jones wrote:
> ---
> configure.ac | 1 +
> common/replacements/Makefile.am | 2 +
> common/replacements/poll.h | 60 ++++++++++++++++++
> server/public.c | 2 +-
> server/sockets.c | 2 +-
> common/replacements/poll.c | 106 ++++++++++++++++++++++++++++++++
> 6
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
2002 Jun 24
1
WinSock & Wsock32
I am struggling with the simplest thing, I think! I am starting with a fresh config file from the 20020605 wine distro and trying to get the ARS Remedy User win32 based software running. Part way through the install it tell me I need to install "Winsock 2". By this I am assuming it is looking for the 32-bit winsock Dll's, wsock32.dll * ws2_32.dll. I have tried many variations of
2013 May 08
1
[PATCH] opusfile configury fixes.
[this time compeled the mail].
The autogen.sh of opusfile doesn't work for me:
Updating build configuration files for opusfile, please wait....
configure.ac:8: installing `./install-sh'
configure.ac:8: installing `./missing'
Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
Makefile.am:10: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
2001 Nov 28
1
wine's winhelp doesn't compile
Hi,
using latest cvs code,
i can't compile the winhelp 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
2004 Jul 19
2
building hpa tftp under cygwin?
First-
I'm admittedly a newbie both to the cygwin environment and to the hpa tftp.
My apologies if this is the wrong list to ask this question. If so, slap me
around a little....
I tried to build tftp-hpa under cygwin. The 0.37 version throws errors
during the ./configure process, warning about winsock2.h and winsock.h being
present but not buildable.
The 0.36 version appears to
2001 Nov 13
3
Network
Hi all,
since few days I try to install a RunTime under WINE which is used to
connect to a Linux Server. Having allways error 6 not socket (GLE 6)
with -debugmsg +winsock options, I install telnet from Windows to try to
connect to this server. I got same error. I install another windows
client, PUTTY, same result: unable to connect. Does anyone know more
about how to test network connexion
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
2002 Feb 27
3
winsock 16 BIT
Hi!
In October I worked with a client-server (using winsock.dll) 16 bit
aplication
emulated in wine (Not using ODBC), it worked fine. This aplication needs
to connect to a
server using port ctsql 5557/tcp, this service is in my /etc/services.
And wine made all realy fine (Version 20011108). With the release
20011226 (I think)started the problem. Something changed with winsock
16-bit.
I've
2020 Aug 18
0
[PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
---
configure.ac | 1 +
common/replacements/Makefile.am | 2 +
common/replacements/poll.h | 60 ++++++++++++++++++
server/public.c | 2 +-
server/sockets.c | 2 +-
common/replacements/poll.c | 106 ++++++++++++++++++++++++++++++++
6 files changed, 171 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index
2001 Nov 23
1
Internet Explorer on fresh wine installation
Hi there,
for an application (which is only available on windows) I need to have the
MS Virutal machine, which is supplied with IE4 SP3 and more, so I downloaded
IE 5.0 and tried to install it.
I think the main problem is, that I am new to wine and maybe my problem
isn't really a problem....
If I run "wine --debugmsg +warn IE5Setup.exe" the assistant starts and after
that crashes
2011 Jan 06
4
Problem with Windows app accessing internet
Hi
I have been using MCC Pilotlog with some success in Wine recently, but have run into a vexatious issue.
One of the features of the application is that it can log into a company crew information system and retrieve flight information into the log. I have tested this on a windows VM, and it works fine.
However, under Wine, we get error 445 and then a crash. I am a bit surprised, as I thought
2009 Jan 18
0
FreePhoneLine Java app troubleshooting, would love some help!
My Voip provider has a Windows app for their phone service, and I'm having no luck getting it to work via wine. I would be very very grateful if anyone can help me out with this scenario. Below are my details and error output to stdout..
___My Env___
Ubuntu 8.10 -- 2.6.27-11-generic #1 SMP Thu Jan 8 08:38:38 UTC 2009 x86_64 GNU/Linux
wine-1.1.13
Windows app is calle: FreePhoneLine.exe
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
2001 Sep 04
2
wine 20010824 and missing command line options
Hi all,
I recently compiled and installed a new version of wine (20010824). Everything works fine, but alot of command line options are missing.
The options I get with wine --help are: --debugmsg name, --dll name, --dosver x.xx, --help,-h, --managed, --version,-v, --winver.
I miss commandline options like: --desktop and --display. Are they no longer supported?
Thanx for any hints,
michael
--
2016 Jul 01
1
Windows guest and virtio serial port
Okay, I've updated virtio serial drivers to latest ones. This did not
help. Afterwards I've enabled "Show hidden devices" in Device manager
of a guest os.In the "Other devices" section I can see two virtio serial ports with
question marks (i did configure guest with 2 virtio channels).
Is this a normal behaviour?
Screenshot:
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?
2004 Aug 06
0
Build Problems on CYGWIN
Just started looking at icecast and am trying to play
with LibShout. My dev environment is cygwin at the
moment. I managed to build libOgg and LibVorbis but
seem to have run into a problem with Libshout.
The configure script complains about winsock32.h (and
tells me to email this group). See the attached
log.txt for details.
I also include an edited config.log so you can see the
details of the
2002 Dec 30
1
Internet Explorer problem
Hello
Internet Explorer does not see the Internet even though the dial in
connection has automatically been made.
[DllOverrides]
"kernel32" = "builtin"
"ntdll" = "builtin"
"winsock" = "builtin"
"wsock32" = "builtin"
"ws2_32" = "builtin"