Open
Description
I'm trying to install the Fedramp-Templater. I've gone through all of the related issues I can find to install errors at this point, and I'm still getting the same messages time and time again. I am getting hung up on the libxml file - I've dug through archives of libxml, and I cannot find a way to download this (as far as I can see very old) compiler to my Mac (running Mojave 10.14.6). Any suggestions on how to solve?
I've tried this
- I have libxml2 v. 2.9.9_2
- I have pkg-config installed
- The suggestion to use apple-gcc42 appears to be only possible on old Macs
I'm at a loss because it seems many of the dependencies are outdated. Is there another approach I can take?
(base) Chelseas-MacBook-Pro:/ chelseacarter$ go get github.com/moovweb/gokogiri
# github.com/moovweb/gokogiri/help
Users/chelseacarter/go/src/github.com/moovweb/gokogiri/help/help.go:6:10: fatal error: 'libxml/tree.h' file not found
#include <libxml/tree.h>
^~~~~~~~~~~~~~~
1 error generated.
# github.com/moovweb/gokogiri/xpath
Users/chelseacarter/go/src/github.com/moovweb/gokogiri/xpath/expression.go:4:10: fatal error: 'libxml/xpath.h' file not found
#include <libxml/xpath.h>
^~~~~~~~~~~~~~~~
1 error generated.
Metadata
Metadata
Assignees
Labels
No labels
Activity