Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: make impossible  (Read 8373 times)

0 Members and 1 Guest are viewing this topic.

rash

  • Guest
make impossible
« on: March 21, 2006, 05:59:12 PM »

hi i'm a new member.
i had download anope for using on my intranet.

during installation after ./configure when I type make have this message error:

rash:/usr/local/bin/anope-1.6.4# make
touch services.h
(cd lang ; make language.h)
make[1]: Entering directory `/usr/local/bin/anope-1.6.4/lang'
Can't modify single ref constructor in scalar assignment at -e line 3, near " 0; "
syntax error at -e line 4, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
make[1]: *** [language.h] Error 255
make[1]: Leaving directory `/usr/local/bin/anope-1.6.4/lang'
make: *** [lang/language.h] Error 2



|:(
can any1 help me??

Thanks.

Sorry my bad english i hope you'll understand

[Modificato il 21-3-2006 da rash]
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #1 on: March 21, 2006, 06:45:35 PM »

gmake
Logged

rash

  • Guest
(No subject)
« Reply #2 on: March 21, 2006, 06:59:46 PM »

Quote
Originally posted by Rob
gmake


i haven't it
i'm running a debian and i have search with apt and for gmake no result :(


thank you for interesting



[Modificato il 21-3-2006 da rash]
Logged

rash

  • Guest
(No subject)
« Reply #3 on: March 21, 2006, 08:28:00 PM »

for the second time:

rash:/usr/local/bin/anope-1.6.4# make
cp -p lang/language.h .
touch pseudo.h
sh version.sh
gcc  -O2 -Wall -g -c actions.c
gcc  -O2 -Wall -g -c botserv.c
botserv.c: In function ‘moduleAddBotServCmds’:
botserv.c:69: error: ‘BOT_HELP_BOTLIST’ undeclared (first use in this function)
botserv.c:69: error: (Each undeclared identifier is reported only once
botserv.c:69: error: for each function it appears in.)
botserv.c:70: error: ‘BOT_HELP_ASSIGN’ undeclared (first use in this function)
botserv.c:71: error: ‘BOT_HELP_UNASSIGN’ undeclared (first use in this function)
botserv.c:72: error: ‘BOT_HELP_INFO’ undeclared (first use in this function)
botserv.c:73: error: ‘BOT_HELP_SET’ undeclared (first use in this function)
botserv.c:73: error: ‘BOT_SERVADMIN_HELP_SET’ undeclared (first use in this function)
botserv.c:74: error: ‘BOT_HELP_SET_DONTKICKOPS’ undeclared (first use in this function)
botserv.c:75: error: ‘BOT_HELP_SET_DONTKICKVOICES’ undeclared (first use in this function)
botserv.c:76: error: ‘BOT_HELP_SET_FANTASY’ undeclared (first use in this function)
botserv.c:77: error: ‘BOT_HELP_SET_GREET’ undeclared (first use in this function)
botserv.c:78: error: ‘BOT_HELP_SET_SYMBIOSIS’ undeclared (first use in this function)
botserv.c:79: error: ‘BOT_HELP_KICK’ undeclared (first use in this function)
botserv.c:80: error: ‘BOT_HELP_KICK_BADWORDS’ undeclared (first use in this function)
botserv.c:81: error: ‘BOT_HELP_KICK_BOLDS’ undeclared (first use in this function)
botserv.c:82: error: ‘BOT_HELP_KICK_CAPS’ undeclared (first use in this function)
botserv.c:83: error: ‘BOT_HELP_KICK_COLORS’ undeclared (first use in this function)
botserv.c:84: error: ‘BOT_HELP_KICK_FLOOD’ undeclared (first use in this function)
botserv.c:85: error: ‘BOT_HELP_KICK_REPEAT’ undeclared (first use in this function)
botserv.c:86: error: ‘BOT_HELP_KICK_REVERSES’ undeclared (first use in this function)
botserv.c:87: error: ‘BOT_HELP_KICK_UNDERLINES’ undeclared (first use in this function)
botserv.c:88: error: ‘BOT_HELP_BADWORDS’ undeclared (first use in this function)
botserv.c:89: error: ‘BOT_HELP_SAY’ undeclared (first use in this function)
botserv.c:90: error: ‘BOT_HELP_ACT’ undeclared (first use in this function)
botserv.c:93: error: ‘BOT_SERVADMIN_HELP_BOT’ undeclared (first use in this function)
botserv.c:94: error: ‘BOT_SERVADMIN_HELP_SET_NOBOT’ undeclared (first use in this function)
botserv.c:95: error: ‘BOT_SERVADMIN_HELP_SET_PRIVATE’ undeclared (first use in this function)
botserv.c: In function ‘botserv’:
botserv.c:155: error: ‘SERVICE_OFFLINE’ undeclared (first use in this function)
botserv.c: In function ‘botchanmsgs’:
botserv.c:241: error: ‘BOT_REASON_BOLD’ undeclared (first use in this function)
botserv.c:248: error: ‘BOT_REASON_COLOR’ undeclared (first use in this function)
botserv.c:255: error: ‘BOT_REASON_REVERSE’ undeclared (first use in this function)
botserv.c:262: error: ‘BOT_REASON_UNDERLINE’ undeclared (first use in this function)
botserv.c:279: error: ‘BOT_REASON_CAPS’ undeclared (first use in this function)
botserv.c:366: error: ‘BOT_REASON_BADWORD_GENTLE’ undeclared (first use in this function)
botserv.c:368: error: ‘BOT_REASON_BADWORD’ undeclared (first use in this function)
botserv.c:396: error: ‘BOT_REASON_FLOOD’ undeclared (first use in this function)
botserv.c:419: error: ‘BOT_REASON_REPEAT’ undeclared (first use in this function)
botserv.c:491: error: ‘BOT_SEEN_BOT’ undeclared (first use in this function)
botserv.c:498: error: ‘BOT_SEEN_UNKNOWN’ undeclared (first use in this function)
botserv.c:510: error: ‘BOT_SEEN_YOU’ undeclared (first use in this function)
botserv.c:514: error: ‘BOT_SEEN_ON_CHANNEL’ undeclared (first use in this function)
botserv.c:518: error: ‘BOT_SEEN_ON_CHANNEL_AS’ undeclared (first use in this function)
botserv.c:533: error: ‘BOT_SEEN_ON’ undeclared (first use in this function)
botserv.c:537: error: ‘BOT_SEEN_NEVER’ undeclared (first use in this function)
botserv.c: In function ‘do_help’:
botserv.c:1222: error: ‘BOT_HELP’ undeclared (first use in this function)
botserv.c:1224: error: ‘BOT_SERVADMIN_HELP’ undeclared (first use in this function)
botserv.c: In function ‘do_bot’:
botserv.c:1241: error: ‘BOT_BOT_SYNTAX’ undeclared (first use in this function)
botserv.c:1251: error: ‘BOT_BOT_READONLY’ undeclared (first use in this function)
botserv.c:1253: error: ‘BOT_BOT_ALREADY_EXISTS’ undeclared (first use in this function)
botserv.c:1262: error: ‘BOT_BAD_NICK’ undeclared (first use in this function)
botserv.c:1272: error: ‘BOT_BAD_HOST’ undeclared (first use in this function)
botserv.c:1277: error: ‘BOT_BAD_IDENT’ undeclared (first use in this function)
botserv.c:1290: error: ‘BOT_BOT_CREATION_FAILED’ undeclared (first use in this function)
botserv.c:1335: error: ‘PERMISSION_DENIED’ undeclared (first use in this function)
botserv.c:1367: error: ‘BOT_BOT_ADDED’ undeclared (first use in this function)
botserv.c:1382: error: ‘BOT_DOES_NOT_EXIST’ undeclared (first use in this function)
botserv.c:1396: error: ‘BOT_BOT_ANY_CHANGES’ undeclared (first use in this function)
botserv.c:1521: error: ‘BOT_BOT_CHANGED’ undeclared (first use in this function)
botserv.c:1542: error: ‘BOT_BOT_DELETED’ undeclared (first use in this function)
botserv.c: In function ‘do_botlist’:
botserv.c:1560: error: ‘BOT_BOTLIST_EMPTY’ undeclared (first use in this function)
botserv.c:1568: error: ‘BOT_BOTLIST_HEADER’ undeclared (first use in this function)
botserv.c:1577: error: ‘BOT_BOTLIST_PRIVATE_HEADER’ undeclared (first use in this function)
botserv.c:1593: error: ‘BOT_BOTLIST_FOOTER’ undeclared (first use in this function)
botserv.c: In function ‘do_assign’:
botserv.c:1607: error: ‘BOT_ASSIGN_READONLY’ undeclared (first use in this function)
botserv.c:1609: error: ‘BOT_ASSIGN_SYNTAX’ undeclared (first use in this function)
botserv.c:1611: error: ‘BOT_DOES_NOT_EXIST’ undeclared (first use in this function)
botserv.c:1613: error: ‘PERMISSION_DENIED’ undeclared (first use in this function)
botserv.c:1615: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:1617: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:1619: error: ‘BOT_ASSIGN_ALREADY’ undeclared (first use in this function)
botserv.c:1631: error: ‘BOT_ASSIGN_ASSIGNED’ undeclared (first use in this function)
botserv.c: In function ‘do_unassign’:
botserv.c:1644: error: ‘BOT_ASSIGN_READONLY’ undeclared (first use in this function)
botserv.c:1646: error: ‘BOT_UNASSIGN_SYNTAX’ undeclared (first use in this function)
botserv.c:1648: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:1650: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:1652: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
botserv.c:1656: error: ‘BOT_UNASSIGN_UNASSIGNED’ undeclared (first use in this function)
botserv.c: In function ‘do_info’:
botserv.c:1700: error: ‘COMMA_SPACE’ undeclared (first use in this function)
botserv.c:1703: error: ‘BOT_INFO_SYNTAX’ undeclared (first use in this function)
botserv.c:1708: error: ‘BOT_INFO_BOT_HEADER’ undeclared (first use in this function)
botserv.c:1709: error: ‘BOT_INFO_BOT_MASK’ undeclared (first use in this function)
botserv.c:1710: error: ‘BOT_INFO_BOT_REALNAME’ undeclared (first use in this function)
botserv.c:1712: error: ‘STRFTIME_DATE_TIME_FORMAT’ undeclared (first use in this function)
botserv.c:1713: error: ‘BOT_INFO_BOT_CREATED’ undeclared (first use in this function)
botserv.c:1714: error: ‘BOT_INFO_BOT_OPTIONS’ undeclared (first use in this function)
botserv.c:1715: error: ‘BOT_INFO_OPT_PRIVATE’ undeclared (first use in this function)
botserv.c:1715: error: ‘BOT_INFO_OPT_NONE’ undeclared (first use in this function)
botserv.c:1719: error: ‘BOT_INFO_BOT_USAGE’ undeclared (first use in this function)
botserv.c:1725: error: ‘PERMISSION_DENIED’ undeclared (first use in this function)
botserv.c:1729: error: ‘BOT_INFO_CHAN_HEADER’ undeclared (first use in this function)
botserv.c:1731: error: ‘BOT_INFO_CHAN_BOT’ undeclared (first use in this function)
botserv.c:1733: error: ‘BOT_INFO_CHAN_BOT_NONE’ undeclared (first use in this function)
botserv.c:1737: error: ‘BOT_INFO_CHAN_KICK_BADWORDS_BAN’ undeclared (first use in this function)
botserv.c:1738: error: ‘BOT_INFO_ACTIVE’ undeclared (first use in this function)
botserv.c:1741: error: ‘BOT_INFO_CHAN_KICK_BADWORDS’ undeclared (first use in this function)
botserv.c:1745: error: ‘BOT_INFO_INACTIVE’ undeclared (first use in this function)
botserv.c:1748: error: ‘BOT_INFO_CHAN_KICK_BOLDS_BAN’ undeclared (first use in this function)
botserv.c:1752: error: ‘BOT_INFO_CHAN_KICK_BOLDS’ undeclared (first use in this function)
botserv.c:1759: error: ‘BOT_INFO_CHAN_KICK_CAPS_BAN’ undeclared (first use in this function)
botserv.c:1764: error: ‘BOT_INFO_CHAN_KICK_CAPS_ON’ undeclared (first use in this function)
botserv.c:1768: error: ‘BOT_INFO_CHAN_KICK_CAPS_OFF’ undeclared (first use in this function)
botserv.c:1772: error: ‘BOT_INFO_CHAN_KICK_COLORS_BAN’ undeclared (first use in this function)
botserv.c:1776: error: ‘BOT_INFO_CHAN_KICK_COLORS’ undeclared (first use in this function)
botserv.c:1783: error: ‘BOT_INFO_CHAN_KICK_FLOOD_BAN’ undeclared (first use in this function)
botserv.c:1788: error: ‘BOT_INFO_CHAN_KICK_FLOOD_ON’ undeclared (first use in this function)
botserv.c:1792: error: ‘BOT_INFO_CHAN_KICK_FLOOD_OFF’ undeclared (first use in this function)
botserv.c:1796: error: ‘BOT_INFO_CHAN_KICK_REPEAT_BAN’ undeclared (first use in this function)
botserv.c:1800: error: ‘BOT_INFO_CHAN_KICK_REPEAT_ON’ undeclared (first use in this function)
botserv.c:1804: error: ‘BOT_INFO_CHAN_KICK_REPEAT_OFF’ undeclared (first use in this function)
botserv.c:1808: error: ‘BOT_INFO_CHAN_KICK_REVERSES_BAN’ undeclared (first use in this function)
botserv.c:1812: error: ‘BOT_INFO_CHAN_KICK_REVERSES’ undeclared (first use in this function)
botserv.c:1820: error: ‘BOT_INFO_CHAN_KICK_UNDERLINES_BAN’ undeclared (first use in this function)
botserv.c:1824: error: ‘BOT_INFO_CHAN_KICK_UNDERLINES’ undeclared (first use in this function)
botserv.c:1834: error: ‘BOT_INFO_OPT_DONTKICKOPS’ undeclared (first use in this function)
botserv.c:1840: error: ‘BOT_INFO_OPT_DONTKICKVOICES’ undeclared (first use in this function)
botserv.c:1846: error: ‘BOT_INFO_OPT_FANTASY’ undeclared (first use in this function)
botserv.c:1852: error: ‘BOT_INFO_OPT_GREET’ undeclared (first use in this function)
botserv.c:1858: error: ‘BOT_INFO_OPT_NOBOT’ undeclared (first use in this function)
botserv.c:1864: error: ‘BOT_INFO_OPT_SYMBIOSIS’ undeclared (first use in this function)
botserv.c:1867: error: ‘BOT_INFO_CHAN_OPTIONS’ undeclared (first use in this function)
botserv.c:1871: error: ‘BOT_INFO_NOT_FOUND’ undeclared (first use in this function)
botserv.c: In function ‘do_set’:
botserv.c:1887: error: ‘BOT_SET_DISABLED’ undeclared (first use in this function)
botserv.c:1889: error: ‘BOT_SET_SYNTAX’ undeclared (first use in this function)
botserv.c:1896: error: ‘BOT_SET_PRIVATE_ON’ undeclared (first use in this function)
botserv.c:1899: error: ‘BOT_SET_PRIVATE_OFF’ undeclared (first use in this function)
botserv.c:1902: error: ‘BOT_SET_PRIVATE_SYNTAX’ undeclared (first use in this function)
botserv.c:1905: error: ‘BOT_DOES_NOT_EXIST’ undeclared (first use in this function)
botserv.c:1909: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:1911: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:1913: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
botserv.c:1918: error: ‘BOT_SET_DONTKICKOPS_ON’ undeclared (first use in this function)
botserv.c:1922: error: ‘BOT_SET_DONTKICKOPS_OFF’ undeclared (first use in this function)
botserv.c:1926: error: ‘BOT_SET_DONTKICKOPS_SYNTAX’ undeclared (first use in this function)
botserv.c:1931: error: ‘BOT_SET_DONTKICKVOICES_ON’ undeclared (first use in this function)
botserv.c:1935: error: ‘BOT_SET_DONTKICKVOICES_OFF’ undeclared (first use in this function)
botserv.c:1939: error: ‘BOT_SET_DONTKICKVOICES_SYNTAX’ undeclared (first use in this function)
botserv.c:1944: error: ‘BOT_SET_FANTASY_ON’ undeclared (first use in this function)
botserv.c:1947: error: ‘BOT_SET_FANTASY_OFF’ undeclared (first use in this function)
botserv.c:1950: error: ‘BOT_SET_FANTASY_SYNTAX’ undeclared (first use in this function)
botserv.c:1955: error: ‘BOT_SET_GREET_ON’ undeclared (first use in this function)
botserv.c:1958: error: ‘BOT_SET_GREET_OFF’ undeclared (first use in this function)
botserv.c:1961: error: ‘BOT_SET_GREET_SYNTAX’ undeclared (first use in this function)
botserv.c:1968: error: ‘BOT_SET_NOBOT_ON’ undeclared (first use in this function)
botserv.c:1971: error: ‘BOT_SET_NOBOT_OFF’ undeclared (first use in this function)
botserv.c:1974: error: ‘BOT_SET_NOBOT_SYNTAX’ undeclared (first use in this function)
botserv.c:1979: error: ‘BOT_SET_SYMBIOSIS_ON’ undeclared (first use in this function)
botserv.c:1982: error: ‘BOT_SET_SYMBIOSIS_OFF’ undeclared (first use in this function)
botserv.c:1985: error: ‘BOT_SET_SYMBIOSIS_SYNTAX’ undeclared (first use in this function)
botserv.c:1988: error: ‘BOT_SET_UNKNOWN’ undeclared (first use in this function)
botserv.c: In function ‘do_kickcmd’:
botserv.c:2006: error: ‘BOT_KICK_DISABLED’ undeclared (first use in this function)
botserv.c:2008: error: ‘BOT_KICK_SYNTAX’ undeclared (first use in this function)
botserv.c:2012: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:2014: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:2016: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
botserv.c:2023: error: ‘BOT_KICK_BAD_TTB’ undeclared (first use in this function)
botserv.c:2030: error: ‘BOT_KICK_BADWORDS_ON_BAN’ undeclared (first use in this function)
botserv.c:2033: error: ‘BOT_KICK_BADWORDS_ON’ undeclared (first use in this function)
botserv.c:2036: error: ‘BOT_KICK_BADWORDS_OFF’ undeclared (first use in this function)
botserv.c:2050: error: ‘BOT_KICK_BOLDS_ON_BAN’ undeclared (first use in this function)
botserv.c:2053: error: ‘BOT_KICK_BOLDS_ON’ undeclared (first use in this function)
botserv.c:2056: error: ‘BOT_KICK_BOLDS_OFF’ undeclared (first use in this function)
botserv.c:2088: error: ‘BOT_KICK_CAPS_ON_BAN’ undeclared (first use in this function)
botserv.c:2092: error: ‘BOT_KICK_CAPS_ON’ undeclared (first use in this function)
botserv.c:2096: error: ‘BOT_KICK_CAPS_OFF’ undeclared (first use in this function)
botserv.c:2110: error: ‘BOT_KICK_COLORS_ON_BAN’ undeclared (first use in this function)
botserv.c:2113: error: ‘BOT_KICK_COLORS_ON’ undeclared (first use in this function)
botserv.c:2116: error: ‘BOT_KICK_COLORS_OFF’ undeclared (first use in this function)
botserv.c:2148: error: ‘BOT_KICK_FLOOD_ON_BAN’ undeclared (first use in this function)
botserv.c:2152: error: ‘BOT_KICK_FLOOD_ON’ undeclared (first use in this function)
botserv.c:2156: error: ‘BOT_KICK_FLOOD_OFF’ undeclared (first use in this function)
botserv.c:2180: error: ‘BOT_KICK_REPEAT_ON_BAN’ undeclared (first use in this function)
botserv.c:2183: error: ‘BOT_KICK_REPEAT_ON’ undeclared (first use in this function)
botserv.c:2187: error: ‘BOT_KICK_REPEAT_OFF’ undeclared (first use in this function)
botserv.c:2201: error: ‘BOT_KICK_REVERSES_ON_BAN’ undeclared (first use in this function)
botserv.c:2204: error: ‘BOT_KICK_REVERSES_ON’ undeclared (first use in this function)
botserv.c:2207: error: ‘BOT_KICK_REVERSES_OFF’ undeclared (first use in this function)
botserv.c:2221: error: ‘BOT_KICK_UNDERLINES_ON_BAN’ undeclared (first use in this function)
botserv.c:2224: error: ‘BOT_KICK_UNDERLINES_ON’ undeclared (first use in this function)
botserv.c:2227: error: ‘BOT_KICK_UNDERLINES_OFF’ undeclared (first use in this function)
botserv.c:2230: error: ‘BOT_KICK_UNKNOWN’ undeclared (first use in this function)
botserv.c: In function ‘badwords_list’:
botserv.c:2263: error: ‘BOT_BADWORDS_LIST_HEADER’ undeclared (first use in this function)
botserv.c:2267: error: ‘BOT_BADWORDS_LIST_FORMAT’ undeclared (first use in this function)
botserv.c: In function ‘do_badwords’:
botserv.c:2300: error: ‘BOT_BADWORDS_SYNTAX’ undeclared (first use in this function)
botserv.c:2302: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:2304: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:2307: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
botserv.c:2314: error: ‘BOT_BADWORDS_DISABLED’ undeclared (first use in this function)
botserv.c:2335: error: ‘BOT_BADWORDS_ALREADY_EXISTS’ undeclared (first use in this function)
botserv.c:2351: error: ‘BOT_BADWORDS_REACHED_LIMIT’ undeclared (first use in this function)
botserv.c:2361: error: ‘BOT_BADWORDS_ADDED’ undeclared (first use in this function)
botserv.c:2378: error: ‘BOT_BADWORDS_NO_SUCH_ENTRY’ undeclared (first use in this function)
botserv.c:2381: error: ‘BOT_BADWORDS_NO_MATCH’ undeclared (first use in this function)
botserv.c:2385: error: ‘BOT_BADWORDS_DELETED_ONE’ undeclared (first use in this function)
botserv.c:2388: error: ‘BOT_BADWORDS_DELETED_SEVERAL’ undeclared (first use in this function)
botserv.c:2398: error: ‘BOT_BADWORDS_NOT_FOUND’ undeclared (first use in this function)
botserv.c:2403: error: ‘BOT_BADWORDS_DELETED’ undeclared (first use in this function)
botserv.c:2415: error: ‘BOT_BADWORDS_LIST_EMPTY’ undeclared (first use in this function)
botserv.c:2449: error: ‘BOT_BADWORDS_CLEAR’ undeclared (first use in this function)
botserv.c: In function ‘do_say’:
botserv.c:2467: error: ‘BOT_SAY_SYNTAX’ undeclared (first use in this function)
botserv.c:2469: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:2471: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:2473: error: ‘BOT_NOT_ASSIGNED’ undeclared (first use in this function)
botserv.c:2475: error: ‘BOT_NOT_ON_CHANNEL’ undeclared (first use in this function)
botserv.c:2477: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
botserv.c: In function ‘do_act’:
botserv.c:2502: error: ‘BOT_ACT_SYNTAX’ undeclared (first use in this function)
botserv.c:2504: error: ‘CHAN_X_NOT_REGISTERED’ undeclared (first use in this function)
botserv.c:2506: error: ‘CHAN_X_FORBIDDEN’ undeclared (first use in this function)
botserv.c:2508: error: ‘BOT_NOT_ASSIGNED’ undeclared (first use in this function)
botserv.c:2510: error: ‘BOT_NOT_ON_CHANNEL’ undeclared (first use in this function)
botserv.c:2512: error: ‘ACCESS_DENIED’ undeclared (first use in this function)
make: *** [botserv.o] Error 1
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #4 on: March 21, 2006, 11:36:33 PM »

No... this is a problem newer version of make that hate multi line perl calls.. this is fixed in the 1.7.x branch for some time
Logged
my God my tourniquet, return to me salvation

rash

  • Guest
(No subject)
« Reply #5 on: March 24, 2006, 01:32:44 PM »

thank you :)

I'll try 1.7.x
Logged
Pages: [1]   Go Up