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: zipur
Subject: Re: [Swftools-common] Compile swftools 0.5.1 avitoswf On Suse 9.1 Fails
Date: Thu, 22 Jul 2004 16:26:45 -0600

Thanks Matthias,

This time the cvs was up and running, so I compiled from cvs source and
it solved the issue ... thanks for your efforts :)

Zip

On Thu, 2004-07-22 at 05:26, Matthias Kramm wrote:
> 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]