stas 2003/11/26 12:01:29
Modified: todo bugs_build bugs_mp Log: dependency check is a build bug Revision Changes Path 1.3 +4 -0 modperl-2.0/todo/bugs_build Index: bugs_build =================================================================== RCS file: /home/cvs/modperl-2.0/todo/bugs_build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- bugs_build 18 Nov 2003 21:45:18 -0000 1.2 +++ bugs_build 26 Nov 2003 20:01:29 -0000 1.3 @@ -40,6 +40,10 @@ symbols from ap_/apr_ namespace they should use .exp files installed by httpd/apr/aprutil. +* we have a dependency check problem when xs/*/*.h use code from + xs/modperl_xs*.h, when the latter change 'make' won't rebuild the + dependant files + * gcc 3.3 (from cvs 2003-07-28) supports a new option: -Wdeclaration-after-statement, which we need to enable in the maintainer mode, to catch any declarations after statements, since 1.2 +0 -4 modperl-2.0/todo/bugs_mp Index: bugs_mp =================================================================== RCS file: /home/cvs/modperl-2.0/todo/bugs_mp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- bugs_mp 17 Nov 2003 23:00:34 -0000 1.1 +++ bugs_mp 26 Nov 2003 20:01:29 -0000 1.2 @@ -6,10 +6,6 @@ http://www.gossamer-threads.com/archive/mod_perl_C1/dev_F4/%5BMP2_BUG%5D_PerlPassEnv_issues_P70500/ -* we have a dependency check problem when xs/*/*.h use code from - xs/modperl_xs*.h, when the latter change 'make' won't rebuild the - dependant files - * most of the xs wrappers print no "Usage: " when wrong args/wrong number of args are passed, would be nice to add the usage message