[bt-devel] Compile problem

Joachim Ansorg bt-devel@crosswire.org
Mon, 21 May 2001 16:24:39 +0200


I do not understand this. Are you using the broken compiler from RH 7?
I changed nothing in the draw function.


Joachim


> qt2 version is 2.2.1-3mdk
> kdebase version is 2.0 -7mdk
> kdelibs version is 2.0-5mdk
> kdelibs-devel version is 2.0-5mdk
>
> This is the base for mandrake 7.2 without updates.  (I rebuilt my system
> and rearranged data on my harddrives to try out rieserfs in one of my
> partitions and wound up reinstalling the system.  I am going to goahead
> and apply the updates and try building again.
>
> Fred Saalbach
>
>
> The following is the output from make, all prevous was OK.
>
>
> ranlib libpresenters.a
> make[4]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend/presenters
>'
>
> Making all in optionsdialog
> make[4]: Entering directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend/optionsdia
>log'
>
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> -I/usr/lib/qt2/include -I/usr/X11R6/include   -D_REENTRANT
> -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST  -O2 -fno-exceptions
> -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
> -Wwrite-strings -Wno-long-long -fno-builtin  -c coptionsdialog.cpp
> /usr/lib/qt2/bin/moc ./coptionsdialog.h -o coptionsdialog.moc.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> -I/usr/lib/qt2/include -I/usr/X11R6/include   -D_REENTRANT
> -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST  -O2 -fno-exceptions
> -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
> -Wwrite-strings -Wno-long-long -fno-builtin  -c coptionsdialog.moc.cpp
> creating liboptionsdialog_a_meta_unload.cpp
> rm -f liboptionsdialog_a_meta_unload.cpp
> cat  coptionsdialog.moc.cpp | grep 'char.*className' | sed -e
> 's/.*[^A-Za-z0-9_:]\([A-Za-z0-9_:]*\)::className.*$/\"\1\",/' | sort |
> uniq >> liboptionsdialog_a_meta_unload.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> -I/usr/lib/qt2/include -I/usr/X11R6/include   -D_REENTRANT
> -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST  -O2 -fno-exceptions
> -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
> -Wwrite-strings -Wno-long-long -fno-builtin  -c
> liboptionsdialog_a_meta_unload.cpp
> rm -f liboptionsdialog.a
> ar cru liboptionsdialog.a coptionsdialog.o coptionsdialog.moc.o
> liboptionsdialog_a_meta_unload.o
> ranlib liboptionsdialog.a
> make[4]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend/optionsdia
>log'
>
> Making all in searchdialog
> make[4]: Entering directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend/searchdial
>og'
>
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> -I/usr/lib/qt2/include -I/usr/X11R6/include   -D_REENTRANT
> -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST  -O2 -fno-exceptions
> -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
> -Wwrite-strings -Wno-long-long -fno-builtin  -c csearchdialog.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> -I/usr/lib/qt2/include -I/usr/X11R6/include   -D_REENTRANT
> -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST  -O2 -fno-exceptions
> -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
> -Wwrite-strings -Wno-long-long -fno-builtin  -c
> csearchdialoganalysis.cpp
> csearchdialoganalysis.cpp: In method `void
> CSearchDialogAnalysisItem::draw(QPainter &)':
> csearchdialoganalysis.cpp:304: Internal compiler error.
> csearchdialoganalysis.cpp:304: Please submit a full bug report.
> csearchdialoganalysis.cpp:304: See
> <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[4]: *** [csearchdialoganalysis.o] Error 1
> make[4]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend/searchdial
>og'
>
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime/frontend'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime/bibletime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/fks00/Develop/cvs_repository/bibletime'
> make: *** [all-recursive-am] Error 2
> [fks00@localhost bibletime]$