Re: Remote client cannot display on local xfree-cygwin

2001-12-28 Thread Richard Campbell
>I would like to start an xterm client on a >remote machine and have it display on my >local cygwin-xfree86 X server. However, this >does not work. It appears that the X server >is not even listening to port 6000. If you can start a local xterm, but can't display remotely, have you checked

RE: telnet or ssh

2002-05-03 Thread Richard Campbell
Actually, it may only be a problem if you respond to something not in latin-1 or ascii, as your last 2 messages seem fine - only the responses to [EMAIL PROTECTED] seem strange. Now, I see [EMAIL PROTECTED]'s messages just fine... -Richard Campbell.

RE: Possible bug of the M$ windows manager ? or, XFree bug ?

2002-06-06 Thread Richard Campbell
sor in the 2nd and 3rd shots...twm just kinda sucks that way (in the 2nd shot, look at the large x just above the "fermer" tool tip). -Richard Campbell.

RE: ssh x forwarding

2003-01-27 Thread Richard Campbell
o figure I just don't have >something setup correctly. At a minimum, you need to have the DISPLAY variable set before you execute the ssh, and you need to use the X forwarding (-X) option to ssh so: export DISPLAY=localhost:0.0 ssh -X -l -Richard Campbell.

RE: DDD needs a porter [Was: DDD 3.3.8 segmentation error, relate d to Motif?]

2003-11-24 Thread Richard Campbell
ith DDD until someone steps >forward to port it properly. In previous versions (cygwin, xfree, ddd), DDD did compile and run out of the box. I believe that is why no one took it upon themselves previously. see http://www.cygwin.com/ml/cygwin/2003-09/msg00241.html -Richard Campbell.

RE: DDD needs a porter [Was: DDD 3.3.8 segmentation error, relate dto Motif?]

2003-11-26 Thread Richard Campbell
d got the same missing xregex include errors for libiberty. I tried with ddd 3.3.7, and got an ld error at the very end of the make routine. I'm going to look at it again, but I'm traveling until Monday. -Richard Campbell.

RE: All packages refreshed with build scripts and source code (we ll, almost all)

2003-12-03 Thread Richard Campbell
s. >4) Include the setup.hint files in each package, so others can modify >and maintain them. >5) Refresh the build of any packages that predated the new shared >library naming convention. Harold, were the source packages ever released for XFree86-*? -Richard Campbell.

RE: compiling DDD

2003-12-03 Thread Richard Campbell
gmentation fault ! Interrupt (because that lesstif version is the one I'm using). I'm going back and doing some "make check" and looking at config.log to see what's going on with the lesstif linking and discussion. -Richard Campbell.

RE: compiling DDD

2003-12-03 Thread Richard Campbell
"make check" segfaults at the make check for ddd in just the same way as the main program does (same output, same ~/.ddd/log output). -Richard Campbell. bash-2.05b$ /usr/local/bin/ddd Warning: This DDD requires a Motif 2.1 library (using Motif 1324099.71) Continue at own risk. Warnin

RE: compiling DDD - "cygcheck ddd.exe" attached.

2003-12-03 Thread Richard Campbell
er mailing list posts) down - I can reinstall the default from setup, but it should be the same. -Richard Campbell. ddd_cygcheck Description: Binary data

RE: compiling DDD

2003-12-03 Thread Richard Campbell
-cygfreetype-6.a -lz .libs/libimp-cygexpat-0.a -lXaw -lXmu -lXt -lXpm -lXp -lXext -lX11 -lSM -lICE -lncurses -ly ../libiberty/libiberty.a -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/X11R6/lib Why is it that cygXm-2 is linked in as ".libs/libimp-cygXm-2.a"? Is that to be expected?

RE: compiling DDD

2003-12-03 Thread Richard Campbell
I reinstalled lesstif from setup. Same exact results. -Richard Campbell.

RE: compiling DDD

2003-12-04 Thread Richard Campbell
further, iostream isn't included on that side of the configuration, which seems odd. Added an iostream include and it successfully built. And then failed in much the same way (different specific error in the version of Motif it didn't find): Warning: This DDD requires a Motif 2.1 library (using Motif 1275340.287) Continue at own risk. Internal error (Segmentation fault). -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
imp-cygfontconfig-1.a .libs/libimp-cygfreetype-6.a -lz .libs/libimp-cygexpat-0.a -lXaw -lXmu -lXt -lXpm -lXp -lXext -lX11 -lSM -lICE -lncurses -ly ../libiberty/libiberty.a -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/X11R6/lib Which looks sorta automagic for the dlls, right? -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
quot; If yes, these rules have been changing. Brian, isn't this what you were specifically working on recently? -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
n (auto-import) bash-2.05b$ ./a.exe xmUseVersion=2001 XmVersion=2001 Same numbers. -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
Version=2001 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. But first, I'll run that last g++ linking step for ddd after editing it to remove those .libs links. -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
obably require shifting over to the main cygwin list and delving into hideous problems, but C'est la vie. Thanks muchly, Arnaud. -Richard Campbell.

