jessevdk / cldoc

clang based documentation generator for C and C++
GNU General Public License v2.0
553 stars 59 forks source link

Cannot build cldoc locally, likely due to breaking changes in dependencies. #86

Closed jordonbiondo closed 9 years ago

jordonbiondo commented 9 years ago

While trying to fix https://github.com/jessevdk/cldoc/issues/85, I found that I cannot build cldoc locally.

Before going into all the specific errors and possible solutions, I think they can all likely be fixed if I had the correct versions installed of tall the dependencies since versions are not specified and I likely have newer, incompatible versions being installed.

So what versions of the following are actually required?

My installed versions are:

jessevdk commented 9 years ago

Can you please paste the error, it will be easier to identify if a newer version is causing issues. In general cldoc should be updated to support newer versions.

jessevdk commented 9 years ago

I have pinned the versions of coffee and inline-source. I don't have any issues myself, and no further information has been provided. Please feel free to reopen this issue if you still encounter problems.

jordonbiondo commented 9 years ago

Thanks I'll see if I can't try out a fresh pull and build if I get some time soon.