deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
930 stars 105 forks source link

Compile Error On Mac OS Catalina #69

Closed devsimsek closed 2 years ago

devsimsek commented 3 years ago

I am trying to go get but it generates error. Error;

 go get -u -v -tags 'php7 darwin' github.com/deuill/go-php
github.com/deuill/go-php
# github.com/deuill/go-php
../../../../../pkg/mod/github.com/deuill/go-php@v0.0.0-20181001205857-9d111e73423d/context.go:11:11: fatal error: 'main/php.h' file not found
 #include <main/php.h>
          ^~~~~~~~~~~~
1 error generated.

I don't know how to fix it. please reply fast.

ghost commented 2 years ago

github.com/deuill/go-php

../../pkg/mod/github.com/deuill/go-php@v0.0.0-20181001205857-9d111e73423d/context.go:11:23: fatal error: main/php.h: No such file or directory // #include <main/php.h>