memsharded / conan-protobuf

Google protocol buffers conan package
MIT License
1 stars 17 forks source link

Paths with spaces need to be escaped on Windows #6

Closed marcodiiga closed 7 years ago

marcodiiga commented 7 years ago

On Windows the conanfile_directory path needs to be either quoted or escaped if it contains spaces.

memsharded commented 7 years ago

Hi @marcodiiga !

Thanks for trying to improve this, and sorry I have been busy and couldn't look it before. Having a look now.

memsharded commented 7 years ago

I have been investigating. It was very weird that the CI builds broke, without actually changing anything related. What I have found:

Tomorrow I will keep working on this. Cheers!

memsharded commented 7 years ago

Some more progress:

We have released today conan 0.17.2 minor release to solve that ConfigureEnvironment bug. I have relaunched travis CI and it seems things have improved: https://travis-ci.org/memsharded/conan-protobuf/builds/157754493. Now, the Linux build is not broken (as it was before your PR, your PR was failing CI but not due to the PR, but such a failure plus the upgrade of CI infrastructure).

Tomorrow I will try to merge your PR, add a few improvements and push everything. Thanks again for your help!

marcodiiga commented 7 years ago

Thanks for looking into this in the first place 👍

memsharded commented 7 years ago

Finally, I manage to get a green build! Then relaunched your PR and everything green too, so I merged it. Thanks very much for your contribution!