Welcome!

Final Burn Neo => FBN Development => Topic started by: youngshare on February 14, 2005, 02:15:52 AM

Title: Problem with MinGW3.2.0-RC3
Post by: youngshare on February 14, 2005, 02:15:52 AM
When I'm compiling FBA029523 with MinGW3.2.0-RC3,the compiler is always telling me there are extra ";" in d_neogeo.cpp and exit...

Can we solve it?
Title: Problem with MinGW3.2.0-RC3
Post by: iq_132 on February 14, 2005, 03:01:31 AM
See the numbers mingw spits out on the errors?
That's the line number in d_neogeo.cpp that the problem is on.
Just go to that line and delete/fix it. ;)
Title: Problem with MinGW3.2.0-RC3
Post by: youngshare on February 14, 2005, 03:17:49 AM
You mean that the src itself is wrong?
Too many ";" :eek:
Title: Problem with MinGW3.2.0-RC3
Post by: iq_132 on February 14, 2005, 03:20:24 AM
Possibly.  If it's stuck on your d_neogeo.cpp, I would bet that something in your source is wrong.
Title: Problem with MinGW3.2.0-RC3
Post by: youngshare on February 14, 2005, 03:25:09 AM
:confused:
I can find ";" in those lines,but I don't think they are extra...
Title: Problem with MinGW3.2.0-RC3
Post by: osv29 on February 14, 2005, 10:54:47 PM
you're source is ok but you can't compile FBA with mingw3.2, you have to use 3.1 and update some files to gcc v.3.3.x.x,......once again sorry for the bad use of the languaje jejeje
Title: Problem with MinGW3.2.0-RC3
Post by: DragonKeeper on February 15, 2005, 06:37:51 AM
Lol, even with the official source I get a million little syntax errors like that. Dont worry about them. They dont prevent you from compiling successfully anyway.