nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] today CVS does not compile on GNU/Linux


From: Guillaume Morin
Subject: [Nel] today CVS does not compile on GNU/Linux
Date: Thu, 18 Apr 2002 00:04:30 +0200
User-agent: Mutt/1.3.28i

compilation chokes on async_file_manager.cpp

ccache c++ -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../src -I/usr/include/freetype2 -g
-finline-functions -DNL_DEBUG -DNL_DEBUG_FAST -ftemplate-depth-24
-I/usr/X11R6/include
-I/usr/include/stlport -I/usr/include/libxml2/libxml
-I/usr/include/libxml2 -I../../include -DHAVE_NELCONFIG_H -c
async_file_manager.cpp -Wp,-MD,.deps/async_file_manager.TPlo  -fPIC
-DPIC -o .libs/async_file_manager.lo
async_file_manager.cpp:39: windows.h: No such file or directory
make[1]: *** [async_file_manager.lo] Erreur

If I comment out the include line, I get

ccache c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../src 
-I/usr/include/freetype2 -g -finline-functions -DNL_DEBUG -DNL_DEBUG_FAST 
-ftemplate-depth-24 -I/usr/X11R6/include -I/usr/include/stlport 
-I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I../../include 
-DHAVE_NELCONFIG_H -c async_file_manager.cpp 
-Wp,-MD,.deps/async_file_manager.TPlo  -fPIC -DPIC -o 
.libs/async_file_manager.lo
async_file_manager.cpp: In method `void 
NL3D::CAsyncFileManager::CFileLoad::run()':
async_file_manager.cpp:324: `HANDLE' undeclared (first use this function)
async_file_manager.cpp:324: (Each undeclared identifier is reported only once 
async_file_manager.cpp:324: for each function it appears in.)
async_file_manager.cpp:324: parse error before `='
async_file_manager.cpp:331: `hFile' undeclared (first use this function) 
async_file_manager.cpp:331: `INVALID_HANDLE_VALUE' undeclared (first use this 
function)
async_file_manager.cpp:335: `DWORD' undeclared (first use this function)
async_file_manager.cpp:335: parse error before `='
async_file_manager.cpp:336: `filesize' undeclared (first use this function)
async_file_manager.cpp:337: parse error before `;'
async_file_manager.cpp:339: `nbBytesRead' undeclared (first use this function)
async_file_manager.cpp:339: implicit declaration of function `int 
NL3D::ReadFile(...)'
async_file_manager.cpp:340: implicit declaration of function `int 
NL3D::CloseHandle(...)'
make[1]: *** [async_file_manager.lo] Erreur 1

Any hints ?

TIA.

-- 
Guillaume Morin <address@hidden>

                              I wish you were here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]