[Kde-cygwin-cvs] CVS: qt-3/src/kernel qwidget_x11.cpp, 1.1.1.9, 1.1.1.10

Ralf Habacker ralf.habacker at freenet.de
Thu Dec 30 13:31:29 CET 2004


On Wednesday 29 December 2004 23:42, Chris January wrote:
> > Update of /cvsroot/kde-cygwin/qt-3/src/kernel
> > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1310
> >
> > Modified Files:
> >       Tag: QT_WIN32_3_3_BRANCH
> > 	qwidget_x11.cpp
> > Log Message:
> > added missing getepid() definition
> >
> > Index: qwidget_x11.cpp
> > ===================================================================
> > RCS file: /cvsroot/kde-cygwin/qt-3/src/kernel/qwidget_x11.cpp,v
> > retrieving revision 1.1.1.9
> > retrieving revision 1.1.1.10
> > diff -u -r1.1.1.9 -r1.1.1.10
> > --- qwidget_x11.cpp	23 Sep 2004 17:23:07 -0000	1.1.1.9
> > +++ qwidget_x11.cpp	29 Dec 2004 21:28:00 -0000	1.1.1.10
> > @@ -48,6 +48,7 @@
> >  #include "qcursor.h"
> >  #include "qt_x11_p.h"
> >  #include <stdlib.h>
> > +#include <unistd.h> // getpid
>
> Was this commited to the right branch Ralf ? 
The 3.3 branch contains the most recent x11 sources, so for my opinion the 
original targets should work. If you configure this branch for cygwin-g++, 
you will get the cygwin/x11 release, which was broken without this patches. 

The qt3/win32 cygwin compile instructions say that qt3.3/win32 is in 
preparation, which could be done by a cygwin-g++-win32 target. For this 
target, the unixmake2.cpp patches are also required otherwise qmake will not 
generate proper Makefiles. I will look, if I found some time to prepare this 
target. 
Aftere that the the QT_WIN32_3_BRANCH is obsolate and the website could be 
updated. 

Cheers
Ralf 




More information about the kde-cygwin mailing list