
tigger at io
May 4, 2008, 2:07 PM
Post #3 of 4
(470 views)
Permalink
|
|
Re: compilation problems with (k)ubuntu hardy heron & svn
[In reply to]
|
|
I did some comparing, and the box that wasn't compiling was using the 'directfb' option for video out. I used ./configure --disable-directfb, and now it compiles--but it also does like the other box, and segfaults on startup. Any suggestions? I'm happy to recompile with debugging turned on if it'll help. Paul 11:07am, Paul Archer wrote: > I upgraded to rev 17246 last night, and all the boxes I have that are running > (k)ubuntu gutsy are fine--but the two I have that are runnning hardy (8.04) > are giving me problems. One compiles, but segfaults on startup: > > 2008-05-04 10:33:05.669 Using the Qt painter > 2008-05-04 10:33:05.669 JoystickMenuClient Error: Joystick disabled - Failed > to read /home/parcher/.mythtv/joystickmenurc > 2008-05-04 10:33:05.829 MC::NormalizeFontSize() called, but no window > 2008-05-04 10:33:06.428 Loading from: > /usr/local/share/mythtv/themes/MythCenter/base.xml > 2008-05-04 10:33:06.792 Loading from: > /usr/local/share/mythtv/themes/default/base.xml > 2008-05-04 10:33:07.710 Registering Internal as a media playback plugin. > 2008-05-04 10:33:08.123 MythMusic adding CD-Writer: 1,0,0 -- DVD+-RW SDVD8820 > 2008-05-04 10:33:08.746 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac) > Segmentation fault > > > While the other one won't compile: > > > In file included from videoout_directfb.cpp:32: > filtermanager.h:20: error: expected template-name before '<' token > filtermanager.h:20: error: expected `{' before '<' token > filtermanager.h:20: error: expected unqualified-id before '<' token > videoout_directfb.cpp: In member function 'virtual int > VideoOutputDirectfb::GetRefreshRate()': > videoout_directfb.cpp:311: warning: deprecated conversion from string > constant to 'char*' > videoout_directfb.cpp: In member function 'virtual void > VideoOutputDirectfb::ProcessFrame(VideoFrame*, OSD*, FilterChain*, > NuppelVideoPlayer*)': > videoout_directfb.cpp:898: error: invalid use of incomplete type 'class > FilterChain' > filtermanager.h:20: error: forward declaration of 'class FilterChain' > videoout_directfb.cpp:901: error: invalid use of incomplete type 'class > FilterChain' > filtermanager.h:20: error: forward declaration of 'class FilterChain' > distcc[16349] ERROR: compile videoout_directfb.cpp on localhost failed > make[2]: *** [videoout_directfb.o] Error 1 > make[2]: Leaving directory `/home/parcher/svn-mythtv/libs/libmythtv' > make[1]: *** [sub-libmythtv-make_default-ordered] Error 2 > make[1]: Leaving directory `/home/parcher/svn-mythtv/libs' > make: *** [sub-libs-make_default-ordered] Error 2 > > > Any ideas? > > Paul > > ---------------------------------------------------------------------------- echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc (It's safe) ---------------------------------------------------------------------------- _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|