icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

Add missing ; to Sources/Ecc/Parser.y #1

Closed ericwomer closed 8 years ago

ericwomer commented 8 years ago

Seems there is a missing ; in the Parser.y file that have to keep adding in, don't know how you get it to compile without fixing this.

icculus commented 8 years ago

No idea why that worked here. Different bison?

ericwomer commented 8 years ago

This is on Ubuntu 16.04 so I don't know, but this is my bison version. bison --version bison (GNU Bison) 3.0.4 Written by Robert Corbett and Richard Stallman.

Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

yamgent commented 8 years ago

Different bison versions are known to generate different outputs (see https://github.com/Croteam-official/Serious-Engine/issues/17).