Please add ftnchek package

2020-11-23 Thread robhickey
Hi Cygwin,



Ftnchek is very useful for updating "dusty-deck" fortran codes



Some links to streamline your consideration.



Thank you

https://www.dsm.fordham.edu/~ftnchek/



https://linux.die.net/man/1/ftnchek



https://sourceforge.net/projects/ftnchek/



http://www.softeng.rl.ac.uk/st/archive/SoftEng/SESP/html/SoftwareTools/ftnch
ek.html



--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


w32api.h

2021-12-14 Thread robhickey
Hi Cygwin,



I'm compiling a non Cygwin code using  ./config, make, make install.



The make output  says  /include/w32api  file or directory not found.



I've tried many combinations of absolute and relative paths to prevent the
warning but no luck.



I'm guessing /include is not a standard directory, so I copied the
/usr/include/w32api to /include/w32api/, the warning goes way.



Is this a bad idea?



I also notice that w32api.h defines every version of windows but stops at
windows8.



#define WindowsVista 0x0600

#define Windows7   0x0601

#define Windows8   0x0602



Is it permissible to add



#define windows10  0X0603



Thank you






-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple