RE: [NeoStats-Devel] [Commits] r2664 - trunk/src
"Justin Hammond" <justin-kLev/[email protected]>
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Could you show me the full compile in the src directory? "generate_headers" should make a neostats.pm.h file I need to know why it doesn't do that. > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: None > To: [email protected] > Subject: [NeoStats-Devel] [Commits] r2664 - trunk/src > > > Author: DNB > Date: Wed Jul 13 13:49:02 2005 > New Revision: 2664 > > Modified: > trunk/src/conf.c > trunk/src/perl.c > Log: > perl.c: comment out include to allow compile > conf.c: remove return value on void return > > Modified: trunk/src/conf.c > ============================================================== > ================ > --- trunk/src/conf.c (original) > +++ trunk/src/conf.c Wed Jul 13 13:49:02 2005 > @@ -295,7 +295,7 @@ > } > nlog( LOG_NORMAL, "Completed loading configured > modules" ); > } > - return NS_SUCCESS; > + return; > } > > > > Modified: trunk/src/perl.c > ============================================================== > ================ > --- trunk/src/perl.c (original) > +++ trunk/src/perl.c Wed Jul 13 13:49:02 2005 > @@ -992,7 +992,7 @@ > char *perl_args[] = { "", "-e", "0", "-w" }; > CmdParams *cmd; > const char perl_definitions[] = { > -#include "neostats.pm.h" > +/* #include "neostats.pm.h" */ > }; > Module *mod; > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: devel-unsubscribe-wool9L35kifE9wlyV4mCnKxOck334EZe@public.gmane.org > For additional commands, e-mail: [email protected] > >