MSVC compilation issues

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
futureishere
New user
Posts: 1
Joined: 22 Jul 2010, 11:39

MSVC compilation issues

Post by futureishere »

Hi,

I am trying to get started with warzone on MSVC in Windows. I am following the instructions at http://developer.wz2100.net/wiki/Window ... %28MSVC%29 to compile the code. But I am getting compilation errors related to bison parser:

1>_BisonParser:
1> Generating parser based on grammar...
1>_BisonParser:
1> Generating parser based on grammar...
1> ..\src\scriptvals_parser.y: conflicts: 4 shift/reduce

I am using MSVC 2010 Ultimate version. I will appreciate if someone can bail me out.

TIA