Mark Mussetter | 1 Jan 2004 01:07
Favicon

Re: problems with libX11.a

Hi Harold,

Thanks for your help.  We were able to get MicroWindows running after you 
pointed us in the right direction.  We already had the Xfree86-prog package 
but you comments about trying to link explicitly to libX11.a led us to the 
problem.  The following is a clip from Makefile.rules:

ifeq ($(X11), Y)
DEFINES += -DX11=1
ifneq ($(ARCH),CYGWIN)
# Cygwin can't use this - the -lX11 needs to be specified
# *after* the object files that use it, but this inserts
# it at the start.  For Cygwin, we will add libX11.a to the
# library list instead.
LDFLAGS += -L/usr/X11R6/lib -lX11
else
MW_CORE_LIBS += /usr/X11R6/lib/libX11.dll.a
endif
ifeq ($(ARCH),FREEBSD-X86)
INCLUDEDIRS += -I/usr/X11R6/include
endif
ifeq ($(ARCH),CYGWIN)
INCLUDEDIRS += -I/usr/X11R6/include
endif
endif

We changed the 10th line to its current state.  It used to say 
"MW_CORE_LIBS += /usr/X11R6/lib/libX11.a"

Once we made that change everything else fell into place and we were able 
(Continue reading)

Harold L Hunt II | 1 Jan 2004 01:19
Picon
Favicon

XDMCP Problems - Possible fix, please try

The XFree86-xserv-4.3.0-30 release may fix some problems with not 
getting a login screen when using XDMCP.  See the change log for more 
information:

http://xfree86.cygwin.com/devel/server/changelog.html

Please try this new server and report on whether it allows you to get a 
login screen or not.

Thanks for testing,

Harold

Harold L Hunt II | 1 Jan 2004 01:26
Picon
Favicon

Re: problems with libX11.a

Mark,

Thanks, those instructions work until it gets to the 'nbreaker' demo:

Linking /home/harold/x-devel/ports/MicroWindows/build/src/bin/launcher ...
Updating dependencies in 
/home/harold/x-devel/ports/MicroWindows/build/src/demos
/nbreaker ...
Compiling animate.c ...
In file included from animate.c:41:
nbreaker.h:160: error: syntax error before "GR_PIXMAP_ID"
nbreaker.h:160: warning: no semicolon at end of struct or union
nbreaker.h:161: warning: type defaults to `int' in declaration of `a'
nbreaker.h:161: warning: data definition has no type or storage class
nbreaker.h:171: error: syntax error before '}' token

Seems that GR_PIXMAP_ID is not defined in the included headers.  Can you 
describe how you worked through this?

Harold

Mark Mussetter wrote:

> Hi Harold,
> 
> Thanks for your help.  We were able to get MicroWindows running after 
> you pointed us in the right direction.  We already had the Xfree86-prog 
> package but you comments about trying to link explicitly to libX11.a led 
> us to the problem.  The following is a clip from Makefile.rules:
> 
(Continue reading)

Nageshwara rao M | 1 Jan 2004 09:19
Picon

Installation Clarification


Respected sir/madam,

I want to know how to INSTALL C compiler of lower version on
current release of CYGWIN,which I have recently downloaded and installed 
from cygwin site.

Currently installed CYGWIN details :
VERSION: CYGWIN 1.3.x
COMPILER: gcc - 3.3.1

My Requirement:
To install lower version of C compiler,details
COMPILER:gcc - 2.95.3

Are they any options in the setup.exe to add packages
apart from the list of packages existing in setup.exe.

I am in the process of installing Speech tools for TTS
which requires only C compiler of Version gcc - 2.95.3

please help me out.

--
M Nageshwara Rao
E-mail: mnrao <at> lantana.tenet.res.in
Computer Science DEpt.
Indian Institute of Technology,
India 

(Continue reading)

Robert E. McNullty II | 1 Jan 2004 09:31

RE: Installation Clarification

gcc 2.95.3 was removed last year.
Several people on the Cygwin list complained that it was making a lot of
errors, so Chris removed it.
Read up on GCC 3.3.1, and see if you can make your progect work with it,
else find an old mirror that has the binary code for 2.95.3.

-----Original Message-----
From: cygwin-xfree-owner <at> cygwin.com
[mailto:cygwin-xfree-owner <at> cygwin.com]On Behalf Of Nageshwara rao M
Sent: Thursday, January 01, 2004 2:19 AM
To: cygwin-xfree <at> cygwin.com
Subject: Installation Clarification

