|
From: Maurits v. R. <ma...@va...> - 2003-12-02 03:20:25
|
Hello Alexander, I have been trying to get stats to compile under Windows. I do that using cygwin. Martijn Otten has been trying the same, which is one of the reasons why I want to get this to work. Problem: values.h ./configure complains that this is missing. 'make' also really wants this or else it won't compile. The use values.h seems to be outdated, if I see this and other messages: http://www.cygwin.com/ml/cygwin/2001-01/msg00132.html "In short, values.h has been obsolete for over 12 years - any code which wants to be portable should be changed to use the float.h identifiers instead." According to ./configure the missing values.h is the only problem. Is it possible to remove the values.h dependency from the stats.h file by using float.h or something? BTW, I am trying all this with the stats source of version 1.13. -- Maurits |