Skip to content

Hardcoded gcc in makefiles fails when no gcc installed #116

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

Closed
ghost opened this issue Apr 5, 2014 · 3 comments
Closed

Hardcoded gcc in makefiles fails when no gcc installed #116

ghost opened this issue Apr 5, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 5, 2014

Just tried building tidy-html5 on FreeBSD 10 (which ships clang, not gcc) and it fails because the makefile is hardcoded to assume gcc is installed. The POSIX standard says that systems must ship cc, so the correct approach is to call cc and let the OS call the correct compiler with that.

@geoffmcl
Copy link
Contributor

The latest development branch, develop-500, no longer has any hardcoded make files... it uses cmake to generate the Makefile...
It would be appreciated if you could checkout develop-500 branch, build and test, and hopefully confirm this issue can be closed... Thanks...

@ghost
Copy link
Author

ghost commented Jan 25, 2015

The build now uses the POSIX standard cc, thank you!

@ghost ghost closed this as completed Jan 25, 2015
@geoffmcl
Copy link
Contributor

Glad it worked out for you... and thanks for closing this...

Hope you get a chance to STRONGLY test Tidy5, and report any BUGS... We do want to head for a new release soonest... Thanks...

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

No branches or pull requests

2 participants