swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Compile swftools 0.5.1 avitoswf On Suse 9.1 Fails


From: Matthias Kramm
Subject: Re: [Swftools-common] Compile swftools 0.5.1 avitoswf On Suse 9.1 Fails
Date: Thu, 22 Jul 2004 13:26:53 +0200
User-agent: Mutt/1.5.6i

On Thu, Jul 22, 2004 at 12:01:54AM -0600, zipur wrote:
> avi2swf.m4:71: c++  -Wparentheses -Wimplicit -Wreturn-type -O 
> -fomit-frame-pointer  -I/usr/include/avifile -Wl,-rpath,/usr/lib -laviplay 
> conftest.cpp -o conftest
> In file included from conftest.cpp:17:
> /usr/include/avifile/fourcc.h:4:2: warning: #warning Use #include 
> "avm_fourcc.h" instead
> /tmp/ccy9vjU4.o(.text+0xc): In function `test()':
> : undefined reference to `avm::CreateReadFile(char const*, unsigned)'
> /tmp/ccy9vjU4.o(.text+0x60): In function `test()':
> : undefined reference to `avm::StreamInfo::GetVideoWidth() const'
> /tmp/ccy9vjU4.o(.text+0x68): In function `test()':
> : undefined reference to `avm::StreamInfo::GetVideoHeight() const'
> /tmp/ccy9vjU4.o(.text+0x70): In function `test()':
> : undefined reference to `avm::StreamInfo::GetAudioSamplesPerSec() const'
> /tmp/ccy9vjU4.o(.text+0x78): In function `test()':
> : undefined reference to `avm::StreamInfo::GetFps() const'
> /tmp/ccy9vjU4.o(.text+0x90): In function `test()':
> : undefined reference to `avm::CImage::ToRGB()'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvSetPortAttribute'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvQueryExtension'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvQueryAdaptors'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvQueryPortAttributes'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvUngrabPort'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XF86VidModeGetAllModeLines'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XvGetPortAttribute'
> /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> reference to `XF86VidModeGetModeLine'
> collect2: ld returned 1 exit status

If it were just for the "Xv*" symbols, I'd suggest running configure
as 
    LDFLAGS="/usr/X11R6/lib/" LÏBS="-lXv" ./configure
. However it also doesn't find all those "avm::" symbols, even though
they should be defined in aviplay itself, so something else is wrong
here.

You seem to have a fairly recent gcc (3.3.3)- maybe avifile was compiled
with a too old version?
Coudl you try to deinstall all currently installed avifile versions, and
then install it from source?

Greetings

Matthias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]