Afficher un message
Vieux 09/04/2006, 08h42   #7
Mark Crispin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: compiling c-client on windows xp

On Sat, 8 Apr 2006, halayli@gmail.com wrote:
> Nope it didnt work, I didnt change any of the environment variable
> manually. I started the windows xp build environment script from the
> start menu and changed directory to vc98\bin and executed VCVARS32.BAT
> then changed directory to imap-2004 and ran the nmake command as in the
> BUILD file.


VC98 is an old version of Microsoft C. I haven't used it in some years.
The compile error messages indicate that you do not have the current SDK;
or at least that the security.h file that was picked up by the compiler
isn't the current version.

My recommendation is to buy a modern copy of Visual C++ to replace your
ancient VC98 installation. Then you wouldn't need to worry about the SDK
install, since modern versions have the modern includes and libraries.

The problem which you have is a C build environment setup problem on your
Windows system, not an IMAP problem. To build the UW IMAP software on
Windows, you have to have a modern C build environment, with the symbols
for Kerberos and SSL.

It is possible, with enough work, to figure out what you did wrong with
your SDK installation in VC98 and get it to work. However, I can't do
that work for you. I suspect that the labor cost to fix the old compiler
would be quite a bit greater than that of buying the new compiler.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
  Réponse avec citation
 
Page generated in 0,05357 seconds with 9 queries