RE: How to configure a windows machine as an X client?

2003-12-04 Thread Joaquin
Nope. This would require making Windows an Xclient. This was done before and even offered as a product from Insignia, but was later pulled due to contractual problems with the developer company and never brought back again. Now though, I see people getting similar functionality with VNC. - Joa

Re: libtool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-04 Thread Charles Wilson
Brian Ford wrote: Charles Wilson, Could you look at the problem discovered in the thread below and give us a comment? Thanks. http://www.cygwin.com/ml/cygwin-xfree/2003-12/msg00053.html There are a couple of problems. 1) OOB, DDD uses libtool-1.4.2 -- which has very minimal support for cygwin

Re: Xaw patch (focus problem) & DLL

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, John E Urbanczyk wrote: > I am working with an xterm I modified and rebuilt under the latest > cygwin source files and binaries and have experienced the problem with > focus (the xterm only has keyboard focus if the mouse is in the window). > This was corrected with a patch by

libtool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-04 Thread Brian Ford
Charles Wilson, Could you look at the problem discovered in the thread below and give us a comment? Thanks. http://www.cygwin.com/ml/cygwin-xfree/2003-12/msg00053.html I'm not an autotool expert, but: On Thu, 4 Dec 2003, Richard Campbell wrote: > bash-2.05b$ autoreconf --install --force Thes

Re: Cygwin crashed by emacs???

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Sergey Barabash wrote: > My entire cygwin session CRASHES CONSISTENTLY > ("XWin.exe has generated errors... log is being created") > This is XWin.exe, not your "entire cygwin session" (whatever that means). As such, please use the [EMAIL PROTECTED] list. I have directed this r

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
bash-2.05b$ autoreconf --install --force configure.ac:248: warning: AC_CANONICAL_HOST invoked multiple times autoconf/specific.m4:363: AC_CYGWIN is expanded from... configure.ac:248: the top level autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: a

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Richard Campbell wrote: > Brian Ford wrote: > >What version of libtool is ddd-3.3.8 using? > > > Automatically generated by configure? > I checked. In ltmain.sh for ddd-3.3.8 it says VERSION=1.4.2. I don't know what it was in 3.3.7. The latest is 1.5. > >Does re-libtoolizing

Xaw patch (focus problem) & DLL

