Raised This Month: $ Target: $400
 0% 

compile error


Post New Thread Closed Thread   
 
Thread Tools Display Modes
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-15-2005 , 01:37  
#11

looks to me like when he recompiled his superheromod sma he compiled it for amx98 because he messed up the include setting... possibly.



if compiling for amx9.9, uncomment the 3rd line below in your superheromod.inc
Code:
//This define must be un-commented to compile on AMX 0.9.9+ //The define may also be added to the amxconst.inc instead #define AMX_NEW
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
bLiNd
Veteran Member
Join Date: Mar 2005
Old 02-15-2005 , 01:56  
#12

why not just go download superheromod.sma for amx 9.9
bLiNd is offline
notorious-sk8er
Senior Member
Join Date: Jun 2005
Old 02-16-2005 , 00:14  
#13

so i edit this


Code:
//Sets up a define for AMX 0.9.8a
#if !defined AMX_NEW
#define AMX98
#endif

#else
  #include <cstrike>
  #include <fun>
#endif
wat do i edit???
notorious-sk8er is offline
bLiNd
Veteran Member
Join Date: Mar 2005
Old 02-16-2005 , 00:24  
#14

make sure #define amx_new is uncommented
bLiNd is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-16-2005 , 06:03  
#15

blind stop helping that has nothing to do with his problem...



chaos look just above that code you posted for the part that says:
Quote:
#if !defined AMXX_VERSION
//This define must be un-commented to compile on AMX 0.9.9+
//The define may also be added to the amxconst.inc instead
#define AMX_NEW

//----------------------------------------------------------------------------------------------
// DO NOT EDIT BELOW HERE
//----------------------------------------------------------------------------------------------

//Sets up a define for AMX 0.9.8a
#if !defined AMX_NEW
#define AMX98
#endif
and make sure the part I have in bold above does not have // right before it...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
notorious-sk8er
Senior Member
Join Date: Jun 2005
Old 02-16-2005 , 22:32  
#16

i undefined it and it says the same thing
now wat
notorious-sk8er is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-17-2005 , 00:23  
#17

Quote:
Originally Posted by chaos_raptor
sk8er]i undefined it and it says the same thing
now wat
that makes no sense.... i don't think your doing it right and if you are your install is messed up...

replace this file with the one in your examples/include folder
Attached Files
File Type: zip superheromod_inc.zip (4.7 KB, 103 views)
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
notorious-sk8er
Senior Member
Join Date: Jun 2005
Old 02-17-2005 , 01:26  
#18

now it says this wen i compile it
Code:
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\amxmod.inc(25) : error 017: undefined symbol "cs_get_user_money"
..\include\amxmod.inc(27) : warning 203: symbol is never used: "index"
..\include\amxmod.inc(28) : error 017: undefined symbol "cs_set_user_money"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "flash"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "money"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "index"
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


3 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
admin_screen.sma(23) : warning 219: local variable "time" shadows a variable at a preceding level
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
amx_bitchslap2.sma(39) : warning 213: tag mismatch
amx_bitchslap2.sma(93) : warning 219: local variable "power" shadows a variable at a preceding level
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
deluxe_admin_chat.sma(133 -- 134) : warning 226: a variable is assigned to itself (symbol "message")
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
sh_mystique.sma(100) : error 017: undefined symbol "cs_set_user_model"
sh_mystique.sma(122) : error 017: undefined symbol "cs_reset_user_model"
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


4 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


2 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
..\include\cstrike.inc(8) : error 031: unknown directive
..\include\amxmod.inc(25) : error 017: undefined symbol "cs_get_user_money"
..\include\amxmod.inc(27) : warning 203: symbol is never used: "index"
..\include\amxmod.inc(28) : error 017: undefined symbol "cs_set_user_money"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "flash"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "money"
..\include\amxmod.inc(30) : warning 203: symbol is never used: "index"
..\include\cstrike.inc(8) : error 031: unknown directive
superheromod.sma(1995) : error 017: undefined symbol "cs_set_weapon_ammo"
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


5 Errors.
..\include\cstrike.inc(8) : error 031: unknown directive
Small compiler 2.6.0		Copyright (c) 1997-2004, ITB CompuPhase


1 Error.
notorious-sk8er is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-17-2005 , 04:16  
#19

wtf is this, I thought you said you had amx 9.9.... cstrike.inc is part of amxmodx

Your using an SuperHero mod for amxmodx on amx 9.9... That wont work...

First figure out what amx version you have, then go get the correct SH mod grab the compiler package while your at it.... and read the damn documents both for amx and superhero mod...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 02-17-2005 , 08:05  
#20

omfg.... we are done here till this guy grows a brain
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode