Re: [NeoStats-Devel] [Commits] r2664 - trunk/src
DeadNotBuried <dnb-4ct+qsaILySks/lY53/[email protected]>
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
it'll pull out the logs and send them to you off list, i did wipe all files and upload everything again into a clean folder as well before compiling, so there was nothing left over from previous compiles. DNB Justin Hammond wrote: > 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] >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: devel-unsubscribe-wool9L35kifE9wlyV4mCnKxOck334EZe@public.gmane.org > For additional commands, e-mail: [email protected] > > > > >