FC

Results 21 comments of FC

Hi Czarek, I think that this would really be a crucial next step. It would make it, as people say, 'idiomatic', so it will feel natural and people would implicitly...

Hi dontpanic92, first of all GREAT WORK 👍 thanks for sharing Regarding cross compilation, it is quite beautiful and builtin in golang, [this post from Dave Cheney shows it very...

Yep 👍 I'll grab my arm board and try to compile the static wxWidgets libraries for arm

@dontpanic92 did you have to manually set the static libraries to be PIC enabled with -fPIC ? Having that sort of error at first attempt of go get on ARM...

been out for a week, will get back to it in the next days :bowtie:

Hi @dontpanic92, I confirm you that I have seen as well 32bit compilation break Travis. But not my own CI server, so basically 32bit compilation actually works. Although, as you...

one thing, purely for information, I encountered by chance that the 'go build' tool actually [recognises SWIG files](https://golang.org/pkg/go/build/), was that looked into or could it be relevant to the case...

I kind of like them both 😃, it would be quite a heavier hand, but since it would be confined to special and limited contexts then either a more assuming...

Hi @andrewarrow and @dontpanic92 ! on OSX here too and definitely desiring the .app as well 👍 I happened to have been curious as well about this topic some weeks...