Log in

View Full Version : Cant compile & build?



richardss
08-07-2012, 01:07 PM
I've tried to compile and build the standard.pwn and it won't let me?


Pawn compiler 4.0.4548 copyright (C) 1997-2011, ITBcompuphase

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\console.inc (20) : error 001: expected token: ";" but found "native"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\float.inc (20) : error 001: expected token: ";" but found "const"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\float.inc (28) : error 001: expected token: ";" but found "native"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\file.inc (16) : error 001: expected token: ";" but found "const"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\file.inc (23) : error 001: expected token: ";" but found "const"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\vaultmp.inc (16) : error 001: expected token: ";" but found "const"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\vaultmp.inc (29) : error 001: expected token: ";" but found "const"

c:\program files (x86)\steam\steamapps\common\fallout new vegas\vaultscript\pawn\include\vaultmp.inc (35) : error 001: expected token: ";" but found "forward"

foxtacles
08-07-2012, 01:11 PM
Which version of vaultmp are you using?

richardss
08-07-2012, 01:44 PM
The latest one I think.
Vaultmp_gary1

CTCCoco
08-08-2012, 11:25 AM
The latest one I think.
Vaultmp_gary1

Maybe you should try with the nightly builds.

foxtacles
08-08-2012, 05:51 PM
I tried all releases of vaultmp, I can't reproduce your problem.

Are you using the pawncc.exe from the archive, do you use any IDE? Try taking the standard.pwn script and dropping it into compile.bat and see what happens.