[Ns-bugs] [Bug 1074] Build errors with gcc 3.3.5 and python 2.4.2
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Thu Mar 17 15:20:18 PDT 2011
http://www.nsnam.org/bugzilla/show_bug.cgi?id=1074
--- Comment #1 from Billy <phatynomad at yahoo.com> 2011-03-17 18:20:18 EDT ---
Update:
I upgraded my g++ to 4.1.2, and I got a lot further on the compilation. Now
the error that I am seeing is this:
Waf: Leaving directory
`/afs/rcf.mitre.org/project/NetworkSim/ns-allinone-3.10/ns-3.10/build'
Build failed:
-> task failed (err #1):
{task: cxx ns3module_helpers.cc -> ns3module_helpers_3.o}
-> task failed (err #1):
{task: cxx ns3_module_flame.cc -> ns3_module_flame_3.o}
-> task failed (err #1):
{task: cxx ns3_module_dot11s.cc -> ns3_module_dot11s_3.o}
-> task failed (err #1):
{task: cxx ns3_module_mpi.cc -> ns3_module_mpi_3.o}
-> task failed (err #1):
{task: cxx ns3_module_mobility.cc -> ns3_module_mobility_3.o}
-> task failed (err #1):
{task: cxx ns3_module_point_to_point.cc ->
ns3_module_point_to_point_3.o}
-> task failed (err #1):
{task: cxx ns3_module_aodv.cc -> ns3_module_aodv_3.o}
-> task failed (err #1):
{task: cxx ns3_module_bulk_send.cc -> ns3_module_bulk_send_3.o}
-> task failed (err #1):
{task: cxx ns3_module_packet_sink.cc -> ns3_module_packet_sink_3.o}
-> task failed (err #1):
{task: cxx ns3_module_nix_vector_routing.cc ->
ns3_module_nix_vector_routing_3.o}
-> task failed (err #1):
{task: cxx ns3_module_v4ping.cc -> ns3_module_v4ping_3.o}
-> task failed (err #1):
{task: cxx ns3_module_csma.cc -> ns3_module_csma_3.o}
-> task failed (err #1):
{task: cxx ns3module.cc -> ns3module_3.o}
-> task failed (err #1):
{task: cxx ns3_module_wimax.cc -> ns3_module_wimax_3.o}
-> task failed (err #1):
{task: cxx ns3_module_stats.cc -> ns3_module_stats_3.o}
-> task failed (err #1):
{task: cxx ns3_module_spectrum.cc -> ns3_module_spectrum_3.o}
Traceback (most recent call last):
File "./build.py", line 121, in ?
sys.exit(main(sys.argv))
File "./build.py", line 112, in main
build_ns3(config)
File "./build.py", line 60, in build_ns3
run_command(["python", "waf"])
File "/afs/rcf.mitre.org/project/NetworkSim/ns-allinone-3.10/util.py", line
24, in run_command
raise CommandError("Command %r exited with code %i" % (argv, retval))
util.CommandError: Command ['python', 'waf'] exited with code 1
Am I missing a file? Any help would be greatly appreciated.
Thanks,
Billy
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list