Hi, I get a compilation error as following with latest avifile source from CVS make[2]: Entering directory `/libraries/avifile-0.6/lib/aviplay' /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i586 -pipe -c aviplay2.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i586 -pipe -Wp,-MD,.deps/aviplay2.pp -c aviplay2.cpp -fPIC -DPIC -o aviplay2.lo aviplay2.cpp: In method `AviPlayer2::AviPlayer2 (PlayerWidget *, Display *, const char *, const char *)': aviplay2.cpp:16: `GetPhysicalDepth' undeclared (first use this function) aviplay2.cpp:16: (Each undeclared identifier is reported only once for each function it appears in.) aviplay2.cpp:17: class `AviPlayer2' does not have any field named `m_pDpy' make[2]: *** [aviplay2.lo] Error 1 make[2]: Leaving directory `/libraries/avifile-0.6/lib/aviplay' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/libraries/avifile-0.6/lib' make: *** [all-recursive] Error 1 The steps I followed were: ./autogen.sh ./configure --disable-warnings --enable-quite --disable-kde --disable-sdl --without-x --disable-oss --disable-sunaudio --disable-x-code --with-wine32-path=/dll --enable-release --disable-timing --disable-qt make Any ideas? Compile steps work fine when I use the 0.6 avi release, but not latest CVS. I'm using latest CVS to get around earlier memory leak bug. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