2003-12-04 Thread John E Urbanczyk
I am working with an xterm I modified and rebuilt under the latest cygwin source files and binaries and have experienced the problem with focus (the xterm only has keyboard focus if the mouse is in the window). This was corrected with a patch by Harold Hunt recently, and I have been looking into i

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
Almost. When I figure out the minimum number of changes, I'll repost, and then test on the current (3.3.8) build. -Richard Campbell. >Does this result in a working version of ddd? If so, I can package it >up for Cygwin's setup.exe.

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
bash ./configure --disable-static Only got me halfway - if old_archive_from_expsyms_cmds has a value, it will override the "build_old_libs=no" option in libtool. Strange. -Richard Campbell.

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Harold L Hunt II
Richard, Richard Campbell wrote: What version of libtool is ddd-3.3.8 using? Automatically generated by configure? I reconfigured with: bash ./configure --disable-static And libtool now has the settings I had hoped for - I'm running a make now, and I'm pretty confident that will work. Which

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>What version of libtool is ddd-3.3.8 using? Automatically generated by configure? I reconfigured with: bash ./configure --disable-static And libtool now has the settings I had hoped for - I'm running a make now, and I'm pretty confident that will work. Which would boil my steps down to (for 3

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Richard Campbell wrote: > Arnaud Desitter wrote: > >Richard Campbell wrote: > >> Now, I guess, to try and walk back all of the automatic steps to figure > >> out why ddd ended up linking against that libimp-cygXm-2.a file. > >> > >Credit or blame libtool for that. > > What versi

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>> Now, I guess, to try and walk back all of the automatic steps to figure >> out why ddd ended up linking against that libimp-cygXm-2.a file. > >Credit or blame libtool for that. Specifically, the following two settings: # Whether or not to build static libraries. build_old_libs=yes # Create a

INSTALL.html#compile_Windows was (Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault)

2003-12-04 Thread Brian Ford
Arnaud Desitter wrote: > Harold L Hunt II wrote: >> Richard Campbell wrote: >>>Arnaud Desitter wrote: http://www.lesstif.org/INSTALL.html >>> >>> "On windows using Cygwin, U/WIN or Interix, LessTif must be built as >>> static libraries. Because, one of the biggest issues with X on Win32 >>> is

RE: ddd compilation

2003-12-04 Thread Richard Campbell
Please keep replies on the cygwin-xfree mailing list. >I was wondering if you could send me the changes to the makefile needed to get >it to compile. What version of gcc are you using? 3.3.1? 3.3.1. I have described all the changes I have made. 1. If using ddd 3.3.8, get the include files fro

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Harold L Hunt II
Arnaud Desitter wrote: If yes, these rules have been changing. Brian, isn't this what you were specifically working on recently? The statement in quotes above is now misleading and completely incorrect. We are distributing *only* a shared version of LessTif on Cygwin now. The various problems me

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD

2003-12-04 Thread Arnaud Desitter
- Original Message - From: "Richard Campbell" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin.xfree,gmane.comp.debugging.ddd.bugs Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 5:50 PM Subject: RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD > >S

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>But first, I'll run that last g++ linking step for ddd after editing it to >remove those .libs >links. Yep. The following edited line produces a segfaulting binary: g++ -DNDEBUG -O2 -g -W -Wall -trigraphs -o ddd.exe ddd.o basename.o compare.o cook.o cwd.o glob.o UndoBuffer.o UndoBE.o WhatNext

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>So I guess that it should be something along the lines: >gcc -Wall -I/usr/X11R6/include Xmcheck.c -L/usr/X11R6/lib >.libs/libimp-cygXm-2.a >using whather .libs/libimp-cygXm-2.a points to. Ok, yeah, that seems to be the problem. bash-2.05b$ gcc -Wall -I/usr/X11R6/include Xmcheck.c -L/usr/X11R6/

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Arnaud Desitter
- Original Message - From: "Harold L Hunt II" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin.xfree,gmane.comp.debugging.ddd.bugs Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 3:49 PM Subject: Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD > R

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD

2003-12-04 Thread Arnaud Desitter
- Original Message - From: "Richard Campbell" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin.xfree,gmane.comp.debugging.ddd.bugs Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 4:54 PM Subject: RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD > >P

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>Please try on Cygwin: >>cat Xmcheck.c >#include >#include >int main(void){ > printf("xmUseVersion=%d XmVersion=%d\n", > xmUseVersion, XmVersion); > return 0; >} >>gcc -Wall -I/usr/X11R6/include Xmcheck.c -L/usr/X11R6/lib -lXm >>./a.out >xmUseVersion=2002 XmVersion=2002 > >If it gives d

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD

2003-12-04 Thread Arnaud Desitter
- Original Message - From: "Richard Campbell" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin.xfree,gmane.comp.debugging.ddd.bugs Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 2:49 PM Subject: RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD > >T

AltGr and XP Powertoys not fixed yet?

2003-12-04 Thread Walter Haidinger
Hi! I've installed Cygwin XFree86 4.3.0-25 on Windows XP Professional (German Edition, with latest patches) with TweakUI installed. Unfortunately the AltGr key doesn't work as expected in any X11 application (no problems except with XFree86). The keys works sometimes (that is, e.g. 3 times then n

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>That is a bug in gcc on cygwin related to "#pragma interface". >Please look for help on the cygwin mailing list. Arnaud, the problem is with both "#pragma interface" and "#pragma implementation". http://www.cygwin.com/ml/cygwin/2003-07/msg00463.html Guarding all "#pragma interface" and "#pragma

Re: Error: procedure entry point in cygwin1.dll

2003-12-04 Thread Christopher Faylor
On Thu, Dec 04, 2003 at 01:23:38PM +0100, Martin Schmid wrote: >Hello > >I try running xfree/cygwin on a PC with Windows XP. When I try to start >xfree either directly from the windows explorer with startxwin.bat or from a >cygwin bash or csh shell with startxwin.sh, I always get the error: > >The

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Harold L Hunt II
Richard Campbell wrote: The problem is not with Cygwin's LessTif... the problem is in how DDD is detecting LessTif on Cygwin. It must be assuming that the file name for the import library with be of the format foo.a whereas the name is of the format foo.dll.a on Cygwin. This would be detecti

Re: AltGr and XP Powertoys not fixed yet?

2003-12-04 Thread Harold L Hunt II
Walter, Walter Haidinger wrote: Hi! I've installed Cygwin XFree86 4.3.0-25 on Windows XP Professional (German Edition, with latest patches) with TweakUI installed. Unfortunately the AltGr key doesn't work as expected in any X11 application (no problems except with XFree86). The keys works someti

RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Richard Campbell
>The problem is not with Cygwin's LessTif... the problem is in how DDD is >detecting LessTif on Cygwin. It must be assuming that the file name for >the import library with be of the format foo.a whereas the name is of >the format foo.dll.a on Cygwin. This would be detection inside the actual e

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: c ompiling DDD

2003-12-04 Thread Harold L Hunt II
Richard Campbell wrote: Modifying ddd/config.h will not help. There is a problem with the lesstif distribution on cygwin. See: http://www.lesstif.org/INSTALL.html Is the following what you are referring to? "On windows using Cygwin, U/WIN or Interix, LessTif must be built as static libraries. B

RE: compiling DDD

2003-12-04 Thread Richard Campbell
>WAG, try configuring with --without-athena. Doesn't build, then. make[2]: Entering directory `/cygdrive/c/ddd-3.3.7/ddd' source='PannedGE.C' object='PannedGE.o' libtool=no \ depfile='.deps/PannedGE.Po' tmpdepfile='.deps/PannedGE.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I

Problem with emacs on Dell Inspiron 5100

2003-12-04 Thread Andrew Zachary
I have a problem with running Cygwin/X on my Dell 5100 with ATI Mobility Radeon 7500. The windows come up without any problem, but when I start emacs, I get garbage in the emacs buffers. I'm guessing, without really knowing for sure, that some of the required emacs fonts are missing. Anyone hav

Error: procedure entry point in cygwin1.dll

2003-12-04 Thread Martin Schmid
Hello I try running xfree/cygwin on a PC with Windows XP. When I try to start xfree either directly from the windows explorer with startxwin.bat or from a cygwin bash or csh shell with startxwin.sh, I always get the error: The procedure entry point __getreent could not be located in the dynamic l

Re: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD

2003-12-04 Thread Arnaud Desitter
Hi, - Original Message - From: "S Iyer" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin.xfree,gmane.comp.debugging.ddd.bugs Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 9:42 PM Subject: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault WAS Re: compiling DDD > As I am hav