From: Petr K. <pe...@ku...> - 2006-12-18 23:55:21
|
Mon, Dec 18, 2006 at 01:47:41PM -0800 - Dan S: > Nova Developers, > > I have been looking at the code to make a Windows compatible version. > So far the problems I've encountered is replacing the Posix time > library, and the c99 functions. After make ing the library on Linux I > also noticed that a sort of meta-header file was automatically created > libnova.h. It looks like I'll have to manually create that. Someone > did suggest using Cygwin to support the Posix part of the library, > however I wanted to avoid that so anyone who uses the library on > Windows will not need another dll. I think that those changes, using ifdefs, will be gladly welcome. I cannot test them, but if they will not break Linux build, I can commit them. But libnova.h is NOT created, it's in CVS and should be in tar.gz. Can you send any hint why you think it's created? > Also I am wondering if there is any test code that could be used to > verify the library after my changes. ./lntest/lntest Petr |