Re: waiting for X server to begin accepting connections .

2012-03-03 Thread Marc Girod


Marc Girod wrote:
 
 waiting for X server to begin accepting connections .
 
I started looking at the .server* and .Xauthority files.
Found that .Xauthority keeps growing (but not since the origin of times--and
see below: cleaned up after timeout!).
Now, I removed a previous version so that I only have a smaller chunk left:

~ strings .Xauthority
EV68B599EABE1A
MIT-MAGIC-COOKIE-1
Tnj#
MIT-MAGIC-COOKIE-1
MIT-MAGIC-COOKIE-1
MIT-MAGIC-COOKIE-1
MIT-MAGIC-COOKIE-1
MIT-MAGIC-COOKIE-1
~ strings .serverauth.5268
EV68B599EABE1A
MIT-MAGIC-COOKIE-1
~ wc .Xauthority
  0   3 340 .Xauthority
~ tail -3 /var/log/xwin/XWin.0.log
[  4303.693] winInitMultiWindowWM - XOpenDisplay () returned and
successfully opened the display.
[  4303.693] winMultiWindowXMsgProc - XOpenDisplay () returned and
successfully opened the display.
[  4303.693] winClipboardProc - XOpenDisplay () returned and successfully
opened the display.

It looks like the .serverauth file was cleaned up after the last exit--this
surprises me as I use to find afterwards.
.Xauthority was also cleaned up to a minimal state:

~ od -x .Xauthority
000

Marc
-- 
View this message in context: 
http://old.nabble.com/waiting-for-X-server-to-begin-accepting-connections-.-tp33432156p33433769.html
Sent from the cygwin-xfree mailing list archive at Nabble.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/



you online this am?

2012-03-03 Thread edv
are you online this am...?


--
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: you online this am?

2012-03-03 Thread Marc Girod


ed-644 wrote:
 
 are you online this am...?
 
I am...?
-- 
View this message in context: 
http://old.nabble.com/waiting-for-X-server-to-begin-accepting-connections-.-tp33432156p33434205.html
Sent from the cygwin-xfree mailing list archive at Nabble.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/



Re: [ANNOUNCEMENT] Updated: qt4-4.7.4-3

2012-03-03 Thread Angelo Graziosi

Yaakov (Cygwin/X) wrote:


I have finally updated Qt4 in the Cygwin distribution to 4.7.4


Just for the sake of completeness...

I find the following problem with Cygwin-X QT4 4.7.4.

Trying to build a CERN application, ROOT [*], it fails in this way:

[...]
g++ -O2 -pipe -Wall -Woverloaded-virtual -Iinclude -I/usr/X11R6/include 
-DQT3_SUPPORT -DQT_DLL -DQT_THREAD_SUPPORT -I. -I/usr/include/qt4 
-I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -o 
gui/qtgsi/src/TQCanvasImp.o -c /tmp/root/gui/qtgsi/src/TQCanvasImp.cxx

Generating dictionary gui/qtgsi/src/G__QtGSI.cxx...
core/utils/src/rootcint_tmp.exe -cint -f gui/qtgsi/src/G__QtGSI.cxx -c 
-DQTVERS=4 /tmp/root/gui/qtgsi/inc/TQApplication.h 
/tmp/root/gui/qtgsi/inc/TQRootDialog.h 
/tmp/root/gui/qtgsi/inc/TQRootCanvas.h 
/tmp/root/gui/qtgsi/inc/TQRootGuiFactory.h 
/tmp/root/gui/qtgsi/inc/TQCanvasMenu.h 
/tmp/root/gui/qtgsi/inc/TQRootApplication.h 
/tmp/root/gui/qtgsi/inc/TQCanvasImp.h /tmp/root/gui/qtgsi/inc/LinkDef.h
Error: Symbol QCloseEvent is not defined in current scope 
include/TQRootDialog.h:81:

Error: Symbol ce is not defined in current scope  include/TQRootDialog.h:81:
Error: void type variable can not be declared include/TQRootDialog.h:81:
Error: Syntax error include/TQRootCanvas.h:159:
Warning: Error occurred during reading source files
Warning: Error occurred during dictionary source generation
!!!Removing gui/qtgsi/src/G__QtGSI.cxx gui/qtgsi/src/G__QtGSI.h !!!
Error: core/utils/src/rootcint_tmp: error loading headers...
/tmp/root/gui/qtgsi/Module.mk:69: recipe for target 
`gui/qtgsi/src/G__QtGSI.cxx' failed

make: *** [gui/qtgsi/src/G__QtGSI.cxx] Error 1

To reproduce:

$ wget ftp://root.cern.ch/root/root_v5.32.01.source.tar.gz
$ tar -xf root_v5.32.01.source.tar.gz
$ cd root

$ ./configure win32gcc --enable-qt --with-qt-incdir=/usr/include/qt4 
--with-qt-libdir=/usr/lib/qt4/lib 21 | tee /tmp/build-ROOT.log


$ make 21 | tee -a /tmp/build-ROOT.log

ROOT builds fine with QT4 4.5 on Cygwin and on GNU/Linux Kubuntu with 
QT4 4.7.4.


Another strange thing I notice is that I need to add

  --with-qt-incdir=/usr/include/qt4 --with-qt-libdir=/usr/lib/qt4/lib

to ./configure...

Ciao,
Angelo.

---
http://root.cern.ch


build-ROOT-configure.output.bz2
Description: Binary data
--
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: you online this am?

2012-03-03 Thread Christopher Faylor
On Sat, Mar 03, 2012 at 06:30:40AM -0700, edv wrote:
are you online this am...?

I'm assuming that this is spam and so am blocking this account from further
communications here.  If I'm wrong the OP should send email to postmaster
to be unblocked and explain the reason for this bizarre question.

--
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/