Hi!

Franz-Rudolf Kuhnen wrote:

> dvbcut won't compile on my system.

Which version? Which build system (configure/make or scons)?

You should get the latest version from SVN and use configure/make for
compiling.

> Here the error-message:
> 
> g++ -o 
> src/mpegmuxer.o -c -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
> -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/lib/qt3/include -Iffmpeg/include 
> src/mpegmuxer.cpp
> src/mpegmuxer.cpp: In constructor ‘mpegmuxer::mpegmuxer(uint32_t, mpgfile&, 
> const char*, bool, int, int)’:
> src/mpegmuxer.cpp:106: error: ‘malloc’ was not declared in this scope
> src/mpegmuxer.cpp: In destructor ‘virtual mpegmuxer::~mpegmuxer()’:
> src/mpegmuxer.cpp:148: error: ‘free’ was not declared in this scope

malloc() and free() should be declared in <stdlib.h>, which
mpegmuxer.cpp includes via <cstdlib>.

> My System:
> openSUSE-11.0
>     with original Software like:
> gcc (SUSE Linux) 4.3.1 20080507

Didn't somebody tell me that Suse already includes dvbcut? Sven?

-- 
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