[go-nuts] Re: Linking static c++ library with Go using SWIG

2017-03-01 Thread therecipe
GO_LDFLAGS= as far > as I see in the `go build -x` log never includes any the link directives. > > Regards, > Chun > > > > On Wednesday, March 1, 2017 at 2:30:12 PM UTC-5, therecipe wrote: >> >> ah okay, I had problems with the ".a" suffix myse

[go-nuts] Re: Linking static c++ library with Go using SWIG

2017-03-01 Thread therecipe
DIR}kflow/libcolor/lib -lCOLOR with/without .a > > None above works for me so far, they are simply ignored during the > building process. I even played with the empty spaces at various places, > still no luck :( > > Thanks, > Chun > > > On Wednesday, March 1, 2017 at 1:57:1

[go-nuts] Re: Linking static c++ library with Go using SWIG

2017-03-01 Thread therecipe
did you try it without the ".a" suffix in the LDFLAGS? Am Dienstag, 28. Februar 2017 20:06:20 UTC+1 schrieb Chun Zhang: > > Hi, All, > > I have googled quite a bit about this issue, there are some tutorials > online. But most of them targeted either at older go releases or C instead > of C++.

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-18 Thread therecipe
/therecipe/qt/blob/master/internal/ci/linux.sh Otherwise I would recommend to try the official pre-build packages, which will also allow stand alone deployments of you application. Am Freitag, 18. November 2016 02:29:20 UTC+1 schrieb howar...@gmail.com: > > What version of QT is it in

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-15 Thread therecipe
, QLabel, ... I played around with something like that last week and created an example, maybe this is the part that interest you: https://github.com/therecipe/qt/blob/master/internal/examples/widgets/renderer/renderer.go#L145-L187 And here are some infos about the different classes that Qt provides

Re: [go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-15 Thread therecipe
thub it looks like this is well on it's way. Thank >>> you!! i have a few programs I've been meaning to write that needed a >>> gui, I'll be giving this a shot. >>> >>> >>> >>> On Thursday, November 10, 2016 at 3:34:36 PM UTC-5, therecipe wrote: &g

Re: [go-nuts] [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-12 Thread therecipe
e a way > to check for errors. Does it panic in every error situation? > > On Thursday, November 10, 2016 at 12:34:36 PM UTC-8, therecipe wrote: >> >> Hey everyone, >> >> I would like to officially announce the project I'm working on for a >> while now. >>

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-12 Thread therecipe
error situation? > > On Thursday, November 10, 2016 at 12:34:36 PM UTC-8, therecipe wrote: >> >> Hey everyone, >> >> I would like to officially announce the project I'm working on for a >> while now. >> It's a binding for the Qt framework + some tools t

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-12 Thread therecipe
wikipedia.org/wiki/Declarative_programming> QML > <https://en.wikipedia.org/wiki/QML>? > > > On Thursday, November 10, 2016 at 3:34:36 PM UTC-5, therecipe wrote: >> >> Hey everyone, >> >> I would like to officially announce the project I'm working on for

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-11 Thread therecipe
Thank you, I appreciate it :) Am Donnerstag, 10. November 2016 23:42:41 UTC+1 schrieb Rusco: > > Good to see some progress on the GUI front - I think you are up to > something ! > Rusco > > > > On Thursday, 10 November 2016 20:34:36 UTC, therecipe wrote: >> >&