linuxlinks / gngeo

A NeoGeo emulator for linux
http://www.linuxlinks.com
Other
42 stars 13 forks source link

got error: expected ) before * token #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. clone hq repository
2. configure --prefix=/usr & make
3. got error:

star_interf.c:294: error: expected ‘)’ before ‘*’ token

What is the expected output? What do you see instead?

finished compiled and a binary exec in src directory

What version of the product are you using? On what operating system?

0.8 mercurial tree clone lasted revision

VenenuX debian squeeze based 

Please provide any additional information below.

error results:

star_interf.c:294: error: expected ‘)’ before ‘*’ token

compiled with gcc 4.4

i already applied patches for "#include "gnutil.h"" in the respective files...

Original issue reported on code.google.com by mckayger...@gmail.com on 7 Jan 2014 at 7:29