Displaying 20 results from an estimated 10000 matches similar to: "winsock2"
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
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
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
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
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**)?:
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
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
Dear list members,
I am not able to compile the icecast source under Suse 9.2.
as i have to admit my experience in compiling is reduced to
typing ./configure. Is there someone who can help me with this error
message?
linux:~/shoutcast/server/icecast # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for
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'
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 Apr 25
1
package compilation: including external libraries in windows compilation
Dear R package developers:
I need help on getting a package compiled for windows.
I am trying to use definitions and 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
2004 Oct 24
1
help
I am try to install icescat-2.0.2 and when I run the command ./configure I get an error message "configure: error: XSLT configuration could not be found".
I am a newbie to Linux can you help? I am running Redhat 9. Below is a copy of what has taken place while the ./configure is running.
Thanks Leonard
[root@cyrus icecast-2.0.2]# ./configure
checking for a BSD-compatible
2012 Mar 11
1
install cpan module in /usr/lib/perl5
hello centos guru
I encounter a problem with centos 6
perl -MCPAN -e shell
install MyModule
well I installed the module
but in the standard repertoire of the user but not in the directory of
the perl distribution
how to remedy this problem
cpan modules installed in /usr/lib/perl/
please help me I can not solve this problem alone
sincerely
--
2006 Mar 02
1
Doubly Non-Central F-Distribution
Dear Professor
I have read your questions in the website on Doubly non-central
F-distribution. I am looking for source code for evaluating this
function now. I have matlab code but it's only accurate up to the 4th
decimal point. Dataplot is more accurate, but it is not user friendly as
you only can evaluate one function at a time. So I would like to know do
you have found any R code for
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
2010 Jul 01
0
Icecast on centos5
Evening guys...
I've been trying for the past week to install an icecast server on my centos 5 VPS hosted through phurix.
I've tried compiling it, installing it from RPM. but im getting nowhere.
Has anybody had any luck installing it, who wouldn't mind explaining how they went about it?
I've searched google for hours on end and all I can come up with is generic cent os 4 guides
2005 Aug 22
2
ezstream and OSX 10.4.2 Tiger...
Hello again,
I'm having a dickens of a time getting ezstream configured - it
requires libshout2 - so far so good.
I installed the darwin ports library, did a port install libogg and
then a port install libvorbis. Now, when I try to do a port install
libshout2, configure returns the following.
Any idea why it isn't working? Darwinport is configured to install
in it's
2004 Jul 04
2
doubly multivariate analysis in R
20 subjects were measured in 5 conditions (thus repeated measures) and
for each subject in each condition there are 4 response measures (thus
multivariate as it is a combined score that needs to be compared across
the conditions).
So, using a multivariate approach to repeated measures this is a doubly
multivariate analysis.
I would appreciate any suggestions as to the best way to do such a