[Ns-developers] ns-2.32 release candidate for testing
Tom Henderson
tomh at tomh.org
Fri Aug 31 06:23:34 PDT 2007
Pedro, thanks for these tests.
> b) 32-bit debian in debug mode - stops by an warning (because of -Werror)
>
> ./configure --enable-debus sets "-Werror"; Tcl.h drops the following errors:
>
> tcp/tcp.h: In constructor `TcpAgent::TcpAgent()':
> tcp/tcp.h:321: warning: `TcpAgent::burstsnd_timer_' will be initialized
> after
> tcp/tcp.h:240: warning: `TracedInt TcpAgent::dupacks_'
> tcp/tcp.cc:83: warning: when initialized here
> tcp/tcp.h:434: warning: `TcpAgent::use_rtt_' will be initialized after
> tcp/tcp.h:382: warning: `int TcpAgent::first_decrease_'
> tcp/tcp.cc:83: warning: when initialized here
I wonder whether this is an initialization list ordering complaint--
does the attached patch help?
Does the result change (prior to the patch) if you use a compiler older
than gcc-4.1.2?
>
> case c)
> -------
>
>> uname -a
> Linux tagus.inesc-id.pt 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007
> x86_64 GNU/Linux
>> Gcc --version
> gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
>
> ./install drops at TK installation (see log in
> http://tagus.inesc-id.pt/~pestrela/ns2/files/2.32_64_bits.install.txt
> )
It seems that Tk is not finding X11 headers in your system, are they in
a standard place? On my system Xlib.h is in /usr/include/X11/Xlib.h
Tom
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tcp.cc.init.order.patch
Url: http://mailman.isi.edu/pipermail/ns-developers/attachments/20070831/5f228654/tcp.cc.init.order.ksh
More information about the Ns-developers
mailing list