Hello,

when having installed libdivxcore, the build fails because of

| g++ -DHAVE_CONFIG_H -I. -I. -I../include -DPLUGIN_PATH=\"/usr/local/lib/avifile0.6\" 
|-Wall -Wno-unused -g -march=i586 -ffast-math -pipe -c codeckeeper.cpp -MT 
|codeckeeper.lo -MD -MP -MF .deps/codeckeeper.TPlo  -fPIC -DPIC -o codeckeeper.lo
| In file included from codeckeeper.cpp:14:
| ../plugins/libdivx4/fillplugins.h:8:20: decore.h: No such file or directory
| make[2]: *** [codeckeeper.lo] Error 1
| make[1]: *** [all-recursive] Error 1
| make: *** [all-recursive] Error 1
| make[2]: Leaving directory `/var/volatile/rpm/SOURCES/avifile0.6-20011220/lib'
| make[1]: Leaving directory `/var/volatile/rpm/SOURCES/avifile0.6-20011220/lib'

libdivxcore-0.4.7 places its files into /usr/include/divx (or better
$(includedir)/divx)


Therefore, 'plugins/libdivx4/fillplugins.h:8' should include 'divx/decore.h'
and not 'decore.h'. The tests in "configure.in" must be adapted also.




Enrico

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

Reply via email to