Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: compiler error.  (Read 4393 times)

0 Members and 1 Guest are viewing this topic.

localhost

  • Guest
compiler error.
« on: March 26, 2007, 11:52:40 AM »

C:\Program Files\Anope>nmake -f Makefile.win32

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd src && nmake -f Makefile.win32 && cd ..

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl /nologo  /w /O2 /MD /I "C:\Program Files\Microsoft Visual Studio 8\VC
\Include" /I "C:\Program Files\Microsoft Platform SDK\Include" /I"../include" -c
 actions.c
actions.c
../include\services.h(87) : fatal error C1083: Cannot open include file: 'winsoc
k.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

C:\Program Files\Anope>
Logged

heinz

  • Guest
(No subject)
« Reply #1 on: March 26, 2007, 06:14:41 PM »

You need to install the PlatformSDK. install.js would have detected its presence or not, and if it didn't, you can't simply bypass it.

Have a look at http://anope.info/Windows and see if you have everything there.
Logged

localhost

  • Guest
(No subject)
« Reply #2 on: March 27, 2007, 11:45:03 AM »

I have everything needed in there.
Logged

katsklaw

  • Guest
(No subject)
« Reply #3 on: March 27, 2007, 02:40:57 PM »

Quote
Originally posted by localhost
I have everything needed in there.


Appearently you don't or you wouldn't get those errors. Try re-installing the PlatformSDK.
Logged

localhost

  • Guest
(No subject)
« Reply #4 on: March 30, 2007, 05:20:28 AM »

hmm. so what if my Microsoft Platform SDK is installed on D: drive
Logged
Pages: [1]   Go Up