Asger Hautop Drewsen
Asger Hautop Drewsen
You can use "Crash Reporter" from BigBoss.
The favicon for iDownloadBlog (http://feeds.feedburner.com/iphonedlb) is the standard feedburner icon, not the icon of the blog. In Reader Notifier Reloaded:  In Google Reader: 
!$ would also be nice to have
@NobodyXu There is no gcc compiler included in the Android NDK, only clang, so that would be impossible I think (especially when the build completes successfully). Anyway here is the...
@NobodyXu Done: ``` 53564e00498156c9be00361c4b039952cbf7ff59 is the first bad commit commit 53564e00498156c9be00361c4b039952cbf7ff59 Author: Arc-blroth Date: Wed Jul 27 13:42:07 2022 -0700 Fix `--target` getting passed twice to the Android NDK clang...
Seems to be the following with at commit 53564e00498156c9be00361c4b039952cbf7ff59: ``` cd "/home/tyilo/tmp/cc-repro/target/armv7-linux-androideabi/debug/build/turbojpeg-sys-6d3bd97a5c68f099/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/home/tyilo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/turbojpeg-sys-0.2.3/libjpeg-turbo" "-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib" "-DCMAKE_TOOLCHAIN_FILE=/home/tyilo/Android/Sdk/ndk/21.4.7075529/build/cmake/android.toolchain.cmake" "-DCMAKE_INSTALL_PREFIX=/home/tyilo/tmp/cc-repro/target/armv7-linux-androideabi/debug/build/turbojpeg-sys-6d3bd97a5c68f099/out" "-DCMAKE_C_FLAGS= -DANDROID -ffunction-sections -fdata-sections -fPIC --target=armv7-linux-androideabi" "-DCMAKE_CXX_FLAGS= -DANDROID -ffunction-sections -fdata-sections -fPIC...
> @tyilo Can you try cc 1.0.87 to see if it fixes your issue? Thanks! I still get the same error: ``` Compiling turbojpeg-sys v0.2.3 error: failed to run custom...
Same thing happens with `cc` 1.0.86 and 1.0.88.
`cc` 1.0.90 seems to have fixed this.
> We could maybe consider lowering it in our binary release, but I don't see the benefit of doing so. The benefit would be that it would work with the...