******************************************************************************** conan test conan-center-index/recipes/fastprng/all/test_package/conanfile.py fastprng/cci.20200628@#ccf6ef6ac255baabb2a61f53cd19b988 -pr /home/conan/w/prod/BuildSingleReference/17618/3d6f2bb3-7407-4698-8b17-9018463fb5e2/profile_linux_5_libstdcpp11_gcc_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] fastprng/cci.20200628 (test package): Installing package Requirements fastprng/cci.20200628 from local cache - Cache Packages fastprng/cci.20200628:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... fastprng/cci.20200628: Already installed! fastprng/cci.20200628 (test package): Generator cmake_find_package_multi created fastprng-config-version.cmake fastprng/cci.20200628 (test package): Generator cmake_find_package_multi created fastprng-config.cmake fastprng/cci.20200628 (test package): Generator cmake_find_package_multi created fastprngTargets.cmake fastprng/cci.20200628 (test package): Generator cmake_find_package_multi created fastprngTarget-release.cmake fastprng/cci.20200628 (test package): Generator txt created conanbuildinfo.txt fastprng/cci.20200628 (test package): Generator cmake created conanbuildinfo.cmake fastprng/cci.20200628 (test package): Aggregating env generators fastprng/cci.20200628 (test package): Generated conaninfo.txt fastprng/cci.20200628 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK fastprng/cci.20200628 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package' ----------------- -- The CXX compiler identification is GNU 5.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o CMakeFiles/test_package.dir/build.make:81: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/test_package.dir/all' failed Makefile:102: recipe for target 'all' failed CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /usr/include/c++/5/chrono:35:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:16, from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:109:48: error: ‘chrono’ is not a member of ‘std’ fastXS32(const uint32_t seedVal = uint32_t(FPRNG_SEED_INIT32)) { seed(seedVal); } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:135:49: error: ‘chrono’ is not a member of ‘std’ void seed(const uint32_t seedVal = uint32_t(FPRNG_SEED_INIT32)) { ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xoshiro128p()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:164:45: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xoshiro128p() { XOSHIRO128_STATIC(const uint32_t result = s0 + s3) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:164:45: error: ‘s3’ was not declared in this scope inline static uint32_t xoshiro128p() { XOSHIRO128_STATIC(const uint32_t result = s0 + s3) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:164:45: error: ‘s1’ was not declared in this scope inline static uint32_t xoshiro128p() { XOSHIRO128_STATIC(const uint32_t result = s0 + s3) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:164:45: error: ‘s2’ was not declared in this scope inline static uint32_t xoshiro128p() { XOSHIRO128_STATIC(const uint32_t result = s0 + s3) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xoshiro128pp()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:165:45: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xoshiro128pp() { XOSHIRO128_STATIC(const uint32_t result = rotl(s0 + s3, 7) + s0) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:165:45: error: ‘s3’ was not declared in this scope inline static uint32_t xoshiro128pp() { XOSHIRO128_STATIC(const uint32_t result = rotl(s0 + s3, 7) + s0) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:165:45: error: ‘s1’ was not declared in this scope inline static uint32_t xoshiro128pp() { XOSHIRO128_STATIC(const uint32_t result = rotl(s0 + s3, 7) + s0) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:165:45: error: ‘s2’ was not declared in this scope inline static uint32_t xoshiro128pp() { XOSHIRO128_STATIC(const uint32_t result = rotl(s0 + s3, 7) + s0) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xoshiro128xx()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:166:45: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xoshiro128xx() { XOSHIRO128_STATIC(const uint32_t result = rotl(s1 * 5, 7) * 9) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:166:45: error: ‘s1’ was not declared in this scope inline static uint32_t xoshiro128xx() { XOSHIRO128_STATIC(const uint32_t result = rotl(s1 * 5, 7) * 9) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:166:45: error: ‘s2’ was not declared in this scope inline static uint32_t xoshiro128xx() { XOSHIRO128_STATIC(const uint32_t result = rotl(s1 * 5, 7) * 9) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:166:45: error: ‘s3’ was not declared in this scope inline static uint32_t xoshiro128xx() { XOSHIRO128_STATIC(const uint32_t result = rotl(s1 * 5, 7) * 9) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xoroshiro64x()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:173:46: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xoroshiro64x() { XOROSHIRO64_STATIC(const uint32_t result = s0 * 0x9E3779BB) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:173:46: error: ‘s1’ was not declared in this scope inline static uint32_t xoroshiro64x() { XOROSHIRO64_STATIC(const uint32_t result = s0 * 0x9E3779BB) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xoroshiro64xx()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:174:46: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xoroshiro64xx() { XOROSHIRO64_STATIC(const uint32_t result = rotl(s0 * 0x9E3779BB, 5) * 5) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:174:46: error: ‘s1’ was not declared in this scope inline static uint32_t xoroshiro64xx() { XOROSHIRO64_STATIC(const uint32_t result = rotl(s0 * 0x9E3779BB, 5) * 5) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint32_t fastPRNG::fastXS32s::xorShift()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:181:41: error: ‘chrono’ is not a member of ‘std’ inline static uint32_t xorShift() { XORSHIFT32_STATIC } //Marsaglia xorShift: period 2^32-1 ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: At global scope: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:256:48: error: ‘chrono’ is not a member of ‘std’ fastXS64(const uint64_t seedVal = uint64_t(FPRNG_SEED_INIT64)) { seed(seedVal); } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:283:49: error: ‘chrono’ is not a member of ‘std’ void seed(const uint64_t seedVal = uint64_t(FPRNG_SEED_INIT64)) { ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoshiro256p()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:311:45: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoshiro256p() { XOSHIRO256_STATIC(const uint64_t result = s0 + s3) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:311:45: error: ‘s3’ was not declared in this scope inline static uint64_t xoshiro256p() { XOSHIRO256_STATIC(const uint64_t result = s0 + s3) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:311:45: error: ‘s1’ was not declared in this scope inline static uint64_t xoshiro256p() { XOSHIRO256_STATIC(const uint64_t result = s0 + s3) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:311:45: error: ‘s2’ was not declared in this scope inline static uint64_t xoshiro256p() { XOSHIRO256_STATIC(const uint64_t result = s0 + s3) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoshiro256pp()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:312:45: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoshiro256pp() { XOSHIRO256_STATIC(const uint64_t result = rotl(s0 + s3, 23) + s0) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:312:45: error: ‘s3’ was not declared in this scope inline static uint64_t xoshiro256pp() { XOSHIRO256_STATIC(const uint64_t result = rotl(s0 + s3, 23) + s0) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:312:45: error: ‘s1’ was not declared in this scope inline static uint64_t xoshiro256pp() { XOSHIRO256_STATIC(const uint64_t result = rotl(s0 + s3, 23) + s0) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:312:45: error: ‘s2’ was not declared in this scope inline static uint64_t xoshiro256pp() { XOSHIRO256_STATIC(const uint64_t result = rotl(s0 + s3, 23) + s0) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoshiro256xx()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:313:45: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoshiro256xx() { XOSHIRO256_STATIC(const uint64_t result = rotl(s1 * 5, 7) * 9) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:313:45: error: ‘s1’ was not declared in this scope inline static uint64_t xoshiro256xx() { XOSHIRO256_STATIC(const uint64_t result = rotl(s1 * 5, 7) * 9) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:313:45: error: ‘s2’ was not declared in this scope inline static uint64_t xoshiro256xx() { XOSHIRO256_STATIC(const uint64_t result = rotl(s1 * 5, 7) * 9) } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:313:45: error: ‘s3’ was not declared in this scope inline static uint64_t xoshiro256xx() { XOSHIRO256_STATIC(const uint64_t result = rotl(s1 * 5, 7) * 9) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoroshiro128p()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:320:47: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoroshiro128p() { XOROSHIRO128_STATIC(const uint64_t result = s0 + s1, 24, 13, 27) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:320:47: error: ‘s1’ was not declared in this scope inline static uint64_t xoroshiro128p() { XOROSHIRO128_STATIC(const uint64_t result = s0 + s1, 24, 13, 27) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoroshiro128pp()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:321:47: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoroshiro128pp() { XOROSHIRO128_STATIC(const uint64_t result = rotl(s0 + s1, 17) + s0, 49, 21, 28) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:321:47: error: ‘s1’ was not declared in this scope inline static uint64_t xoroshiro128pp() { XOROSHIRO128_STATIC(const uint64_t result = rotl(s0 + s1, 17) + s0, 49, 21, 28) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xoroshiro128xx()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:322:47: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xoroshiro128xx() { XOROSHIRO128_STATIC(const uint64_t result = rotl(s0 * 5, 7) * 9, 24, 13, 27) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:322:47: error: ‘s1’ was not declared in this scope inline static uint64_t xoroshiro128xx() { XOROSHIRO128_STATIC(const uint64_t result = rotl(s0 * 5, 7) * 9, 24, 13, 27) } ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: In static member function ‘static uint64_t fastPRNG::fastXS64s::xorShift()’: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:329:41: error: ‘chrono’ is not a member of ‘std’ inline static uint64_t xorShift() { XORSHIFT64_STATIC } // Marsaglia xorShift: period 2^64-1 ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h: At global scope: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:366:57: error: ‘chrono’ is not a member of ‘std’ fastRandom32Class(const uint32_t seedVal = uint32_t(FPRNG_SEED_INIT32)) ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:370:46: error: ‘chrono’ is not a member of ‘std’ void seed(const uint32_t seed = uint32_t(FPRNG_SEED_INIT32)) { ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:435:57: error: ‘chrono’ is not a member of ‘std’ fastRandom64Class(const uint64_t seedVal = uint64_t(FPRNG_SEED_INIT64)) { reset(); seed(seedVal); } ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:438:46: error: ‘chrono’ is not a member of ‘std’ void seed(const uint64_t seed = uint64_t(FPRNG_SEED_INIT64)) { ^ In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:1:0: /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:470:7: error: expected nested-name-specifier before ‘fastRand32’ using fastRand32 = fastRandom32Class; ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fastprng/cci.20200628/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/fastPRNG.h:471:7: error: expected nested-name-specifier before ‘fastRand64’ using fastRand64 = fastRandom64Class; ^ /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp: In function ‘int main()’: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/test_package.cpp:6:24: error: call to ‘fastPRNG::fastXS64::fastXS64(uint64_t)’ uses the default argument for parameter 1, which is not yet defined fastPRNG::fastXS64 fastR; ^ make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: fastprng/cci.20200628 (test package): Error in build() method, line 11 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fastprng/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3'