Théo DELRIEU

Results 32 comments of Théo DELRIEU

Hello, Since Bintray has been sunset, my old remote is now dead. I've opened a PR to make this recipe available on conan-center, but it has been superseded by https://github.com/conan-io/conan/issues/9448....

Hi @tolstikh, I'm working on it! See this issue I posted earlier https://github.com/conan-io/conan/issues/8292

@a4z Yes, I need to take a look at ios-cmake. At work I have to build my own `libc++`, so `darwin-toolchain` doesn't fit this need right now. Does ios-cmake support...

I had this issue with some library also. It is most likely due to `--host` and `--build` having the same value. Could you try `autotools.configure(..., host="x86_64-apple-ios")`?

If you can share the recipe, I'll be able to reproduce the issue

Adding `host="x86_64-apple-ios"` fixes the first issue on my machine, but it fails later on with `catta`: >=== configuring in catta (/tmp/meshlink/build/catta) configure: WARNING: no configuration information is in catta /Applications/Xcode.app/Contents/Developer/usr/bin/make...

And did it fix your issue?

@maddanio I've had the same error, which is unfortunately quite common with the `AutoToolsBuildEnvironment` helper. The thing is that it guesses the `host` wrong, and gives the same value to...

Sorry for the delay, I had notifications turned off on my own repo... I'd like to see what you can come up with :), I resigned myself to using separate...

>Whats the current solution? Create one profile for each arch and after join with lipo externally? This is currently what I'm doing. Although you can use a single profile and...