[mythtv] Re: mythgame(CVS) errors on make
cwatson at linkline.com
cwatson at linkline.com
Fri Feb 28 23:49:13 EST 2003
Thanks for the info! But unfortunately, I'm getting another error trying to
make MC...
g++ -c -pipe -Wall -W -O6 -march=athlon -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations `freetype-config --cflags` -D_REENTRANT
-D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I/usr/local/include -I../libmyth -I..
-I/usr/lib/qt3/include -I/usr/lib/qt3/mkspecs/default -o programinfo.o
programinfo.cpp
cc1plus: warning: changing search order for system directory
"/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system
directory
In file included from /usr/include/c++/3.2/vector:71,
from ../libmyth/settings.h:8,
from scheduledrecording.h:4,
from programinfo.h:9,
from programinfo.cpp:1:
/usr/include/c++/3.2/bits/stl_vector.h:757: internal error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [programinfo.o] Error 1
make[2]: Leaving directory `/home/cecil/src/mythtv/MC/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/home/cecil/src/mythtv/MC/libs'
make: *** [sub-libs] Error 2
Cecil
J.R. Hyde writes:
> Do a make distclean of MC then remake MC from the latest cvs. I think
> the MythProgress* stuff was just added yesterday or the day before.
>
> -----Original Message-----
> From: mythtv-dev-bounces at snowman.net
> [mailto:mythtv-dev-bounces at snowman.net] On Behalf Of
> cwatson at linkline.com
> Sent: Friday, February 28, 2003 2:02 PM
> To: mythtv-dev at snowman.net
> Subject: [mythtv] mythgame(CVS) errors on make
>
> Hello Everyone,
>
> I just grabbed mythgame from CVS! On make, I got the following
> error(s):
> make[1]: Entering directory `/home/cecil/src/mythtv/mythgame/mythgame'
> g++ -c -pipe -Wall -W -O3 -march=athlon -fomit-frame-pointer
> -funroll-loops
> -fexpensive-optimizations -finline-functions -D_REENTRANT
> -D_GNU_SOURCE
> -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> -I/usr/local/include -I/usr/lib/qt3/include
> -I/usr/lib/qt3/mkspecs/default
> -o neshandler.o neshandler.cpp
> cc1plus: warning: changing search order for system directory
> "/usr/local/include"
> cc1plus: warning: as it has already been specified as a non-system
> directory
> neshandler.cpp: In member function `virtual void
> NesHandler::processGames()':
> neshandler.cpp:113: no matching function for call to
> `MythProgressDialog::Close()'
> make[1]: *** [neshandler.o] Error 1
> make[1]: Leaving directory `/home/cecil/src/mythtv/mythgame/mythgame'
> make: *** [sub-mythgame] Error 2
>
>
> I'm compiling on Mandrake 9.0, gcc3.2 and qt 3.0.5, I am specifing
> -march=athlon in my settings.pro. Any ideas? TIA,
>
> Cecil
More information about the mythtv-dev
mailing list