|
From: Martijn O. <mo...@dd...> - 2003-12-02 05:51:57
|
Maurits van Rees wrote: > Hello, > > I changed the stats 1.13 source a bit: > - stats.h: I removed the line #include values.h > - statsUnp.c: I added a line almost at the top: MAXINT = 1000000; This is > the only file that uses values.h and apparently only for the MAXINT. The > one million is probably not good. > > But with these changes I can get a compile of stats.exe! > > It doesn't seem to recognize all my planets though. I am quite sure that I > have more than 17! Maybe that's because it is an earlier version, but it > may be something that goes wrong in Windows only. Ships seem fine. Sanity > looks okay. No core dumps so far. > > But, Martijn: it would better to get the latest source from cvs and try it > with that. [I cc-ed this email to him.] I'll try that later as well. > > -- > Maurits Maurits, thanx for compiling stats. It is working fine (although I may have some user interface suggestions). In my case stats is only showing 27 planets. In RL I'm the proud owner of 54 (and you 34). A possible reason for this behaviour might be: the usage of CR/LF (Windows) instead of a single LF (Unix?). MO |