473,387 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Problems Compiling PyQt3.7

I get errors about QAssistantClient while compiling PyQt 3.7, on my
debian woody with Qt 3.1.2. Here is compiler message:

cd qt && /usr/bin/make -f Makefile
make[1]: Entering directory `/Downloads/KDE - libs/PyQt-x11-gpl-3.7/qt'
g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I.
-I/usr/include/python2.1 -I/usr/share/qt3/include -o qtcmodule.o
qtcmodule.cpp
In file included from qtcmodule.cpp:37:
sip/qassistantclient.sip:37: qassistantclient.h: No such file or directory
In file included from qtcmodule.cpp:37:
sipqtQAssistantClient.h:42: parse error before `{'
sipqtQAssistantClient.h:45: destructors must be member functions
sipqtQAssistantClient.h:49: non-member function `property(const char *)'
cannot have `const' method qualifier
sipqtQAssistantClient.h:82: parse error before `private'
sipqtQAssistantClient.h:84: syntax error before `&'
sipqtQAssistantClient.h:87: parse error before `}'
sipqtQAssistantClient.h:89: syntax error before `*'
make[1]: *** [qtcmodule.o] Error 1
make[1]: Leaving directory `/Downloads/KDE - libs/PyQt-x11-gpl-3.7/qt'
make: *** [sub-qt] Error 2

Anybody know any solution to this problem? I've got libqt3-mt,
libqt3-mt-dev, and Qt 3.1.2already installed.

--
mazu

Jul 18 '05 #1
1 2826
mazu <ma**@go2.pl> wrote:
I get errors about QAssistantClient while compiling PyQt 3.7, on my
debian woody with Qt 3.1.2. Here is compiler message:

cd qt && /usr/bin/make -f Makefile
make[1]: Entering directory `/Downloads/KDE - libs/PyQt-x11-gpl-3.7/qt'
g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I.
-I/usr/include/python2.1 -I/usr/share/qt3/include -o qtcmodule.o
qtcmodule.cpp
In file included from qtcmodule.cpp:37:
sip/qassistantclient.sip:37: qassistantclient.h: No such file or directory
In file included from qtcmodule.cpp:37:
sipqtQAssistantClient.h:42: parse error before `{'
sipqtQAssistantClient.h:45: destructors must be member functions
sipqtQAssistantClient.h:49: non-member function `property(const char *)'
cannot have `const' method qualifier
sipqtQAssistantClient.h:82: parse error before `private'
sipqtQAssistantClient.h:84: syntax error before `&'
sipqtQAssistantClient.h:87: parse error before `}'
sipqtQAssistantClient.h:89: syntax error before `*'
make[1]: *** [qtcmodule.o] Error 1
make[1]: Leaving directory `/Downloads/KDE - libs/PyQt-x11-gpl-3.7/qt'
make: *** [sub-qt] Error 2

Anybody know any solution to this problem? I've got libqt3-mt,
libqt3-mt-dev, and Qt 3.1.2already installed.


Seems your distribution is missing files. Download the Qt-3.1.2 source and
copy the missing files into $QTDIR/include.

:M:
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Olaf Meyer | last post by:
I'm having some problems compiling Python 2.3.3 on HP-UX (B.11.00). I've tried sevral different options for the configure script (e.g. enabling/disabling gcc, aCC) but I always get the same problem...
10
by: stu7 | last post by:
+ I have some problems with QT. I know that it is supposed to be useful for compiling cross-platform versions of a program, and that it has something to do with C++ ...not a problem so far. ...
11
by: Arturo DiDonna | last post by:
Hello everyone. I am trying to compile someone else code and I am stuck with compilation problems using the g++ 3.3 compiler. Basically, when compiling the following code, I get this error...
15
by: Rob Ratcliff | last post by:
I'm compiling the latest version of a CORBA ORB called MICO on a Cray X1. It makes heavy use of templates and namespaces. Up until the link step, the C++ source code compiled flawlessly. But, when...
9
by: robbie.carlton | last post by:
Hello! I've programmed in c a bit, but nothing very complicated. I've just come back to it after a long sojourn in the lands of functional programming and am completely stumped on a very simple...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
3
by: Ryan Riehle | last post by:
Hi All! Trying to upgrade to Apache 2.0.49 and getting compile errors related to mod_auth_pgsql, any clue?: make: Entering directory `/usr/src/httpd-2.0.49'...
2
by: ivan.pavlov | last post by:
I am running Debian/Linux unstable. Trying to upgrade packages depending on python (via aptitude) has started to give errors and leaves all packeges unconfigured. When I run dpkg --configure...
2
by: AngelOfDarkness | last post by:
Hi guys, unfortunately I am pretty new to Python and Qt and all that. Well, I managed to successfully program a little stuff for my work (computational neuroscientist... no comment please), using...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.