Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: cs_appendtopic  (Read 2622 times)

0 Members and 1 Guest are viewing this topic.

stonegate

  • Guest
cs_appendtopic
« on: September 11, 2007, 01:16:21 AM »

hello there,

i read this since i have a similiar problem. but it seems i fail to even compile the .c file.

I tried by placing it into the /modules directory and then typing "make distclean" and then "./configure" and then make.. but all i got is:


 make
cc  -rdynamic -Wall  -I../ -c cs_appendtopic.c
cs_appendtopic.c:1:20: module.h: Datei oder Verzeichnis nicht gefunden
cs_appendtopic.c:43: error: Syntaxfehler before '*' token
cs_appendtopic.c:44: error: Syntaxfehler before '*' token
cs_appendtopic.c:45: error: Syntaxfehler before '*' token
cs_appendtopic.c: In Funktion â–’AnopeInitâ–’:
cs_appendtopic.c:50: error: `Command' undeclared (first use in this function)
cs_appendtopic.c:50: error: (Each undeclared identifier is reported only once
cs_appendtopic.c:50: error: for each function it appears in.)


and many other stuff.
Can you help me by telling me what i am doing wrong ? What must i do to compile this file? Never did this before.

Thanks alot friends
Stoney
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: September 11, 2007, 10:35:44 AM »

anope uses ./Config not ./configure..

and cs_appendtopic is a supported module that is shipped with anope so you shouldn't overwrite it with an older 3rd party version..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

katsklaw

  • Guest
(No subject)
« Reply #2 on: September 11, 2007, 02:02:42 PM »

1.6 uses ./configure
1.7 uses ./Config

Since this is 1.7.18 we are talking about, you would need to run ./Config, make, make install

moved and split thread

[Edited on 11-9-2007 by katsklaw]
Logged

stonegate

  • Guest
(No subject)
« Reply #3 on: September 11, 2007, 05:17:54 PM »

Thanks Kat, that worked well.

Best Regards
Stoney
Logged
Pages: [1]   Go Up