Paul Soucy

Results 5 comments of Paul Soucy

setting `targetMachines` does not currently have any effect. I think I have tracked down the source of the problem to [CppLibraryPlugin.java#L137](https://github.com/gradle/gradle/blob/master/subprojects/language-native/src/main/java/org/gradle/language/cpp/plugins/CppLibraryPlugin.java#L137). It seems that `tryToBuildOnHost(variantIdentity)` returns false for cross-compile targets...

I second something like this. I would like to be able to target several different platforms with a cross compiler!

No sorry, I have not had that problem. If you figure out how to solve it I would love a git push request. Thanks. On Sat, Oct 20, 2012 at...

It wasn't obvious how to get started with the Java `FileSystem` API. Is there any example code on how to use the JavaFS + the `FileSystem` API? It seemed more...

Ah I see. I actually started by using [jnr-fuse](https://github.com/SerCeMan/jnr-fuse) but it did not have support for Mac OSX. JavaFS's Mac OSX supports works perfectly, that why I chose to use...