Need Help compiling ...

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
Ryo
Trained
Trained
Posts: 68
Joined: 02 Jun 2007, 12:18
Location: Germany
Contact:

Need Help compiling ...

Post by Ryo »

Hi,

i have some problems Compiling WZ2100 r 1472 with MSVS 2005. Exactly i have 13 times the same Problem:

error C2130: #line expected a string containing the filename, found 'token'

for excampel in resource_parser.tab.h line 47

#line 60 b4_filename

Did everything http://wz2100.net/wiki/development:comp ... de_windows told me i guess

Thank you for your help,

Ryo
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: Need Help compiling ...

Post by DevUrandom »

That line should look like

Code: Select all

#line 60 "resource_parser.y"
You have Bison 1.8(xx) installed?
Try reinstalling it, some people had similar problems with Bison generating bogus files, which got fixed by that.
Ryo
Trained
Trained
Posts: 68
Joined: 02 Jun 2007, 12:18
Location: Germany
Contact:

Re: Need Help compiling ...

Post by Ryo »

Hm, seems that the Problem was the path of the projectfolder... put the folder from the Desktop to the Diskroot, now it works

Tank you
Post Reply