Sua "saída de erro" mostra avisos, sem erros.
Dependendo da ordem do objeto no Makefile.in
, recebo dois erros diferentes. Os resultados legíveis estão aqui, dtsncc_14.Jul.2016_errors.txt link
fixrt/fixrt.cc:850: error: ‘HDR_NDTSN’ was not declared in this scope
Editar 01 : criei um patch com todas as alterações, incluindo ns231_gcc44.patch
, ns2measure-2.31-070909.patch
: dtsncc-all_ns231-01.patch link
Por favor, tente com o compilador Ubuntu g ++ - 4.4: export CXX=g++-4.4 && ./configure && make
.... O patch ns231_gcc44.patch
link
EDIT 2: A saída de erro com o Ubuntu 14.04 - 64 → link
EDIT 3, 26Jul: Tem o seu "ns-2.31dtsncc". Substituiu o cabeçalho dtsncc/dtsncc.h
por este link e avançou um pouco mais com 'make' . O que nos deixa com esse erro:
wnd_' was not declared in this scope
→
ndtsn/ndtsn.cc: In constructor 'NDtsnAgent::NDtsnAgent()':
ndtsn/ndtsn.cc:48: error: 'wnd_' was not declared in this scope
ndtsn/ndtsn.cc: In member function 'char* NDtsnAgent::get_bitmap_string(int*)':
.
ndtsn/ndtsn.cc: In member function 'virtual int NDtsnAgent::window()':
ndtsn/ndtsn.cc:573: error: 'wnd_' was not declared in this scope
ndtsn/ndtsn.cc: In member function 'virtual double NDtsnAgent::windowd()':
ndtsn/ndtsn.cc:578: error: 'wnd_' was not declared in this scope