war3ft.sma compilation failed (wc3ft 3.0rc2)

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
x!c
Peon
Posts: 2
Joined: Thu Nov 23, 2006 9:40 am

war3ft.sma compilation failed (wc3ft 3.0rc2)

Post by x!c » Thu Nov 23, 2006 1:59 pm

hi there,

i tried to compile the wc3ft.sma, but always get the following error:

//// war3ft.sma
// C:\Dokumente und Einstellungen\...\Desktop\amxmodx\scripting\war3ft.sma(5
8) : fatal error 100: cannot read from file: "sqlx"
//
// Compilation aborted.
// 1 Error.
// Could not locate output file compiled\war3ft.amx (compile failed).
//
// Compilation Time: 0,11 sec
// ----------------------------------------

amxx v1.76b, metamod 1.19p28, wc3ft v3.0rc2, linux deicated

can anybody explain to me what it's all about, please?
unfortunately, i can't give more details like amx_plugins, metalist and so on cause i reinstalled an old version for now.
i hope somebody can help even though.


greetz, x!c

User avatar
Manix
Forum Moderator
Forum Moderator
Posts: 53
Joined: Fri Jul 29, 2005 9:55 pm

Post by Manix » Thu Nov 23, 2006 6:48 pm

you are missing the sqlx file from your includes file i assume.

C:\Dokumente und Einstellungen\...\Desktop\amxmodx\scripting\include\

is where the attached file goes. then try to recompile
Attachments
sqlx.inc
(8.73 KiB) Downloaded 338 times

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Thu Nov 23, 2006 7:06 pm

I'm going to guess he's missing a lot of files...
No Support via PM

Odium
Peon
Posts: 11
Joined: Wed Mar 01, 2006 1:27 am

Post by Odium » Fri Nov 24, 2006 12:33 am

Hello,

thx for Posting the File :)

But now we have the next problem :(

I downloaded the file and compile. Now they show me this error message:




// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(40) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(40) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(41) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(41) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(42) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(42) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(43) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(43) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(44) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(44) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(45) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(45) : error 038: extra characters on line
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(46) : warning 207: unknown #pragma
// C:\Dokumente und Einstellungen\...\Desktop\neu wc3\amxmodx\scripting\war3
ft.sma(46) : error 038: extra characters on line
// war3ft/db/db_common.inl(15) : error 017: undefined symbol "LibraryExists"
// war3ft/db/db_common.inl(53) : error 017: undefined symbol "LibraryExists"
// war3ft/db/db_common.inl(74) : error 017: undefined symbol "LibraryExists"
// war3ft/war3ft.inl(1085) : error 017: undefined symbol "vformat"
// war3ft/shared.inl(869) : error 017: undefined symbol "dod_clear_model"
// war3ft/shared.inl(930) : error 017: undefined symbol "dod_set_model"
//
// 13 Errors.
// Could not locate output file compiled\war3ft.amx (compile failed).

User avatar
Manix
Forum Moderator
Forum Moderator
Posts: 53
Joined: Fri Jul 29, 2005 9:55 pm

Post by Manix » Fri Nov 24, 2006 7:52 am

Here is War3 FT 3.0 RC2 compiled for AMXX 1.76b for you.
Attachments
war3ft.amxx
(238.29 KiB) Downloaded 313 times

Odium
Peon
Posts: 11
Joined: Wed Mar 01, 2006 1:27 am

Post by Odium » Fri Nov 24, 2006 8:08 am

Thx for your help :)

Not for this download, but for the post before "Which AMXX Version do you use"

Now it works

Thx a lot
Last edited by Odium on Fri Nov 24, 2006 8:34 am, edited 1 time in total.

User avatar
Manix
Forum Moderator
Forum Moderator
Posts: 53
Joined: Fri Jul 29, 2005 9:55 pm

Post by Manix » Fri Nov 24, 2006 8:21 am

This should be everything you need to compile it

RC2 along with it
Attachments
amxx_compiler.zip
(889.71 KiB) Downloaded 364 times

x!c
Peon
Posts: 2
Joined: Thu Nov 23, 2006 9:40 am

Post by x!c » Fri Nov 24, 2006 9:57 am

everything is fine, thanks a lot guys...

Locked