compilation problems

"Elk, Michel van" <[email protected]> Mon, 5 Jan 2004 15:45:42 +0100
Newsgroups gmane.comp.video.xvid.user
Message-ID <[email protected]>
LS,

I'm compiling the latest 1.0.0 beta3 using VisualC++ 6.0.
I get some strange errors while compiling libxvidcore, it
seems the errors have something to do with conversion from
unsigned __int64 to double. here is one of the errors:

\src\plugins\plugin_2pass2.c(247) : error C2520: conversion from
unsigned __int64 to double not implemented, use signed __int64

When I fix the errors by disabling or casting my next problem
occurs when I try to compile VFW: pthreadVC.lib can not be found.

Doe anyone know a workaround and/or how to get everything compiled ?

Thanks !

LSD