Paul C Brown

Results 14 comments of Paul C Brown

Thanks for the quick response. I have been using Chrome Version 71.0.3578.98 (Official Build) (64-bit) with go version go1.11.4 windows/amd64 and the latest versions of ginkgo, gomega, and agouti. I...

Sorry for the long delay in getting back - I've been working on other things. Today I updated agouti, ginkgo, and gomega to the latest versions and repeated my test...

I have PKG_CONFIG_PATH set to C:/Software/msys64/mingw64/lib/pkgconfig and have verified that the sought .pc files are actually there. I get different error messages if I do not have this path set....

I fixed up my path a bit - I had two different toolchains mixed together. Now I get: ************ Building Go project: go-gtk ************ with GOPATH: C:\GoWorkspace\ >> Running: C:\Software\Go\bin\go.exe...

As far as I can tell, pkg-config is executing properly (see below under pkg-config execution verification). When I execute the build with the -n option, the next line to be...

Thank you @pztrn - I was able to modify your scripts to build all of go-gtk, with one exception: I cannot seem to find the mingw-w64 package that contains gtkgl-2.0!...

That's what I thought, but this package does not contain gtkgl-2.0. Any other ideas? I hate to have to build it from scratch (I am really not familiar with building...

Sorry I did not get back sooner @pztrn - the pacman did the trick.

OK, rebuilding on a new machine and still have the same issue. In fact, I am not really sure why it worked on the other machine at all (I tried...

I seem to be getting closer with a couple of changes. In gtkglarea.go I changed: // #cgo pkg-config: gtkgl-2.0 to // #cgo pkg-config: gtkglext-1.0 in gtkgl.go.h I changed: #include #include...