Respected sir/madam,

I want to know how to INSTALL C compiler of lower version on
current release of CYGWIN,which I have recently downloaded and installed
from cygwin site.

Currently installed CYGWIN details :
VERSION: CYGWIN 1.3.x
COMPILER: gcc - 3.3.1

My Requirement:
To install lower version of C compiler,details
COMPILER:gcc - 2.95.3

Are they any options in the setup.exe to add packages
apart from the list of packages existing in setup.exe.

(Continue reading)

Harold L Hunt II | 1 Jan 2004 09:35
Picon
Favicon

Re: Installation Clarification

M Nageshwara Rao,

Installing an older version of gcc on the current version of Cygwin is 
not supported.

However, that discussion is off-topic for this mailing list and should 
be sent to cygwin <at> cygwin.com.  I warn you though, that they are simply 
going to tell you that this is unsupported.

Harold

Nageshwara rao M wrote:
> Respected sir/madam,
> 
> I want to know how to INSTALL C compiler of lower version on
> current release of CYGWIN,which I have recently downloaded and installed 
> from cygwin site.
> 
> Currently installed CYGWIN details :
> VERSION: CYGWIN 1.3.x
> COMPILER: gcc - 3.3.1
> 
> My Requirement:
> To install lower version of C compiler,details
> COMPILER:gcc - 2.95.3
> 
> Are they any options in the setup.exe to add packages
> apart from the list of packages existing in setup.exe.
> 
> I am in the process of installing Speech tools for TTS
(Continue reading)

jrc@chauviere.org | 1 Jan 2004 15:58

cut and paste xfree <-> windows

Harold L Hunt II wrote :
For all practical purposes, -clipboard does not work when using XDMCP.
Is there any change about ?

Chris Green | 1 Jan 2004 16:37
Picon

Re: Possible to use clipboard with remote/xdm connection?

On Wed, Dec 31, 2003 at 05:34:11PM -0500, Harold L Hunt II wrote:
> Chris Green wrote:
> 
> >Should it be possible to get the '-clipboard' parameter to work with
> >cyxwin/X when connecting to a remote xdm program?
> >
> >I'm using cygwin/X on a win2k system to connect to a Slackware Linux
> >(9.1) system on my home LAN.  Is it possible to get clipboard
> >cut/paste to work either to or from my WIn2k desktop?
> >
> 
> I think there is a timing and authentication problem with the internal 
> -clipboard implementation and remote XDM sessions.  You can, instead, 
> use the 'xwinclip' program (installed via Cygwin's setup.exe) and wait 
> to launch it until after you have logged in to your remote XDM host. 
> You may have to run 'xhost 127.0.0.1' on the remote host after you have 
> logged in.
> 
I'm a little confused as to what I should do where! :-)

I start up cygwin/x and it immediately displays the xdm login from the
slackware system.  The only thing I can do then is log into to my
linux system.

Do I then need to run a *local* cygwin window on my win2k system and
run 'xwinclip'?  In that case what will running 'xhost 127.0.0.1' on
the remote system do?  (I know what xhost does, I just don't see what
it has to do with running xwinclip).

Or have I got hold of completely the wrong end of the stick?
(Continue reading)

Alexander Gottwald | 1 Jan 2004 19:26
Picon

Re: Possible to use clipboard with remote/xdm connection?

Chris Green wrote:

> Do I then need to run a *local* cygwin window on my win2k system and
> run 'xwinclip'?  In that case what will running 'xhost 127.0.0.1' on
> the remote system do?  (I know what xhost does, I just don't see what
> it has to do with running xwinclip).

The xserver running on the windows host is setup to accept only clients
from the session started by xdm. xhost now tells the server (which is
on the windows computer) to allow connections from local (to the xserver)
clients.

This means the xhost 127.0.0.1 tells the xserver to accept connections
from the windows host. After that you can start xwinclip on the windows
host.

bye
        ago
NP: Letzte Instanz - Glockenrequiem
--

-- 
 Alexander.Gottwald <at> informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723

Alexander Gottwald | 1 Jan 2004 19:28
Picon

Re: cut and paste xfree <-> windows

jrc <at> chauviere.org wrote:

> Harold L Hunt II wrote :
> For all practical purposes, -clipboard does not work when using XDMCP.
> Is there any change about ?

use xwinclip.

NP: Letzte Instanz - Glockenrequiem
--

-- 
 Alexander.Gottwald <at> informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723


Gmane