This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] qt3-3.3.4


>>>>> Yaakov S writes:

    > As much as I prefer GNOME, I think it's about time for qt to be in the
    > distro as well:

    > ftp://sunsite.dk/projects/cygwinports/release/KDE/qt3/qt3-3.3.4-2-src.tar.bz2

I'm trying to build from source but get:

/usr/src/qt-x11-free-3.3.4/.build/bin/uic -L /usr/src/qt-x11-free-3.3.4/.build/plugins topicchooser.ui -i topicchooser.h -o topicchooser.cpp
Mutex lock failure: Resource deadlock avoided
g++ -c -pipe -I/usr/include/postgresql/server -I/usr/include/postgresql/pgsql -I/usr/include/postgresql/pgsql/server -fno-exceptions -w -O2 -D_REENTRANT  -DQT_INTERNAL_NETWORK -DQT_INTERNAL_XML -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/src/qt-x11-free-3.3.4/.build/mkspecs/cygwin-g++ -I. -I/usr/include/freetype2 -I../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/topicchooser.o topicchooser.cpp
topicchooser.cpp: In constructor `TopicChooserBase::TopicChooserBase(QWidget*, const char*, bool, uint)':
topicchooser.cpp:32: error: `se' undeclared (first use this function)
topicchooser.cpp:32: error: (Each undeclared identifier is reported only once for each function it appears in.)
topicchooser.cpp:32: error: expected `;' at end of input
topicchooser.cpp:32: error: expected `}' at end of input
make: *** [.obj/release-shared-mt/topicchooser.o] Error 1


This is because uic coredumps before it finishs to write the file
topicchooser.cpp as you can see below:


topicchooser.cpp:
=================

/****************************************************************************
** Form implementation generated from reading ui file 'topicchooser.ui'
**
** Created: Sun Sep 4 22:53:18 2005
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#include "topicchooser.h"

#include <qvariant.h>
#include <qlabel.h>
#include <qlistbox.h>
#include <qpushbutton.h>
#include <qlayout.h>
#include <qtooltip.h>
#include <qwhatsthis.h>

/*
 *  Constructs a TopicChooserBase as a child of 'parent', with the
 *  name 'name' and widget flags set to 'f'.
 *
 *  The dialog will by default be modeless, unless you set 'modal' to
 *  TRUE to construct a modal dialog.
 */
TopicChooserBase::TopicChooserBase( QWidget* parent, const char* name, bool modal, WFlags fl )
    : QDialog( parent, name, modal, fl )
{
    if ( !name )
	setName( "TopicChooserBase" );
    se
    
    

uic.exe.stackdump:
==================

Exception: STATUS_ACCESS_VIOLATION at eip=610CDC9B
eax=00000000 ebx=00000010 ecx=00000010 edx=1003C540 esi=00000000 edi=1003C530
ebp=0022CD84 esp=0022CD7C program=D:\usr\src\qt-x11-free-3.3.4\.build\bin\uic.exe, pid 4000, thread main
cs=001B ds=0023 es=0000 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022CD84  610CDC9B  (1003C530, 00000000, 00000010, 00000000)
0022CDA4  610B54CB  (7FFDF000, 0022CE64, 7C9169A5, 0022CDCC)
0022CDE4  6104F6EF  (00000001, 00000010, 7FFDFBF8, 610A3728)
0022CDF4  61002009  (00000010, 003B0023, 00230000, 66EDE300)
7FFDFBF8  610A3728  (00690075, 002E0063, 00780065, 002E0065)
      4 [main] uic 4000 handle_exceptions: Error while dumping state (probably corrupted stack)


    > Yaakov

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]