OK, using ntop-02-06-09.tgz I have to make all the previous modifications I reported (how do get these checked-in to CVS?) & then the compilation of ntop.exe fails:
Warning: ntop_win32.c: In function `ServiceStart': ntop_win32.c:1408: warning: passing arg 2 of `createThread' from incompatible pointer type ntop_win32.c: In function `main': ntop_win32.c:1657: warning: return type of `main' is not `int' Warning: webInterface.c: In function `printNtopConfigHInfo': webInterface.c:1555: `RUN_DIR' undeclared (first use in this function) webInterface.c:1555: (Each undeclared identifier is reported only once webInterface.c:1555: for each function it appears in.) Failure: webInterface.c: In function `printNtopConfigInfo': webInterface.c:1777: structure has no member named `effectiveUserName' webInterface.c:1778: structure has no member named `userId' webInterface.c:1779: structure has no member named `groupId' webInterface.c:1842: structure has no member named `debugMode' webInterface.c:1890: structure has no member named `sslInitialized' webInterface.c:1892: structure has no member named `sslPort' webInterface.c:1894: structure has no member named `sslAddr' webInterface.c:1897: structure has no member named `sslAddr' webInterface.c:1897: structure has no member named `sslPort' webInterface.c:1898: structure has no member named `sslAddr' webInterface.c:1899: structure has no member named `sslPort' webInterface.c:1904: structure has no member named `sslAddr' webInterface.c:1904: structure has no member named `sslPort' webInterface.c:1905: structure has no member named `sslPort' webInterface.c:2269: structure has no member named `debugMode' make: *** [webInterface.o] Error 1 This is the new code that you wanted me to run, I presume ;) None of it is present in 2.0.99-rc2 anyway... Best Wishes, Fran. ----- Original Message ----- From: "Burton M. Strauss III" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 4:51 PM Subject: RE: [Ntop-dev] RC2 Bug - Win32 build ignores options > First off, you should not be using /, but rather unix style - for options. > > It's possible that Windows is stripping them off or some such. > > > Grab the latest cvs version, and send the text version of the new > configuration report - it will show all the settings and how they're being > interpreted. > > > -----Burton > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Fran Boon > Sent: Sunday, June 09, 2002 5:13 AM > To: [EMAIL PROTECTED] > Subject: [Ntop-dev] RC2 Bug - Win32 build ignores options > > > I find this same thing. > I am also running Win2k Pro SP2 as the OS & compiled with MinGW > > NTop runs fine with either /c or /i > However it ignores all other options passed afterwards. > > Best Wishes, > Fran. > > ----- Original Message ----- > From: "Jac Engel" <[EMAIL PROTECTED]> > To: "ntop@Unipi. IT" <[EMAIL PROTECTED]> > Sent: Sunday, June 09, 2002 9:26 AM > Subject: [Ntop] MinGW fixes for ntop-2.0.99-rc2 > > > > Compiled with MINGW with fixes applied. > > Ntop is accepting only parameters /c /r and /i > > All other options are ignored like -i1 ( my second ethernet > > card) -w 4000 etc etc. What happened ? > > Jac > > _______________________________________________ > > Ntop mailing list > > [EMAIL PROTECTED] > > http://lists.ntop.org/mailman/listinfo/ntop > > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://lists.ntop.org/mailman/listinfo/ntop-dev > _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev
