here is the ./configure final output:

Configuration for avifile
Compiler C:       gcc -g -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_REENTRANT -pipe
Compiler C++:     c++ -g -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_REENTRANT -pipe
Install path:     /usr/local
Qt:               yes
Sdl:              yes
Xft:              yes
Oss audio:        yes
Sun audio:        no
Mga_vid:          no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx4           yes  (DivX ;-), OpenDivX, DivX4)
  xvid            yes  (DivX4, XviD)
  ffmpeg          yes  (DivX ;-), OpenDivX, MJPEG, AC3)
  os motion jpeg  yes  (MJPEG)
  win32           yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
  MAD             yes  (MPEG Layer I/II/III)
  vorbis          yes
  lame runtime    yes

And here is compilation the output:

make[2]: Entering directory `/home/pierre/avifile0.7-0.7.21/lib/video'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I.
        -I../../include   -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include
        -D_REENTRANT  -I/usr/X11R6/include/freetype2  -I./../../drivers/vidix
        -DVIDIX_LIBDIR=\"/usr/local/lib/avifile0.7/vidix/\"  -I./../subtitles
        -Wall -Wno-unused -I../../include  -g -O2 -D_LARGEFILE_SOURCE
        -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE
        -D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe  -c sub_ft.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/include/SDL
        -D_REENTRANT -I/usr/X11R6/include -D_REENTRANT
        -I/usr/X11R6/include/freetype2 -I./../../drivers/vidix
        -DVIDIX_LIBDIR=\"/usr/local/lib/avifile0.7/vidix/\" -I./../subtitles -Wall
        -Wno-unused -I../../include -g -O2 -D_LARGEFILE_SOURCE
        -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE
        -D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe -c sub_ft.cpp     -fPIC -DPIC -o
        sub_ft.lo
sub_ft.cpp:121: syntax error before `;'
sub_ft.cpp:122: syntax error before `;'
sub_ft.cpp: In method `avm::FontRend_FT::FontRend_FT()':
sub_ft.cpp:30: class `avm::FontRend_FT' does not have any field named `m_Lib'
sub_ft.cpp:30: class `avm::FontRend_FT' does not have any field named `m_Face'
sub_ft.cpp: In method `int avm::FontRend_FT::Open(const char *, int, int)':
sub_ft.cpp:34: `m_Lib' undeclared (first use this function)
sub_ft.cpp:34: (Each undeclared identifier is reported only once
sub_ft.cpp:34: for each function it appears in.)
sub_ft.cpp:34: implicit declaration of function `int
avm::FT_Init_FreeType(...)'
sub_ft.cpp:40: `m_Face' undeclared (first use this function)
sub_ft.cpp:40: implicit declaration of function `int avm::FT_New_Face(...)'
sub_ft.cpp:41: `FT_Err_Unknown_File_Format' undeclared (first use this function)
sub_ft.cpp:53: `ft_encoding_unicode' undeclared (first use this function)
sub_ft.cpp:53: implicit declaration of function `int avm::FT_Select_Charmap(...)'
sub_ft.cpp:57: implicit declaration of function `int avm::FT_Set_Charmap(...)'
sub_ft.cpp:61: implicit declaration of function `int avm::FT_IS_SCALABLE(...)'
sub_ft.cpp:63: implicit declaration of function `int avm::FT_Set_Char_Size(...)'
sub_ft.cpp:72: implicit declaration of function `int avm::FT_IS_FIXED_WIDTH(...)'
sub_ft.cpp:75: implicit declaration of function `int avm::FT_HAS_KERNING(...)'
sub_ft.cpp: In method `void avm::FontRend_FT::Close()':
sub_ft.cpp:81: implicit declaration of function `int avm::FT_Done_FreeType(...)'
sub_ft.cpp: In method `const struct avm::ci_font_t *
avm::FontRend_FT::GetChar(int, const avm::ci_font_t * = 0, int * = 0)':
sub_ft.cpp:90: implicit declaration of function `int avm::FT_Get_Char_Index(...)'
sub_ft.cpp:92: `FT_LOAD_DEFAULT' undeclared (first use this function)
sub_ft.cpp:92: `FT_LOAD_NO_HINTING' undeclared (first use this function)
sub_ft.cpp:92: implicit declaration of function `int avm::FT_Load_Glyph(...)'
sub_ft.cpp:94: `FT_Bitmap' undeclared (first use this function)
sub_ft.cpp:94: parse error before `;'
sub_ft.cpp:95: `ft_glyph_format_outline' undeclared (first use this function)
sub_ft.cpp:98: `bit' undeclared (first use this function)
sub_ft.cpp:98: `ft_pixel_mode_mono' undeclared (first use this function)
sub_ft.cpp:101: `ft_pixel_mode_grays' undeclared (first use this function)
sub_ft.cpp:112: `FT_Vector' undeclared (first use this function)
sub_ft.cpp:112: parse error before `;'
sub_ft.cpp:114: `ft_kerning_default' undeclared (first use this function)
sub_ft.cpp:114: `delta' undeclared (first use this function)
sub_ft.cpp:114: implicit declaration of function `int
avm::FT_Get_Kerning(...)'
make[2]: *** [sub_ft.lo] Error 1
make[2]: Leaving directory `/home/pierre/avifile0.7-0.7.21/lib/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pierre/avifile0.7-0.7.21/lib'
make: *** [all-recursive] Error 1



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

Reply via email to