Re: [Yetanotherclib-devel] Tools
Status: Planning
Brought to you by:
ostolski
From: Darek O. <ost...@2p...> - 2004-08-11 08:10:31
|
Jeffrey Bedard wrote: >Hello. >The build files of which you speak, unless they are not checked into the repository, are specific to Windows. The Makefile > Yes you are right. This was just for your consideration, that we should be very carefull about warnings given with compilers. I think that splint is very useful tool, it helps to catch bugs before program runs, so various extra warnings given by gcc, so I suggest you to use splint and all warnings turned on. It is very important espacially with C and pointers. > that I created in src allows the library to be built on unix. I am familiar with use of splint, so I may add a target for such source checking. Does your build environment on windows include ports of unix utilities (for example, cygwin)? If so a unified Makefile can be created, along with a configuration script. > > I'm currently using mingw+MinGW Developer Studio as IDE(I think there is port on Linux also), it can generate Makefiles, but as far as I know it can't generate configuration script(that is configure). In main directory there is yetanotherlib.msp this is project file used by this IDE. I'm currently using Linux at home as my OS, I have some experience with autotools(that is automake etc), but I'm not feel very comfortable with writing them, so I'm very happy to have developer with your skills in this matter. Best Darek |