similar to: Windows guest and virtio serial port

Displaying 20 results from an estimated 90 matches similar to: "Windows guest and virtio serial port"

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
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'',
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
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
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,
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
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 Aug 06
2
Compiling Icecast2 on Windows
Its easier to compile it on linux than windows, you need MS Visual studio 6 for windows then you need to get all the associated libraries for windows, yet even more work. Icecast2 specific you need the following libcurl > http://curl.haxx.se/libcurl/ download > http://curl.haxx.se/download/curl-7.10.8.tar.gz libxml,libxlst > take a look over at rpmfind.net for the latest rh9 specific, be
2013 Mar 18
5
[PATCH] libxl: Add spice vdagent support for upstream qemu
- Enable vdagent on upstream qemu if spice is used. Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> --- tools/libxl/libxl_dm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index a8a36d7..110f1dc 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -427,6 +427,10 @@ static char **
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 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:
2001 Apr 20
2
strupr, strlwr
in wine 0418, the strupr and strlwr defines were removed from tchar.h does anyone know why? ------------------------------------------------------------ Get your FREE web-based e-mail and newsgroup access at: http://MailAndNews.com Create a new mailbox, or access your existing IMAP4 or POP3 mailbox from anywhere with just a web browser.
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
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.
2010 Jul 01
1
Icecast on centos5
the bottom is where it ends. thats whats confusing me the last line is: config.status: executing depfiles commands Huw Davies (Beatsmith) 07949713698 Junglised.co.uk Facebook Twitter.com/Junglised On 1 Jul 2010, at 21:50, Jonathan Nalley wrote: so what's the actual error? where does the configure command end at and what does it ultimately complain about? On Thu, Jul 1, 2010 at 4:43 PM,
2008 Dec 09
4
"Socket type not supported" error
I am trying to get a proprietary app's windows service running in Wine. When I try to start the service, I get this: err:eventlog:ReportEventW L"System error 10044: Socket type not supported." I have copied all dependant DLLs from a Windows installation, but still the same error. I know that this service is trying to set up a socket to listen on, but I'm not sure of the
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
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
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
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'