
Code: Select all
g++ -c -pipe `artsc-config --cflags` -Wall -W -O3 -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_IVTV -DUSING_XV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I../libmyth -I.. -Idvbdev -I../libavcodec -I/usr/qt/3/include -o osdsurface.o osdsurface.cpp
osdsurface.cpp:619: error: syntax error before `=' token
osdsurface.cpp:620: error: syntax error before `=' token
osdsurface.cpp: In function `void (* blendtoyv12_8_init(OSDSurface*))(unsigned
char*, unsigned char*, unsigned char*, bool)':
osdsurface.cpp:369: warning: unused parameter `OSDSurface*surface'
osdsurface.cpp: In function `void (*
blendtoargb_8_init(OSDSurface*))(OSDSurface*, unsigned char*, unsigned
char*, unsigned char*, unsigned char*, unsigned char*)':
osdsurface.cpp:495: warning: unused parameter `OSDSurface*surface'
make[2]: *** [osdsurface.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/mythtv-0.15/work/mythtv-0.15/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/var/tmp/portage/mythtv-0.15/work/mythtv-0.15/libs'
make: *** [sub-libs] Error 2
!!! ERROR: media-tv/mythtv-0.15 failed.
!!! Function src_compile, Line 117, Exitcode 2
!!! compile problem



Code: Select all
videoout_directfb.cpp: In member function `virtual bool
VideoOutputDirectfb::Init(int, int, float, long unsigned int, int, int, int,
int, long unsigned int)':
videoout_directfb.cpp:340: `DSCAPS_DOUBLE' undeclared (first use this function)
Hey drunkentiger, I noticed a minor typo in section 10 of your guide. Where it saysdrunkentiger wrote:Just in case some of you are looking for a quick guide on how to upgrade to 0.15, I've updated my guide, http://wopr.yi.org/mythtv.html to show how to do this under Gentoo. See Appendix 3.
Enjoy
it should be .my.cnf. At least for me, putting the pw in .my.conf did not work, but below that line you chmod the .my.cnf file, and when I tried that it finally let me connect to mysql without entering a password.Now create the file .my.conf in the /root directory which contains the following text (replacing new-password with the password you created above):"

Thanks Rylan. You are correct, it has been fixed.Rylan wrote:Hey drunkentiger, I noticed a minor typo in section 10 of your guide. Where it saysit should be .my.cnf. At least for me, putting the pw in .my.conf did not work, but below that line you chmod the .my.cnf file, and when I tried that it finally let me connect to mysql without entering a password.Now create the file .my.conf in the /root directory which contains the following text (replacing new-password with the password you created above):"
Code: Select all
bind-address = 127.0.0.1
Code: Select all
bind-address = IP_OF_INTERFACE_TO_BIND_TO
What ivtv version are you using? I'm been trying to get ivtv to work with the latest versions of ivtv available here: http://kmos.org/~ckennedy/ivtv/. I've only been able to get lirc working in gentoo-dev-soruces-2.6.5-r1. However, there is an "error running install command" for ivtv, hence I get no /dev/video0.bruor wrote: EDIT: gcasillo
i am doing this all using the gentoo-dev-sources-2.6.5-r1![]()
and i like this kernel a lot as well