Qt-interest Archive, January 2007
Problem building Qt 4.2.0
Message 1 in thread
Hi list,
i tried to build Qt 4.2.0 from source on windows XP professional using
mingw, because i need the psql sql plugin. So i configured with the
following options:
configure -fast -no-qt3support -I D:\downloads\pgsql\include -L
d:\downloads\pgsql\lib -qt-zlib -qt-libpng -qt-libjpeg -qt-gif -platfo
rm win32-g++ -qt-sql-psql -plugin-sql-psql -saveconfig
configure_withSQL2
Unfortunately i get the error below:
..\propertyeditor\propertyeditor.cpp: In member function `void
qdesigner_interna
l::PropertyEditor::createPropertySheet(qdesigner_internal::PropertyCollection*,
QObject*)':
..\propertyeditor\propertyeditor.cpp:752: internal compiler error: in
ggc_recalc
ulate_in_use_p, at ggc-page.c:1468
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
mingw32-make[12]: *** [tmp\obj\release_shared\propertyeditor.o] Error
1
mingw32-make[12]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/sr
c/components/lib'
mingw32-make[11]: *** [release-all] Error 2
mingw32-make[11]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/sr
c/components/lib'
mingw32-make[10]: *** [all] Error 2
mingw32-make[10]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/sr
c/components/lib'
mingw32-make[9]: *** [sub-lib-make_default-ordered] Error 2
mingw32-make[9]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/src
/components'
mingw32-make[8]: *** [all] Error 2
mingw32-make[8]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/src
/components'
mingw32-make[7]: *** [sub-components-make_default-ordered] Error 2
mingw32-make[7]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/src
'
mingw32-make[6]: *** [all] Error 2
mingw32-make[6]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer/src
'
mingw32-make[5]: *** [sub-src-make_default] Error 2
mingw32-make[5]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer'
mingw32-make[4]: *** [all] Error 2
mingw32-make[4]: Leaving directory
`D:/Programmierung/Qt4.2.0/tools/designer'
mingw32-make[3]: *** [sub-designer-make_default-ordered] Error 2
mingw32-make[3]: Leaving directory `D:/Programmierung/Qt4.2.0/tools'
mingw32-make[2]: *** [all] Error 2
mingw32-make[2]: Leaving directory `D:/Programmierung/Qt4.2.0/tools'
mingw32-make[1]: *** [sub-tools-make_default-ordered] Error 2
mingw32-make[1]: Leaving directory `D:/Programmierung/Qt4.2.0'
mingw32-make: *** [all] Error 2
Could anybody help me out on this one?
Thanks!
Chris
--
[ signature omitted ]
Message 2 in thread
Hi,
> [...]
> ..\propertyeditor\propertyeditor.cpp:752: internal compiler error: in
> ggc_recalc
> ulate_in_use_p, at ggc-page.c:1468
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.mingw.org/bugs.shtml> for instructions.
> [...]
> Could anybody help me out on this one?
You seem to have a broken compiler. Try upgrading the MinGW tools.
--
[ signature omitted ]