-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building with MacOSX 11 #64
Comments
I have the same problem... |
I think this may be fixed by: 4c3eb8d which removes the requirement of pkg-config. After installing dlib with
golang prohibits unrecognized linker flags, and does not currently match I believe that is the cause of the error. But 4c3eb8d changes the cgo flags to no longer rely on pkg-config, so I think this may be resolved. |
I updated to the latest version and was able to build it. |
No interest |
Running through your instructions I get the following error:
sed: /usr/local/lib/pkgconfig/dlib-1.pc: in-place editing only works for regular files
after that tring to build I get an error:
go build github.com/Kagami/go-face: invalid flag in pkg-config --libs: /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libz.tbd
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: