On Sep 9, 2010, at 4:34 PM, VLAD MIHAI CHIRIAC wrote:
I think there are no files because, Visual Studio doesn't have these header files.


No, NLopt does not need any non-standard header files. Things like unistd.h are only on Unix, and on Windows it will do without. The purpose of the tests that CMake does (just like the configure script) is to see which headers are available, and it will tell NLopt to work around any missing ones (by creating a config.h file that tells NLopt which features are present).

Steven
_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to