"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I just tried compiling latest CVS again. Here is what happens: > | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src | -I../../../lyx/src/support/.. -I../../../lyx/boost -I/usr/local/include | -W -Wall -I/usr/X11R6/include -O2 -fno-exceptions -mms-bitfields | -MT fs_extras.lo -MD -MP -MF .deps/fs_extras.Tpo -c | ../../../lyx/src/support/fs_extras.C -o fs_extras.o > | ../../../lyx/src/support/fs_extras.C: In function `bool | boost::filesystem::is_readable(const boost::filesystem::path&)': | ../../../lyx/src/support/fs_extras.C:36: error: `DWORD' undeclared (first use
Does it help if you add a #include <windows.h> to this file (fs_extras.C) -- Lgb