Skip to content
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

html-tidy.c:14:10: fatal error: 'tidy.h' file not found #42

Open
bjohas opened this issue Aug 4, 2018 · 4 comments
Open

html-tidy.c:14:10: fatal error: 'tidy.h' file not found #42

bjohas opened this issue Aug 4, 2018 · 4 comments

Comments

@bjohas
Copy link

bjohas commented Aug 4, 2018

Hello,

I'm trying to compile on OS X, and I get the above error. There's no tidy.h file in the source.

Many thanks!

@martinetd
Copy link
Contributor

tidy.h comes from https://github.com/htacg/tidy-html5

They ship a .dmg image for OSX but I have no idea if that's usable as is or if you'll need to recompile it

@bjohas
Copy link
Author

bjohas commented Aug 4, 2018

Many thanks!

brew install tidy-html5

fixed this.

Duktape is next - there's no installer for OS X. Where would I place the source so that the the edbrowse make picks it up?

@martinetd
Copy link
Contributor

We don't use the source directly but the headers and library, you'll need to install it somewhere.
I'm really not a mac expert so you'll need to figure it out, /usr/local is what I often hear being recommended?

@ryandesign
Copy link

I imagine this issue can be closed since it was originally about not finding the tidy header due to it not being installed and then moved on to how to build duktape which edbrowse no longer uses.

Users who want an easy way to install edbrowse on macOS can use MacPorts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants