hsjung1305 / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

BSD support #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.com on 20 Oct 2009 at 6:52

GoogleCodeExporter commented 9 years ago
Same on NetBSD-5.99.20/amd64.

Original comment by tk@giga.or.at on 20 Oct 2009 at 11:52

GoogleCodeExporter commented 9 years ago
BSDs are not currently supported. DmitryM has submitted a patch on the mailing 
list
which should be integrated sometime shortly. 

Original comment by nick.j.s...@gmail.com on 23 Oct 2009 at 4:06