Re: GTK missing cygX11-6.dll

2004-08-02 Thread Gerrit P. Haase
Gerrit wrote with thick fingers today:


 There is a seoartate package incluiding the startup scripts:
separate   including
 X-startup-scripts:
 http://cygwin.com/cgi-bin2/package-grep.cgi?grep=startxwin.bat 

 The package grep cgi is available via http://cygwin.com/packages/


Gerrit
-- 
=^..^=



Re: GTK missing cygX11-6.dll

2004-07-21 Thread Nathan Speed
Hi,

I am installing cygwin and cygwin/X for the first
time. I ran into this problem, and ran
/etc/postinstall/gtk2-x11.sh.done manually as somebody
suggested. This didn't give me any errors, so I assume
it worked. However, I still don't seem to have startx
or startxwin.bat anywhere on my system. I have
uninstalled and reinstalled several times. Any
suggestions? 

Thanks guys,
Nathan





__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


Re: GTK missing cygX11-6.dll

2004-07-15 Thread Gerrit P. Haase
LDR schrieb:

 Gerrit P. Haase wrote:

 I appreciate the efforts of all the Cygwin developers. Thank you, all,again.

 However, some developers might want to try paying more attention to the
 documented feedback! --

http://nyckelpiga.de/donate.html

...

Ja, ja, I was in a hurry...

But you figured it out;)
  

 and you out ... ;-|

http://nyckelpiga.de/donate.html


Gerrit
-- 
=^..^=



Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

2004-07-14 Thread Gerrit P. Haase
Alexander schrieb:

 Robert McNulty Junior wrote:

 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 On Behalf Of Igor Pechtchanski
 Sent: Friday, July 09, 2004 9:25 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

 On Fri, 9 Jul 2004, Robert McNulty Junior wrote:

  [snip]
  I'm trying, however, to catch up on my cygwin updating.
  Trying to figure out why GTK is telling me cygX11-6.dll (or something like
  that) is missing. I hope we get a new X11 mainatainer soon.

 Do you have the xorg-x11-bin-dlls packages installed? If yes please try
 to reinstall that package. We had some reports that installing that package
 for the first time may have some files not installed/remove by other packages.

 This is something I'll investigate next week.

There is a bug in the postinstall script, if cygwin/X11R6/bin is not in
the system path, the DLL is not found.  Setup doesn't include this path
and windows doesn't know about it, I'll provide an update this week (or
weekend), this will include also dependencies to libintl3 instead of
libintl2.

Workaround is to reexecute the postinstall script from a bash shell with
X11R6/bin included in the PATH setting:
 'sh /etc/postinstall/gtk-x11.sh.done'

Gerrit
-- 
=^..^=



Re: GTK missing cygX11-6.dll

2004-07-14 Thread LDR
Subject: Re: GTK missing cygX11-6.dll
Alexander wrote:
Alex, thanks for the pointers, but please review my comments, below.
 Robert McNulty Junior wrote:
 From: [EMAIL PROTECTED]
 Subject: Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)
 On Fri, 9 Jul 2004, Robert McNulty Junior wrote:
  Trying to figure out why GTK is telling me cygX11-6.dll (or 
something like
  that) is missing.

I get the same error.
 Do you have the xorg-x11-bin-dlls packages installed?
Yes!
 If yes please try to reinstall that package.
No help.
 We had some reports that installing that package
 for the first time may have some files not installed/remove by 
other packages.

Wrongo!
There is a bug in the postinstall script, if cygwin/X11R6/bin is not in
the system path, the DLL is not found.
False. On my system:
 CYGWIN_ROOT/X11R6/bin is set in the 'PATH' by:
 - MS SYSTEM ENVIRONMENT
 - CYGWIN.BAT
 - profile
Setup doesn't include this path and windows doesn't know about
it, I'll provide an update this week (or weekend), this will
include also dependencies to libintl3 instead of libintl2.
Workaround is to reexecute the postinstall script from a bash shell with
X11R6/bin included in the PATH setting:
 'sh /etc/postinstall/gtk-x11.sh.done'
Also, false.
Correct invocation is, I believe:
 sh /etc/postinstall/gtk2-x11.sh.done
Gerrit



Re: GTK missing cygX11-6.dll

2004-07-14 Thread Volker Quetschke
LDR wrote:
   Trying to figure out why GTK is telling me cygX11-6.dll (or 
something like
   that) is missing.
I get the same error.
  Do you have the xorg-x11-bin-dlls packages installed?
Yes!
(snip)
 There is a bug in the postinstall script, if cygwin/X11R6/bin is not in
 the system path, the DLL is not found.
$ which cygX11-6.dll
/usr/X11R6/bin/cygX11-6.dll
False. On my system:
 CYGWIN_ROOT/X11R6/bin is set in the 'PATH' by:
 - MS SYSTEM ENVIRONMENT
 - CYGWIN.BAT
 - profile
Maybe you constantly wrote something different than you meant, but
otherwise I'd propose to use the correct CYGWIN_ROOT/usr/X11R6/bin
path.
Volker
--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D


signature.asc
Description: OpenPGP digital signature


Re: GTK missing cygX11-6.dll

