Hi!

Dietmar Kruse wrote:

> I'm running Kubuntu 8.04 AMD64.
> I checked out SVN 131 and I did nothing but "make".

Maybe you should have called "autoconf" and "configure" first, as that
is now (again) the preferred way to build dvbcut. Less hassle, you know.

> It compiles fine and leaves a working binary.
> When I use the buttons that play the 2 seconds before / after the cut I 
> get the error message in the subject.
> 
> Here are the first lines of the make output that seem relevant to me.
> 
> |[EMAIL PROTECTED]:~/Dokumente/dvbcut$ make
> |scons  \
> |
> |scons: Reading SConscript files ...
> |Checking for C header file libintl.h... (cached) yes
> |Checking for gettext() in C++ library intl... (cached) no
> |Checking for C library ao... yes
> |Checking for C library mad... (cached) no
> |Checking for C library a52... (cached) no
> |scons: done reading SConscript files.
> |scons: Building targets ...
> |... (lots of warnings)
> 
> It seems the problem is that libmad and / or liba52 were not found.

It didn't even check for them - did you notice the "(cached)"? It's
using the results of an earlier run (which are probably way out of
date). Please "rm -rf .scon*" in the build directory and start over. Or
use configure/make instead of scons (Note: that requires that you have
autoconf installed).

By the way: Those of you who like scons because it caches the compiled
files (and therefore speeds up subsequent compilations even after a
"make clean") should have a look at ccache (http://ccache.samba.org). In
case you speak German, you may also want to read an article I wrote on
the subject of caching compilation results a while ago (available online
at http://www.heise.de/ix/artikel/2006/11/159/).

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to