fatduckling

Results 4 comments of fatduckling

I'm having the same issue. Did you manage to fix it?

Hi @eidheim I think the problem was with the cURL library. I removed package "libcurl4-openssl-dev" and installed "libcurl4-gnutls-dev" and now it works. I'm not sure whether this is the root...

Hi @isaevil I'm getting the same error even after disabling IPO. This is using the latest commit version 58653a3729f343c48fecb4809a894cd4ba0b8574. ``` saleem@saleem-Z790:/tmp/tbb/builder$ cmake -DTBB_ENABLE_IPO=OFF -DCMAKE_BUILD_TYPE=Release -DTBB_STRICT=OFF -DCMAKE_TOOLCHAIN_FILE=/tmp/android-ndk-r26b/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=24 -DTBB_TEST=OFF -DCMAKE_INSTALL_PREFIX=/tmp/android-ndk-r26b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr...

Hey I'll test this mid next week, thanks