LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing qt - Make error (https://www.linuxquestions.org/questions/linux-software-2/installing-qt-make-error-24723/)

incoma 07-01-2002 06:57 AM

installing qt - Make error
 
Hi all. I've been trying to install qt on my machine running on Mandrake 8.2, and gcc-2.96. I'm stuck at gmake. This is what I got:

g++ -c -pipe -Wall -W -O2 -DQT_INTERNAL_XML -DUIC -DQT_NO_DEBUG -DQT_SHARED -I../shared -I../../../src/3rdparty/zlib -I/usr/local/qt/include -I.moc/release/ -I/usr/local/qt/mkspecs/linux-g++ -o .obj/release/form.o form.cpp
form.cpp: In method `void Uic::createFormDecl (const QDomElement &)':
form.cpp:532: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[4]: *** [.obj/release/form.o] Error 2
make[4]: Leaving directory `/usr/local/qt/tools/designer/uic'
make[3]: *** [sub-uic] Error 2
make[3]: Leaving directory `/usr/local/qt/tools/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory `/usr/local/qt/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory `/usr/local/qt'
make: *** [init] Error 2

I'm still very new at all this. Can't think of any solution. Help anyone?

:confused:

Config 07-01-2002 07:10 AM

Could be a g++ bug, or some incompatibility from gcc 2.96 and QT. You might want to try out gcc 3.x - may be this solves the problem.
You might also check out the trolltech site. May be someone has already reported this problem, since this doesn't look like a 'user error' :)
Good luck


All times are GMT -5. The time now is 06:37 AM.