I am trying to install github.com/terminalstatic/go-xsd-validate for xsd validation and have followed the steps mentioned in the link - https://medium.com/@kumarharsh/using-libxml2-headers-in-windows-5d548077cde5
- My
pkg-config.exeis inC:\Users\..\go\bin - Environment Variable
PKG_CONFIG_PATHis set toC:\mysys64\usr\lib\pkgconfig libxml-2.0.pcfile is present at the above path- Running
which gccgives: /usr/bin/gcc
go get github.com/terminalstatic/go-xsd-validate
Receiving this error:
pkg-config --cflags -- libxml-2.0
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
pkg-config: exit status 1
The entire set up looks very confusing, not sure what I miss in between. ANy hints would be helpful !