RE: ddd compilation

2003-12-04 Thread Richard Campbell
the last g++ line to remove the .libs/libcyg*.a libraries and to add -Xm, -Xt, etc., where appropriate. 5. Run that last g++ line again. -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
izarre part of the generated libtool is the following: # Whether or not to build shared libraries. build_libtool_libs=yes # Whether or not to build static libraries. build_old_libs=yes Why would you have both "shared" and "static" turned on? Now, to configure, I suppose... -Richard Campbell.

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

2003-12-04 Thread Richard Campbell
down to (for 3.3.7): 1. Remove all "#pragma interface" and "#pragma implementation" lines. 2. Configure with: "bash ./configure --disable-static". 3. Make as usual. (For 3.3.8, add the following: 0. Copy gcc/include into libiberty/include, or whatever exactly Arnaud said ) -Richard Campbell.

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 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-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 recipe - was - RE: libtool created import libs brok en? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-05 Thread Richard Campbell
pragma implementation" lines. 6. make 7. make install 8. run as normal. The usual disclaimers apply. I have included the output of: diff -u -r -N ddd-3.3.8-orig/ ddd-3.3.8 Available at: http://bellsouthpwp.net/u/l/ulvester/iffs.gz Feel free to play with it if the prospect of handediting 500 .C and .h files doesn't thrill you. -Richard Campbell.

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

2003-12-05 Thread Richard Campbell
>This is due to the way that the configure script for libiberty is called >in configure.ac: If I was paying attention, libiberty uses autoconf 2.13 or similar, and the other pieces use 2.5...That's going to be a real pain to set up, I think... -Richard Campbell.

Re: #pragma inteface - was - RE: DDD 3.3.8 recipe - was - RE: lib tool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) get s `Segmentation fault

2003-12-08 Thread Richard Campbell
hat "#ifndef __CYWIN__" is certainly not a good long term plan (and even in the short term, it should be only done in the cygwin-specific package). Just haven't gotten the energy yet. -Richard Campbell.

RE: xwin not working for some with latest snapshot -- people with debugging skills needed

2004-02-23 Thread Richard Campbell
-46 && cygwin1-20040221.dll fails. XFree86-xserv-4.3.0-46 && cygwin1-1.5.7-1.dll succeeds. But gdb also fails to start on the box with the cygwin1-200402[05-18,21].dll, making this problem somewhat difficult to track down. -Richard Campbell.

RE: emacs crash under X on XP

2004-03-19 Thread Richard Campbell
ng to 1.5.8-1 or a snapshot? I was having crashes in 1.5.7-1 that went away when I upgraded to a pre-1.5.8 snapshot. The mailing list archives may also be helpful as I recall others having emacs problems that went away with pre-1.5.8 snapshots. -Richard Campbell.

RE: X11 becomes unresponsive. VERY unresponsive.

2004-09-07 Thread Richard Campbell
fixes it, or donates a > hyperthreaded system that exhibits the problem to CGF, this won't get > fixed. You don't have to donate a whole system yourself - just send money to CGF through Paypal, (CGF address: me -at- cgf -dot- cx), and when/if there's enough, he'll get a hyperthreaded system. -Richard Campbell.

Re: Firefox on cygwinX

2005-10-19 Thread Richard Campbell
Gerrit Haase was working on supporting Firefox on Cygwin-X. See this thread: http://www.cygwin.com/ml/cygwin-xfree/2005-08/msg00071.html -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documenta

RE: port existing x windows application to win32

2005-11-10 Thread Richard Campbell
, which is: 1) Designed specifically for cygwin-licensing discussions. 2) Extremely low volume (~16 messages in 2005). See http://cygwin.com/cygwin/lists.html and http://cygwin.com/ml/cygwin-licensing/ -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

RE: port existing x windows application to win32

2005-11-10 Thread Richard Campbell
> Oh, please don't. This is a simple concept. There is nothing complicated here. > > If you build your program using Cygwin's gcc then your program is GPLed regardless of whether it is using X11 libraries. -m-no-cygwin? http://www.gnu.org/licenses/gpl-faq.html#CanIUseGPLT

RE: What happened to xwinclip

2006-05-08 Thread Richard Campbell
om startxwin.bat or startxwin.sh) with -clipboard. I still show an xwinclip package from the cygwin package search tool, though: http://cygwin.com/packages/ (enter xwinclip) but it's not necessary. -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble