Re: gtk2/glib version mismatch?

2006-11-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Charles Wilson wrote:
 Gerritt -- can you update the gtk* packages to 2.10.x?

Actually GNOME is mine now; I updated the non-GUI libs a while ago,
thinking that the GUI would not be far behind, but I hit a snag.

A while ago I started working on modular X11R7, but I couldn't get XWin
to find the fonts (search the archives for details).  So now I use
modular X11R7.1 for the client and the old X11R6.8 server; sounds odd,
but it works.

The problem is not the API, as that didn't change, but that modular
X11R7 is libtooled, and since GTK is also libtooled and built against
it, the dependency libs are hardcoded (i.e. /usr/lib/libX11.la vs.
- -L/usr/X11R6/lib -lX11).  This makes it impossible to build against my
GNOME without modular X (missing .la deps will cause libtool link
errors), which I didn't feel ready to add to the distro until the server
worked also.

A while ago I asked for help figuring out the problem, but got no
response.  Therefore I left things as they were, and moved on to other
things.  And since I do have a matching glib2 and gtk2, I didn't think
of this.  If you think you can help, please search the archives for a
start, and let me know what you think.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFVuMjpiWmPGlmQSMRAriwAJ42J8S3oxBRhfpJEJXu4rDl64LGpgCdF8T9
tAKhW7+dsgzK4/o5SRLlBfY=
=lBzY
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Failed build of Cygwin/X

2006-11-12 Thread Fernando Mauricio
I've installed an older version of
libfontconfig-devel, so the build continued, thank
you!

Now, I've another problem. The program xcursorgen.exe,
that generates cursors from PNG images, hangs (or at
least it does not end in more than a whole hour) and
the build is indefinitely stopped with the following
log:

...
rm -f ../../exports/bin/xcursorgen.exe
cd ../../exports/bin  cp -p
../../programs/xcursorgen/xcursorgen.exe .
making all in programs/xcursorgen/redglass...
make[5]: Entering directory
`/home/victorgalve/x-devel/build/std/programs/xcursorgen/redglass'
LD_LIBRARY_PATH=../../../exports/lib
XLOCALEDIR=../../../exports/lib/locale 
../../../exports/bin/xcursorgen X_cursor.cfg X_cursor
...



 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



X11 forwarding

2006-11-12 Thread Max Pfeiffer

Dear cygwin- Team
i am training to connect my linux system from my windows XP system. I do 
it with  putty and  cygwin .

but if i want start my x11 server. I get allways this error message:
[EMAIL PROTECTED] /etc/X11
$ startx   


Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.2.0-4

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

X :0 -multiwindow -clipboard

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winCheckDisplayNumber - Cygwin/X is already running on display 0

Fatal server error:
InitOutput - Duplicate invocation on display number: 0.  Exiting.

winDeinitMultiWindowWM - Noting shutdown in progress
giving up.
xinit:  Connection reset by peer (errno 104):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.

It would be nice if you can help me.
Thank you verry much
Max Pfeiffer

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Xwin Crashes on exiting in Win98 SE

2006-11-12 Thread Dominique Brazziel
I do startx which fires up the server, then an xterm
starts.  When exiting, either via Alt-F4 or
CONTROL-ALT-BACKSPACE (I have specified -unixkill as
an option to the server), Xwin crashes every time at
the same place with the same error (invalid page
fault).

Here is the fault log:

Date 11/12/2006 Time 11:58
XWIN caused an invalid page fault in
module CYGWIN1.DLL at 0187:61092347.
Registers:
EAX=018f CS=0187 EIP=61092347 EFLGS=00010202
EBX=0202 SS=018f ESP=0334cae0 EBP=0334cd68
ECX= DS=018f ESI=0020 FS=6b6f
EDX= ES=018f EDI=007eb8a8 GS=5efe
Bytes at CS:EIP:
ff 77 20 53 66 8b 47 24 8e c0 66 8b 47 28 8e e8 
Stack dump:

Attached is the cygcheck output.  

cygcheck.out
Description: 3924260979-cygcheck.out
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

Re: X11 forwarding

2006-11-12 Thread Larry Hall (Cygwin X)

Max Pfeiffer wrote:

Dear cygwin- Team
i am training to connect my linux system from my windows XP system. I do 
it with  putty and  cygwin .

but if i want start my x11 server. I get allways this error message:
[EMAIL PROTECTED] /etc/X11
$ startx  
Welcome to the XWin X Server

Vendor: The Cygwin/X Project
Release: 6.8.2.0-4

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

X :0 -multiwindow -clipboard

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winCheckDisplayNumber - Cygwin/X is already running on display 0

Fatal server error:
InitOutput - Duplicate invocation on display number: 0.  Exiting.

winDeinitMultiWindowWM - Noting shutdown in progress
giving up.
xinit:  Connection reset by peer (errno 104):  unable to connect to X 
server

xinit:  No such process (errno 3):  Server error.

It would be nice if you can help me.



The FAQ can help you:

http://x.cygwin.com/docs/faq/cygwin-x-faq.html#duplicate-invocation

The FAQ - a powerful force.  Learn it.  Know it.  Live it. ;-)


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/