Author Topic: Problem with MinGW3.2.0-RC3  (Read 5893 times)

Offline youngshare

  • Newbies
  • *
  • Posts: 17
  • Karma: +0/-0
  • Junior Member
Problem with MinGW3.2.0-RC3
« 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?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Problem with MinGW3.2.0-RC3
« Reply #1 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. ;)


Offline youngshare

  • Newbies
  • *
  • Posts: 17
  • Karma: +0/-0
  • Junior Member
Problem with MinGW3.2.0-RC3
« Reply #2 on: February 14, 2005, 03:17:49 AM »
You mean that the src itself is wrong?
Too many ";" :eek:

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Problem with MinGW3.2.0-RC3
« Reply #3 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.


Offline youngshare

  • Newbies
  • *
  • Posts: 17
  • Karma: +0/-0
  • Junior Member
Problem with MinGW3.2.0-RC3
« Reply #4 on: February 14, 2005, 03:25:09 AM »
:confused:
I can find ";" in those lines,but I don't think they are extra...

Offline osv29

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
  • Junior Member
Problem with MinGW3.2.0-RC3
« Reply #5 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

Offline DragonKeeper

  • Newbies
  • *
  • Posts: 18
  • Karma: +0/-0
  • Junior Member
Problem with MinGW3.2.0-RC3
« Reply #6 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.