Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.in gen_php_cov

2005-10-24 Thread John Coggeshall
If paths could be made relative, that's the ideal solution. Otherwise I agree with Marcus that when --enable-gcov is on the ./configure line we should regenerate the parsers and scanners to omit the debugging information. Perhaps it would be wise in this circumstance to also tack on a little warnin

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.in gen_php_cov

2005-10-22 Thread Jani Taskinen
Don't even think about merging that mess into PHP_5_1 before I've got it sorted out! And next time you want to mess around configure/makefiles ask me before you commit! --Jani On Sat, 22 Oct 2005, John Coggeshall wrote: On Thu, 2005-10-20 at 20:20 +0100, Nuno Lopes wrot

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.in gen_php_cov

2005-10-21 Thread Marcus Boerger
Hello Jani, we should change LEX/YACC/RE2C in gcov mode to omit those lines marcus Thursday, October 20, 2005, 9:25:53 PM, you wrote: > You can get rid of the "bogus" #line lines with using > the genfiles script. Don't even dream about getting rid > of them in the files by usin

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.in gen_php_cov

2005-10-20 Thread Jani Taskinen
You can get rid of the "bogus" #line lines with using the genfiles script. Don't even dream about getting rid of them in the files by using the -L or -l options for flex/bison!! --Jani On Thu, 20 Oct 2005, Nuno Lopes wrote: john Wed Oct 19 20:18:26 2005 EDT Added files: