
vbtalent at gmail
Dec 23, 2008, 1:44 PM
Post #28 of 34
(799 views)
Permalink
|
On Tue, Dec 23, 2008 at 4:31 PM, A JM <vbtalent [at] gmail> wrote: > > > On Tue, Dec 23, 2008 at 1:07 PM, Michael T. Dean <mtdean [at] thirdcontact>wrote: > >> On 12/23/2008 11:01 AM, A JM wrote: >> > I've been running trunk for a while now... so I'm aware of the issues >> that >> > lie beneath, however I am seriously thinking about fixes.. >> > >> > I was hoping it was going to be a simple "svn update"... to get me more >> > recent and now its just a matter of principal and learning. >> > >> > I'm unfamiliar with the command line - >> > >> > rm -r /usr/{,local/}lib/{libmyth*,mythtv} >> > rm /usr/{,local/}include/mythtv* >> > Will this check both /usr/local/lib and /usr/lib at the same time? >> > > > > After running the command line for the deletes which it didn't find any the > same error is hanging around... > > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX="/usr/local" > -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I. -o mpeg.o mpeg.c > gcc -c -pipe -march=athlon-xp -fomit-frame-pointer -O3 -D_ISOC99_SOURCE > -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch > -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign > -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT > -DPIC -fPIC -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 > -DPREFIX="/usr/local" -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H > -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I. > -o mpegts.o mpegts.c > mpegts.c:25:30: error: libmythdb/compat.h: No such file or directory > make[2]: *** [mpegts.o] Error 1 > make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavformat' > make[1]: *** [sub-libavformat-make_default-ordered] Error 2 > make[1]: Leaving directory `/home/mythtv/mythtv/libs' > make: *** [sub-libs-make_default-ordered] Error 2 > > > > Sorry, wish I could take that last post back... user error. compat.h was actually missing from an incomplete svn update... it's currently compiling (fingers are crossed..) :>) Thanks,
|