Re: [Ekiga-devel-list] Mingw32 : Having problem with ffmpeg



Am Montag, den 08.06.2009, 15:37 +0200 schrieb paul hillereau:
> 2009/6/8 Michael Rickmann <mrickma gwdg de>
>         I had trouble with ffmpeg as well. I realized that when doing
>         an update-
>         sources every now and then a new file was downloaded from SVN
>         though I
>         was requesting a specific SVN version. I think the ffmpeg guys
>         have a
>         problem keeping their SVN and git repositories in synchrony.
>         On the git
>         side they have a ffmpeg and a libswscale one. So I switched to
>         ffmpeg
>         git and tried to guess which ffmpeg version corresponds to
>         which
>         libswscale one, ffmpeg : d962d69f2ef1bcd3b4 and libswcale :
>         8c5952c02bfad4bfa6 is a good and rather recent pair. For
>         reference how
>         to download, configure and build, I attach my current
>         Makefile.
>         Regards
>         Michael
> 
> I do not have issue with ffmpeg so far, because i have an error when
> cross-compiling PTLIB. I tried to change the version for PTLIB in your
> Makefile but it does not solve my problem. I tried cross-compiling
> from PTLIB 2.4.1, 2.6.1 and trunk i have got errors in vfw.cxx :
> 
> Version 2.4.1:
> 
> PTLIB_URL:=
> https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_4
> 
> make[3]: Entering directory `/home/devel/win32/ekiga/win32/ptlib/src'
> i586-mingw32msvc-g++ -gstabs -I/home/devel/win32/ekiga/win32/include
> -march=pentium-mmx -DPTRACING -DP_FORCE_STATIC_PLUGIN -mms-bitfields
> -DPTRACING=1  -I/home/devel/win32/ekiga/win32/ekiga/win32/directx
> -fno-exceptions  -Wall  -g3 -ggdb -O0 -D_DEBUG
> -I/home/devel/win32/ekig

snip ... snip

> a/win32/ptlib/include -c ptlib/common/vfakeio.cxx
> [/home/devel/win32/ekiga/win32/ptlib/lib_mingw_x86/obj_d/vfw.o] Error
> 1
> make[3]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib/src'
> make[2]: *** [debug] Error 2
> make[2]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib/src'
> make[1]: *** [debug] Error 2
> make[1]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib'
> make: *** [/home/devel/win32/ekiga/win32/lib/libpt_d_s.a] Error 2
> 
> I search for the vfw.h header file but i did not found it. I'm running
> out of idea to get a clean cross-compile, any hints ?
> 
I have looked through your logs. It appears that you have vfw.h but in a
version too outdated for ptlib. If you work on a debian based system you
may try to install
http://wwwuser.gwdg.de/~mrickma/ekiga/mingwrt/mingw32-runtime_3.15-1_all.deb .
I know Fedora has it as well but cannot find it at the moment. Otherwise
you may consider to go to mingw.org, get the latest Win32 headers and
poke them into your system.
Regards
Michael



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]