Stephen Heron

Results 9 comments of Stephen Heron

Hi @deuill Thanks for the help! After a bit of mucking around I got the Dockerfile to build a go-php.a file located in `build/env/GOPATH/pkg/linux_amd64/github.com/deuill`. Apologies for my naivety but this...

@richardjennings That is exactly what I am trying to do as well. I am currently launching php from node but looking at gophp to see if we can get extra...

@adamlc I had the same problem, luckily I did not need curl so in the Dockerfile I removed the `--with-curl` line on the configure. Not perfect but it got me...

Nice one @deuill I followed your instructions and got a successful binary to be built. (I am using a Ubuntu VM). However I ran into the issue that you mentioned...

Sorry to ask the same question but I am also interested in Guzzle 5 support. I am about to start a new project and this bundle looks awesome and is...

Hi @avpeery We had a look at replicating the issue in the jsbin and we discovered the source of the problems. In our code we do something like this: ```const...

I also built a version of mapbox-gl with the commit that I found that works (https://github.com/mapbox/mapbox-gl-js/commit/457f808ad2ecdb90b2c2f5511734f1a2f0790740) and it seems totally fine: https://output.jsbin.com/yolusir/27/

Yeah seeing the same here. I manually bumped the compileSdkVersion to 26 in the build.gradle and that got it to compile.

> > Yeah seeing the same here. > > I manually bumped the compileSdkVersion to 26 in the build.gradle and that got it to compile. > > You can't change...