Page 1 of 1

spring on Linux - data files

Posted: 04 Feb 2006, 14:54
by malric
Hello,

I'm running taspring under linux and I'm having problems with xta mod. (downloaded from http://download.berlios.de/taspring-lin ... b1.tar.bz2

The error is:

Code: Select all

 Parse error 'brace or further name value pairs expected' in units/armfast.fbi at line 29 column 7 near
        soundcategory=ARM_KBOT;
And it comes from the .fbi file that has something like that at the specified line:

Code: Select all

        sightdistance=330;
        /180
        radardistance=0;
        soundcategory=ARM_KBOT;
If "/180" is eliminated I can build the kbot (zipper) and everything works ok.

Is XTA kept in a svn somewhere ? (who should fix this... ?)

Thanks,

Posted: 04 Feb 2006, 17:51
by AF
The old parser simply glanced over this, but the new boost::spirit based TDF parser says otherwise.

I think the necessary change is going to be in the next release anyway.