Cannot start remote XDMCP session

2003-07-24 Thread Dave Ford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to use Cygwin/XFree86 to log in vi XDMCP to a Linux server. I believe I have done my due diligence in searching through available documentation, as well as the archive for this list (though obviously I missed something...). Since I am

Re: Cannot start remote XDMCP session

2003-07-24 Thread Alexander Gottwald
Dave Ford wrote: Xwin -ac -query DFLin72 -port 177 try Xwin -ac -query DFLin72 -port 177 -from localip bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

Re: Cannot start remote XDMCP session

2003-07-24 Thread Dave Ford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Holy mackerel, that worked like a charm. I didn't think I needed the '-from' option because my Win2k system has just one NIC/IP address. So, I didn't try it. Thanks, Alex. Cheers, Dave [EMAIL PROTECTED] - - Original Message - From:

Re: Cannot start remote XDMCP session

2003-07-24 Thread Igor Pechtchanski
Dave, Every machine that's on the network has at least 2 IP addresses: the network one, and the loopback one (localhost, 127.0.0.1). Igor On Thu, 24 Jul 2003, Dave Ford wrote: Holy mackerel, that worked like a charm. I didn't think I needed the '-from' option because my Win2k system

RE: compiling xterm from cvs

2003-07-24 Thread Hirsch, Matthew
This was originally posted on the general cygwin mailing list. I'm reposting it here. -Original Message- From: Hirsch, Matthew Sent: Thursday, July 24, 2003 11:17 AM To: '[EMAIL PROTECTED]' Subject: compiling xterm from cvs Hi list I would like to compile xterm with debugging symbols

Build failure on current CVS

2003-07-24 Thread Harold L Hunt II
Looks like the CVS tree has stopped building recently. Anyone got any ideas? Harold rm -f x11trans.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith-I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE

Re: Build failure on current CVS

2003-07-24 Thread Earle F. Philhower, III
Hi Harold, Just last night I did a complete rm -rf xc; cvs co xc on the cygwin-xfree CVS tree and a make World at the xc level, and it seemed to be fine and ended with a working XWin.exe. Could you have a locally modified file somewhere? Or are we talking about different CVSes, I have been

Re: Build failure on current CVS

2003-07-24 Thread Earle F. Philhower III
Howdy Harold, At 06:58 PM 7/24/2003 -0400, you wrote: I am building the CVS tree from anoncvs.xfree86.org, not the branch that we have on sourceforge. The errors certainly look like they could be caused by some messing around to get IP V6 working... maybe we should just wait for it to settle

Re: Build failure on current CVS

2003-07-24 Thread Harold L Hunt II
Earle, Earle F. Philhower III wrote: Howdy Harold, At 06:58 PM 7/24/2003 -0400, you wrote: I am building the CVS tree from anoncvs.xfree86.org, not the branch that we have on sourceforge. The errors certainly look like they could be caused by some messing around to get IP V6 working...

Re: Build failure on current CVS

2003-07-24 Thread Harold L Hunt II
Earle, Earle F. Philhower III wrote: Shouldn't they be #ifdef'ing all things like this? I'm sure cygwin is not the only xfree86 architecture that doesn't have IPV6 headers... The first error shows up on line 305: 304 #if defined(IPv6) defined(AF_INET6) 305 struct sockaddr_storage

Re: Build failure on current CVS

2003-07-24 Thread Harold L Hunt II
Here it is: xc/config/cf/X11.tmpl, line 737: /* * NOTE: IPv6Flags could be tacked on to either ConnectionFlags or *ExtraConnectionDefs. Here, we choose the later in order to *maximise exposure of the IPv6 code (a number of OS.def files *contain ConnectionFlags

Re: compiling xterm from cvs

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 11:16:53AM -0400, Hirsch, Matthew wrote: Hi list I would like to compile xterm with debugging symbols to get a better idea of how ptys can be used under Cygwin (http://cygwin.com/ml/cygwin/2003-07/msg01270.html). I got the source from CVS as described on