Raised This Month: $51 Target: $400
 12% 

Warcraft 3: Expansion


Post New Thread Reply   
 
Thread Tools Display Modes
sanaell
Senior Member
Join Date: May 2004
Location: SamutPrakarn Thailand
Old 09-17-2004 , 14:34  
Reply With Quote #11

Quote:
Originally Posted by DopeFish
;) my players will love this.
can you explain your Chalenge because i have

Chalenge : 1095446054
Reponse : f388fdf54ae799084a9922503db0459a

and after nothing...
__________________
[email protected]
The Source of Pain is the Pain of Source
sanaell is offline
Send a message via MSN to sanaell
eightn
Junior Member
Join Date: Apr 2004
Location: Russia/Moscow
Old 09-18-2004 , 09:38  
Reply With Quote #12

I can't compile this plugin under Linux with AMXX 0.16 steam:

setup.cfg default settings,
changed only #define AMXX_ENABLED 1
Code:
./sc war3x.sma
Small compiler 2.1.0            Copyright (c) 1997-2002, ITB CompuPhase

war3x/motd.inl(228) : warning 213: tag mismatch
war3x/motd.inl(240) : warning 213: tag mismatch
war3x/shared.inl(2370) : warning 213: tag mismatch
war3x/shared.inl(2390) : warning 213: tag mismatch
war3x/shared.inl(2611) : error 025: function heading differs from prototype

1 Error.
setup.cfg default settings,
changed only
#define AMXX_ENABLED 1
#define MYSQL_ENABLED 1
Code:
./sc war3x.sma
Small compiler 2.1.0            Copyright (c) 1997-2002, ITB CompuPhase

/home/hlds/cstrike/addons/amxx/scripting/./include/engine_stocks.inc(15) : error 025: function
 heading differs from prototype

1 Error.

I want to use War3x with amxx and mysql support ;-)
__________________
wbr, Evgeniy
eightn is offline
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 09-18-2004 , 12:11  
Reply With Quote #13

try not using mysql?
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
eightn
Junior Member
Join Date: Apr 2004
Location: Russia/Moscow
Old 09-18-2004 , 13:08  
Reply With Quote #14

Quote:
Originally Posted by pimp daddy
try not using mysql?
Quote:
I can't compile this plugin under Linux with AMXX 0.16 steam:

setup.cfg default settings,
changed only #define AMXX_ENABLED 1

Code:

./sc war3x.sma
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase

war3x/motd.inl(22 : warning 213: tag mismatch
war3x/motd.inl(240) : warning 213: tag mismatch
war3x/shared.inl(2370) : warning 213: tag mismatch
war3x/shared.inl(2390) : warning 213: tag mismatch
war3x/shared.inl(2611) : error 025: function heading differs from prototype

1 Error.
Next try to not using AMXX?
__________________
wbr, Evgeniy
eightn is offline
Ryan
Senior Member
Join Date: May 2004
Location: NH, USA
Old 09-18-2004 , 23:03  
Reply With Quote #15

Quote:
Originally Posted by eightn
I can't compile this plugin under Linux with AMXX 0.16 steam:

setup.cfg default settings,
changed only #define AMXX_ENABLED 1
Code:
./sc war3x.sma
Small compiler 2.1.0            Copyright (c) 1997-2002, ITB CompuPhase

war3x/motd.inl(228) : warning 213: tag mismatch
war3x/motd.inl(240) : warning 213: tag mismatch
war3x/shared.inl(2370) : warning 213: tag mismatch
war3x/shared.inl(2390) : warning 213: tag mismatch
war3x/shared.inl(2611) : error 025: function heading differs from prototype

1 Error.
setup.cfg default settings,
changed only
#define AMXX_ENABLED 1
#define MYSQL_ENABLED 1
Code:
./sc war3x.sma
Small compiler 2.1.0            Copyright (c) 1997-2002, ITB CompuPhase

/home/hlds/cstrike/addons/amxx/scripting/./include/engine_stocks.inc(15) : error 025: function
 heading differs from prototype

1 Error.

I want to use War3x with amxx and mysql support ;-)
Ok I had this same problem a few months back with version 2.1.0 of the compiler under windows, and to fix it all i did was upgrade to the latest version (2.6.0) of the compiler (you can do this with amxx 0.16, though i'm not sure about 0.20 because of AMXXSC), however, you will additionally need to uncomment line 72 of war3x.sma, the line that reads:

Code:
//    #pragma ctrlchar '^'

should now read

Code:
    #pragma ctrlchar '^'

This is because the control character for version 2.6.0 was changed to the '\' character by default, so all menu-based strings (show_menu) with color/right align codes (\y,\w,\r,\R) gave errors.

grab the latest version at the official SMALL website here: http://www.compuphase.com/small.htm

Don't ask me why but after i made all the fixes to the plugin with this version of the compiler, it then successfully compiled under windows and the 2.1.0 compiler.

Please report back when you get a chance I'd like to know if this fixed your problem.
__________________
Warcraft 3: Expansion
Homepage | Downloads | Forums
Ryan is offline
Send a message via AIM to Ryan
BAILOPAN
Join Date: Jan 2004
Old 09-18-2004 , 23:14  
Reply With Quote #16

Please, please, please do not use the 2.6.0 compiler. It was a mistake for AMX Mod to use it, and it has many known bugs.

Also, people should never use the version distributed by Small. Another mistake made by AMX Mod, dJeyL apparently didn't make the necessary modifications that OLO had made.
__________________
egg
BAILOPAN is offline
Ryan
Senior Member
Join Date: May 2004
Location: NH, USA
Old 09-19-2004 , 00:31  
Reply With Quote #17

Hmm that's strange, at the time it was the only version of the compiler that would actually compile the plugin because of those non-factual prototype errors..

Should version 2.5.0 or 2.5.1 be used instead?

The prototype errors stem from some sort of bug in the 2.1.0 compiler so to my knowlege there is no way around it in that version for linux..

On another note.. I'm trying to get the conversion done for AMXX 0.20 asap, so you may not need to worry too much longer.


ORIGINAL POST UPDATE

I've added an attachment to the main post which contains stock compiles of the WAR3X plugin. Download this if you are having trouble compiling the script, or do not wish to change any of the stock settings of the mod.
__________________
Warcraft 3: Expansion
Homepage | Downloads | Forums
Ryan is offline
Send a message via AIM to Ryan
BAILOPAN
Join Date: Jan 2004
Old 09-19-2004 , 02:45  
Reply With Quote #18

2.5.1 has different bugs than 2.6.0, but it works better than 2.6.0 for the most part it appears... we switched back from 2.6.0 and people stopped complaining
__________________
egg
BAILOPAN is offline
eightn
Junior Member
Join Date: Apr 2004
Location: Russia/Moscow
Old 09-19-2004 , 08:25  
Reply With Quote #19

Thnx, Ryan.
Under 2.6.0 compiler plugin compiled successfully and worked.

As I understand, more best results during work I get with 2.5.1 version of compiler? Where can I find it?
At http://www.compuphase.com/small.htm only 2.6.0 version. And search on this site don't return any results about "2.5.1".
__________________
wbr, Evgeniy
eightn is offline
BAILOPAN
Join Date: Jan 2004
Old 09-19-2004 , 12:37  
Reply With Quote #20

Well, I apologize, as 2.5.1 is only available privately or in 0.20's .amxx compiler :\
__________________
egg
BAILOPAN is offline
Reply



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 15:16.


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