jmmorato / openddsharp

OpenDDS wrapper for .NET languages
http://www.openddsharp.com
GNU Lesser General Public License v3.0
53 stars 12 forks source link

Building with a space in folder fails #154

Closed MarcoRoccagliSigma closed 1 year ago

MarcoRoccagliSigma commented 1 year ago

Hi there, as per title, when i trying building a project with openddsharp where the restored nuget package contains a space (for example in the user folder) i'm unable to build the project. This results in a file not found exception in openddsharp.standard.idlgenerator.

Thanks for attention

Regards

Marco

jmmorato commented 1 year ago

I can reproduce it, it seems there is a escaping character issue with the CMake call.

I'll try to fix it soon.

Thanks for reporting!

MarcoRoccagliSigma commented 1 year ago

Thanks, for now the workaround is to define a custom nuget rule to download the required dependencies in a "safe" folder without spaces.

jmmorato commented 1 year ago

Please, try with the latest 0.8.23061.107-beta pre-release version

jmmorato commented 1 year ago

Closing for inactivity, feel free to reopen if the proposed fix does not work for you.