[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Windows implementation of fshcron.c
From: |
jan marco alkema |
Subject: |
[GNUnet-developers] Windows implementation of fshcron.c |
Date: |
Sun, 1 Jun 2003 22:11:06 +0200 |
Hello Krista,
I am working on the Windows implementation of fshcron.c. I use Microsoft
Visual C++ (MVC++). It is part of Visual studio.Net.
I have Mysql on my Windows working also --)
The first problem was that MVC++ don't uses the Linux include files. Richard
told me to do the following:
View -> Property Window (F4) -> Resource View -> fshcron righ mouse
button -> Properties -> Precompiler Headers -> Create/Use Precompiled
Header -> Set it to "Automatically Generate (/YX)"
After this I want to port vsftpd to Windows (fshftp) and gnunetd to Windows
later, which I will rename to fshcore,
Greetings Jan Marco
PS. Another problem is that MVC++ don't have all the Linux functions in
library.
Appendix A: Compiler error log:
------ Build started: Project: fshcron, Configuration: Debug Win32 ------
Compiling...
fshcron.c
c:\fshcron\fshcron\fshcron.c(647) : error C2061: syntax error : identifier
'time_t'
c:\fshcron\fshcron\fshcron.c(648) : error C2061: syntax error : identifier
'cl_first'
c:\fshcron\fshcron\fshcron.c(648) : error C2059: syntax error : ';'
c:\fshcron\fshcron\fshcron.c(649) : error C2061: syntax error : identifier
'cl_nextexe'
c:\fshcron\fshcron\fshcron.c(649) : error C2059: syntax error : ';'
c:\fshcron\fshcron\fshcron.c(663) : error C2059: syntax error : '}'
c:\fshcron\fshcron\fshcron.c(672) : error C2061: syntax error : identifier
'time_t'
c:\fshcron\fshcron\fshcron.c(673) : error C2059: syntax error : '}'
c:\fshcron\fshcron\fshcron.c(677) : error C2061: syntax error : identifier
'pid_t'
c:\fshcron\fshcron\fshcron.c(678) : error C2061: syntax error : identifier
'e_job_pid'
c:\fshcron\fshcron\fshcron.c(678) : error C2059: syntax error : ';'
c:\fshcron\fshcron\fshcron.c(679) : error C2059: syntax error : '}'
c:\fshcron\fshcron\fshcron.c(686) : error C2061: syntax error : identifier
'time_t'
c:\fshcron\fshcron\fshcron.c(689) : error C2059: syntax error : '}'