Download, and
1. ./configure - ok
2. make - error:
Making install in src
g++ -DHAVE_CONFIG_H -I. -g -O2 -DCHECKOPTS -Wreturn-type -Wunused -
Wuninitialized -Wall -O3 -funroll-all-loops -funroll-loops -DNDEBUG -MT
main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
In file included from main.cc:17:
sattypes.h: In function `std::string ErrorString(int)':
sattypes.h:144: error: invalid conversion from `int' to `const char*'
sattypes.h:144: error: initializing argument 1 of
`std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*,
const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>,
_Alloc = std::allocator<char>]'
In file included from sat.h:31,
from main.cc:18:
worker.h:29:27: linux/aio_abi.h: No such file or directory
In file included from sat.h:31,
from main.cc:18:
worker.h: At global scope:
worker.h:730: error: `aio_context_t' does not name a type
*** Error code 1
Stop in ~/my/stressapptest-1.0.0_autoconf/src.
*** Error code 1
Stop in ~/my/stressapptest-1.0.0_autoconf.
Original issue reported on code.google.com by
serj...@gmail.comon 20 Oct 2009 at 6:52