René Ferdinand Rivera Morell

Results 151 comments of René Ferdinand Rivera Morell

Indeed that's likely what happens. You can likely resolve it by clearing `CXX` and `CXFLAGS` before running `bootstrap.sh`.

Is `icuind.lib` file present in the `C:\Users\robb\.conan\data\icu\68.2\_\_\package\611fcefb561f89074ece4ede322b83bfae850b30\lib` directory?

After some investigation... This is technically not a bug. The current behavior is that it interprets the `--foo` as the value for the `ProjectDirectory` argument after having it not match...

@vadz indeed, it's annoying. Which is why I haven't closed this :-) Addressing this is not easy because it break backwards compat. But I'm thinking that okay in this case....

@vadz if you can think of a way to do it I'd love to have a fix for it!

I was already thinking of doing that. So thanks for the push :-)

> It seems that every one of these libraries has some things I like but misses some things I need. If you have specific features you want please add github...

> > If you have specific features you want please add github issues for them. I'm always looking to make this library more functional and easier to use. > >...

Oh, yes, I can see how `NAME=VALUE` would be a better syntax. There's less corner cases to deal with in the native code side also. Although it does adds some...