2004-07-14 Thread Gerrit P. Haase
LDR schrieb:

  There is a bug in the postinstall script, if cygwin/X11R6/bin is not in
  the system path, the DLL is not found.

 False. On my system:
   CYGWIN_ROOT/X11R6/bin is set in the 'PATH' by:
   - MS SYSTEM ENVIRONMENT
   - CYGWIN.BAT
   - profile


Then it should work, as it works for me(tm), thats why I missed this, I
have the X11 bin PATH in my global Windows environment.


  Workaround is to reexecute the postinstall script from a bash shell with
  X11R6/bin included in the PATH setting:

   'sh /etc/postinstall/gtk-x11.sh.done'

 Also, false.

 Correct invocation is, I believe:

   sh /etc/postinstall/gtk2-x11.sh.done



Ja, ja, I was in a hurry...

But you figured it out;)

Gerrit

-- 
=^..^=



Re: GTK missing cygX11-6.dll

2004-07-14 Thread LDR
Gerrit P. Haase wrote:
I appreciate the efforts of all the Cygwin developers. Thank you, all,again.
However, some developers might want to try paying more attention to the 
documented feedback! --

LDR wrote:
 

There is a bug in the postinstall script, if cygwin/X11R6/bin is not in
the system path, the DLL is not found.
   

False. On my system:
 CYGWIN_ROOT/X11R6/bin is set in the 'PATH' by:
 - MS SYSTEM ENVIRONMENT
 - CYGWIN.BAT
 - profile
   

Then it should work, as it works for me(tm), thats why I missed this, I
have the X11 bin PATH in my global Windows environment.
 

I didn't take the time to carefully document the environment and *your* 
errors to
have you whip off another flip and erroneous statement. Because it works 
in your
environment does not mean it works in mine, nor even that it works in yours
(given the errors of your statements)!

Workaround is to reexecute the postinstall script from a bash shell with
X11R6/bin included in the PATH setting:
   

 'sh /etc/postinstall/gtk-x11.sh.done'
   

Also, false.
   

Correct invocation is, I believe:
   

 sh /etc/postinstall/gtk2-x11.sh.done
   


Ja, ja, I was in a hurry...
But you figured it out;)
 

and you out ... ;-|



RE: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

2004-07-11 Thread Alexander Gottwald
Robert McNulty Junior wrote:

 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Igor Pechtchanski
 Sent: Friday, July 09, 2004 9:25 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

 On Fri, 9 Jul 2004, Robert McNulty Junior wrote:

  [snip]
  I'm trying, however, to catch up on my cygwin updating.
  Trying to figure out why GTK is telling me cygX11-6.dll (or something like
  that) is missing. I hope we get a new X11 mainatainer soon.

Do you have the xorg-x11-bin-dlls packages installed? If yes please try
to reinstall that package. We had some reports that installing that package
for the first time may have some files not installed/remove by other packages.

This is something I'll investigate next week.

bye
ago

NP: Haujobb - Transformation
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723


RE: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

2004-07-11 Thread Robert McNulty Junior
Looks like this occurs in the final stages of setting up.  Post-install

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Alexander Gottwald
Sent: Sunday, July 11, 2004 7:16 AM
To: Robert McNulty Junior
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

Robert McNulty Junior wrote:

 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Igor Pechtchanski
 Sent: Friday, July 09, 2004 9:25 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

 On Fri, 9 Jul 2004, Robert McNulty Junior wrote:

  [snip]
  I'm trying, however, to catch up on my cygwin updating.
  Trying to figure out why GTK is telling me cygX11-6.dll (or something
like
  that) is missing. I hope we get a new X11 mainatainer soon.

Do you have the xorg-x11-bin-dlls packages installed? If yes please try
to reinstall that package. We had some reports that installing that package
for the first time may have some files not installed/remove by other
packages.

This is something I'll investigate next week.

bye
ago

NP: Haujobb - Transformation
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723





Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

2004-07-09 Thread Igor Pechtchanski
On Fri, 9 Jul 2004, Robert McNulty Junior wrote:

 [snip]
 I'm trying, however, to catch up on my cygwin updating.
 Trying to figure out why GTK is telling me cygX11-6.dll (or something like
 that) is missing. I hope we get a new X11 mainatainer soon.

We do have an X11 maintainer.  However, he's not expecting to find X
problems on the main Cygwin list, so you will have waited quite a bit for
a reply.  I've redirected this to the appropriate list (cygwin-xfree).
Please keep the rest of the discussion on that list.
Igor
P.S. I've also changed the subject, as this had nothing to do with the
thread this was in.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton


RE: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

2004-07-09 Thread Robert McNulty Junior
Thank, Igor. I trust your wisdom.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Igor Pechtchanski
Sent: Friday, July 09, 2004 9:25 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: GTK missing cygX11-6.dll (Was Re: Wrapping long lines)

On Fri, 9 Jul 2004, Robert McNulty Junior wrote:

 [snip]
 I'm trying, however, to catch up on my cygwin updating.
 Trying to figure out why GTK is telling me cygX11-6.dll (or something like
 that) is missing. I hope we get a new X11 mainatainer soon.

We do have an X11 maintainer.  However, he's not expecting to find X
problems on the main Cygwin list, so you will have waited quite a bit for
a reply.  I've redirected this to the appropriate list (cygwin-xfree).
Please keep the rest of the discussion on that list.
Igor
P.S. I've also changed the subject, as this had nothing to do with the
thread this was in.
--
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton