I've checked out latest CVS sources today (and just now to be sure).

./configure returns the following

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

When `make`ing, the following error is produced

c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/include/SDL -D_REENTRANT 
-I/usr/X11R6/include -D_REENTRANT -I/usr/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 
-Wp,-MD,.deps/renderer.pp -c renderer.cpp     -fPIC -DPIC -o renderer.lo
renderer.cpp: In method `int avm::FullscreenRenderer::DrawSubtitles(const 
subtitle_line_t *)':
renderer.cpp:1128: passing `char *' as argument 3 of `XftTextExtentsUtf8(Display *, 
XftFont *, XftChar8 *, int, XGlyphInfo *)' changes signedness
renderer.cpp:1132: passing `char *' as argument 6 of `XftDrawStringUtf8(XftDraw *, 
XftColor *, XftFont *, int, int, XftChar8 *, int)' changes signedness
make[2]: *** [renderer.lo] Error 1
make[2]: Leaving directory `/usr/local/src/avifile-cvs/avifile/lib/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/avifile-cvs/avifile/lib'
make: *** [all-recursive] Error 1

I want to use the GUI program in avifile (what's it called, btw?) so I
can stand a chance of selecting a codec. I would like to volunteer to
help create some documentation. I just have to learn how to use it
first ;^)

I'm using

gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

libqt-dev      2.3.1-22  Qt GUI development headers
libqt-mt-dev   2.3.1-22  Qt GUI development headers (Threaded version)

As I'm not a C++ programmer, not a QT programmer, I haven't attempted to
fix the source.

-- 
Cameron Kerr
Email:   [EMAIL PROTECTED]
Website: http://nzgeeks.org/cameron/


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

Reply via email to