I'm trying to compile cvs avifile on a machine without a full X
installation.

autogen goes okay.

./configure --disable-xft --without-x --without-sdl --disable-sdltest -disable-x-code 
--disable-qt

also goes okay ( interesting that you have to specify BOTH --without-x and
--disable-x-code, or it still expects X libraries )

But "make" results in

In file included from aviplay_impl.h:8,
                 from aviplay.cpp:8:
../../include/renderer.h: In function `class VideoRenderer * 
CreateFullscreenRenderer(avm::IPlayerWidget *, void *, int, int, bool = false)':
../../include/renderer.h:179: `createFullscreenRenderer' undeclared in namespace `avm'
../../include/renderer.h:180: warning: control reaches end of non-void function 
`createFullscreenRenderer(avm::IPlayerWidget *, void *, int, int, bool)'
../../include/renderer.h: In function `class VideoRenderer * 
CreateYUVRenderer(avm::IPlayerWidget *, void *, int, int, unsigned int, bool = false)':
../../include/renderer.h:186: `createYUVRenderer' undeclared in namespace `avm'
../../include/renderer.h:187: warning: control reaches end of non-void function 
`createYUVRenderer(avm::IPlayerWidget *, void *, int, int, unsigned int, bool)'

Any ideas?  I used to not have a problem compiling.

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to