Mailing List Archive

CVS compile failure in mythcontext
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fresh checkout from CVS:

[mythtv@pvr MC]$ make

[snip]

cd libs && make -f Makefile
make[1]: Entering directory `/home/mythtv/new-myth/MC/libs'
cd libavcodec && make -f Makefile
make[2]: Entering directory
`/home/mythtv/new-myth/MC/libs/libavcodec'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/mythtv/new-myth/MC/libs/libavcodec'
cd libmyth && make -f Makefile
make[2]: Entering directory `/home/mythtv/new-myth/MC/libs/libmyth'
g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer
- -funroll-loops -fexpensive-optimizations -finline-functions -fno-rtti
- -fno-exceptions -D_REENTRANT -fPIC -D_GNU_SOURCE
- -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX -DQT_NO_DEBUG
- -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/lib/qt3/include
- -I/usr/lib/qt3/mkspecs/default -o mythcontext.o mythcontext.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
mythcontext.cpp:119: default argument given for parameter 2 of
`QString MythContext::RunProgramGuide(QString, bool = false)'
mythcontext.h:25: after previous specification in `QString
MythContext::RunProgramGuide(QString, bool = false)'
make[2]: *** [mythcontext.o] Error 1
make[2]: Leaving directory `/home/mythtv/new-myth/MC/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory `/home/mythtv/new-myth/MC/libs'
make: *** [sub-libs] Error 2
[mythtv@pvr MC]$

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPd5x0/c1NpCTlP0JEQL3eACfZ7dexb1dvCYsJxBtFKaMxL+X7PkAnjOG
UrjvTjWF7ouTbm7gSsal+jkA
=a/py
-----END PGP SIGNATURE-----
Re: CVS compile failure in mythcontext [ In reply to ]
in mythcontext.cpp, remove the "=false" i nthe function definition

-Mark


On Fri, 2002-11-22 at 14:05, Robert Kulagowski wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Fresh checkout from CVS:
>
> [mythtv@pvr MC]$ make
>
> [snip]
>
> cd libs && make -f Makefile
> make[1]: Entering directory `/home/mythtv/new-myth/MC/libs'
> cd libavcodec && make -f Makefile
> make[2]: Entering directory
> `/home/mythtv/new-myth/MC/libs/libavcodec'
> make[2]: Nothing to be done for `first'.
> make[2]: Leaving directory `/home/mythtv/new-myth/MC/libs/libavcodec'
> cd libmyth && make -f Makefile
> make[2]: Entering directory `/home/mythtv/new-myth/MC/libs/libmyth'
> g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer
> - -funroll-loops -fexpensive-optimizations -finline-functions -fno-rtti
> - -fno-exceptions -D_REENTRANT -fPIC -D_GNU_SOURCE
> - -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX -DQT_NO_DEBUG
> - -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/lib/qt3/include
> - -I/usr/lib/qt3/mkspecs/default -o mythcontext.o mythcontext.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
> mythcontext.cpp:119: default argument given for parameter 2 of
> `QString MythContext::RunProgramGuide(QString, bool = false)'
> mythcontext.h:25: after previous specification in `QString
> MythContext::RunProgramGuide(QString, bool = false)'
> make[2]: *** [mythcontext.o] Error 1
> make[2]: Leaving directory `/home/mythtv/new-myth/MC/libs/libmyth'
> make[1]: *** [sub-libmyth] Error 2
> make[1]: Leaving directory `/home/mythtv/new-myth/MC/libs'
> make: *** [sub-libs] Error 2
> [mythtv@pvr MC]$
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
>
> iQA/AwUBPd5x0/c1NpCTlP0JEQL3eACfZ7dexb1dvCYsJxBtFKaMxL+X7PkAnjOG
> UrjvTjWF7ouTbm7gSsal+jkA
> =a/py
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>