Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Uhm  (Read 4796 times)

0 Members and 1 Guest are viewing this topic.

Anthony

  • Anope User
  • Offline Offline
  • Posts: 4
Uhm
« on: July 12, 2009, 11:37:29 PM »

I need someone to compile 2 modules for me.
http://modules.anope.org/viewmod.php?id=61
and
http://modules.anope.org/viewmod.php?id=41
If someone could please be so awesome as to do this for me that would be wonderful.
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Uhm
« Reply #1 on: July 12, 2009, 11:41:15 PM »

For which anope version, and is yours compiled by vs2005 or 2008? precompiled one is 2005.
Logged

Anthony

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Uhm
« Reply #2 on: July 12, 2009, 11:50:53 PM »

Code: [Select]
[Jul 12 15:30:55 2009] OperServ: Anthony: modload bs_fantasy_ext
[Jul 12 15:30:55 2009] Trying to load module [bs_fantasy_ext]
[Jul 12 15:30:55 2009] Module bs_fantasy_ext is compiled against an old version of anope (1899) current is 2369
[Jul 12 15:30:55 2009] Rebuild module bs_fantasy_ext against the current version to resolve this error
[Jul 12 15:30:55 2009] Module loading status: 6 (Module Error, Error during load time or module returned MOD_STOP)
[Jul 12 15:32:32 2009] OperServ: Anthony: modload ircd_vhostserv
[Jul 12 15:32:32 2009] Trying to load module [ircd_vhostserv]
[Jul 12 15:32:32 2009] Module ircd_vhostserv is compiled against an old version of anope (1341) current is 2369
[Jul 12 15:32:32 2009] Rebuild module ircd_vhostserv against the current version to resolve this error
[Jul 12 15:32:32 2009] Module loading status: 6 (Module Error, Error during load time or module returned MOD_STOP)
That's the logs of why it didn't load...
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Uhm
« Reply #3 on: July 13, 2009, 09:00:28 AM »

r2369 would be 1.8.2

I would suggest you have a look at our Wiki Page here for help on compiling the modules for yourself otherwise for every future release you'll need to find someone to compile them for you.
Logged

Anthony

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Uhm
« Reply #4 on: July 14, 2009, 12:16:15 AM »

Uhm now I get the following error when trying to compile bs_fantasy_ext.
Code: [Select]
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

C:\Program Files\Microsoft Visual Studio 8\VC>cd C:\Program Files\Anope\src\modu
les\bs_fantasy_ext

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

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


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

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

langtool.c
langtool.c(45) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(46) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(62) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(63) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:langtool.exe
wsock32.lib
advapi32.lib
/NODEFAULTLIB:libcmtd.lib
langtool.obj
LINK : fatal error LNK1181: cannot open input file 'wsock32.lib'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

langcomp.c
langcomp.c(81) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(170) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see
 declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
langcomp.c(204) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(156) : se
e declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncp
y_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online he
lp for details.'
langcomp.c(206) : warning C4996: '_snprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(339) : see
 declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snpri
ntf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online
help for details.'
langcomp.c(210) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(214) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(231) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(345) : see
 declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online he
lp for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:langcomp.exe
wsock32.lib
advapi32.lib
/NODEFAULTLIB:libcmtd.lib
langcomp.obj
LINK : fatal error LNK1181: cannot open input file 'wsock32.lib'
        cl /nologo  /w /O2 /MD /I "C:\Program Files\Microsoft Visual Studio 8\VC
\Include" /I "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
\Include" /I"../include" langtool.c
langtool.c
        langtool index
        langtool index.h
Generating index.h... 196 strings
        copy index.h ..\.
        1 file(s) copied.
        langcomp en_us.l
'langcomp' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'langcomp' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Logged
Pages: [1]   Go Up