Actually I wanted to measure the complexity of the C source files in Evolution. I found a free tool called Metre (version 2.3, Just make a web search if you are curious).. The tool said it required preprocessed files. That's why i asked your help..
Finally, I managed to produce the pre-processed files. But this time the tool gave me some syntax errors. I guess the reason was that it was written considering ANSII C. The last version is 1995. However gcc is different. In short, I haven't done what I want to do yet. I searched the web for other free tools that can provide complexity measurements of C sources. I haven't found good ones. Free ones are usually written before 1995 they gave me errors. The others are commercial ones. Let me see what I can do. May be I can ask the academic price which could be less expensive. If I make any measurements, I will let you know so that it can be a useful feedback to your project. In the meanwhile, as always, I appreciate any comment, suggestion, and guidance. Thanks for your helps. Gunes P.S. If you want to know more about the complexity metrics or refresh your knowledge just make a web search. probably the most famous ones are Halstead's metrics and Mccabe's cyclomatic complexity On Wednesday 02 July 2003 10:38 am, Jeffrey Stedfast wrote: > he told me yesterday on irc he wanted to run the preprocessed code thru > some sort of auditing tool? > > Jeff > > On Wed, 2003-07-02 at 03:42, Not Zed wrote: > > You still haven't given us any idea why you want to do this, I was just > > curious ... > > > > For the answer to the question below, try the autoconf/automake/make/gcc > > manuals. > > > > On Wed, 2003-07-02 at 03:57, A. Gunes Koru wrote: > > > Hi, > > > > > > How do I use CFLAGS? The issue came up when i wanted to pass > > > -save-temps option to the compiler to produce a preprocessed file per > > > each source file. > > > > > > Thanks in advance :) > > > > > > Gunes > > > > > > _______________________________________________ > > > evolution-hackers maillist - [EMAIL PROTECTED] > > > http://lists.ximian.com/mailman/listinfo/evolution-hackers > > > > _______________________________________________ > > evolution-hackers maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/evolution-hackers _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
