View Single Post
Old 01-25-2007, 05:23 AM  
jalancrew
Junior Member
 
Join Date: Jan 2007
Posts: 2
Default module.h not found

Hello all,

I am trying to compile ioFTPD but i get an error. I hope someone here can help me.

I started with doing a checkout with svn.
svn checkout http://ioftpd.svn.sourceforge.net/svnroot/ioftpd/trunk/ ioftpd

------ Build started: Project: Daemon, Configuration: Release Win32 ------
Compiling...
ftp.c
xmltok.c
xmlrole.c
xmlparse.c
.\daemon\expat\xmlparse.c(1504) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
user.c
c:\temp\ioftpd_src\ioftpd\src\daemon\private\datab ase.h(24) : fatal error C1083: Cannot open include file: 'module.h': No such file or directory


I am using Visual Studio 2005. I installed Microsoft Platform SDK for Windows Server 2003 R2 (normal installation) and also executed "Register PSDK Directories with Visual Studio".
I opened ioFTPD.sln and set the configuration to release. Next I pressed F7 (build solution) and I got this error. What I am doing wrong?

Kind regards,

Jaap
jalancrew is offline