You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows 10, using GCC 9.2.0, Go version 1.15.5 windows/amd64
Using command
go get github.com/golang-ui/cairo/cmd/cairo-example-glfw
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b047\_x002.o: in function `_cgo_612e7540b286_Cfunc_cairo_arc':
/tmp/go-build/cgo-gcc-prolog:67: undefined reference to `cairo_arc'
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b047\_x002.o: in function `_cgo_612e7540b286_Cfunc_cairo_arc_negative':
/tmp/go-build/cgo-gcc-prolog:84: undefined reference to `cairo_arc_negative'
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b047\_x002.o: in function `_cgo_612e7540b286_Cfunc_cairo_clip_extents':
/tmp/go-build/cgo-gcc-prolog:112: undefined reference to `cairo_clip_extents'
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b047\_x002.o: in function `_cgo_612e7540b286_Cfunc_cairo_copy_clip_rectangle_list':
/tmp/go-build/cgo-gcc-prolog:151: undefined reference to `cairo_copy_clip_rectangle_list'
And so on...
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Oh, btw I remembered that by default this package builds only on macOS. Since it has static libs built-in and proper flags only for that platform. I coded it while was moving on train for half a day, so didn't have motivation nor time to extend it beyond that trip xD
On Windows 10, using GCC 9.2.0, Go version 1.15.5 windows/amd64
Using command
And so on...
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: