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

Documentation? #83

Open
WillieMaddox opened this issue Jan 13, 2016 · 0 comments
Open

Documentation? #83

WillieMaddox opened this issue Jan 13, 2016 · 0 comments

Comments

@WillieMaddox
Copy link

I tried making the documentation by following the instructions on the Mapserver repo. However, I got many errors,

...
Patching output file 63/63
error: problems opening map file /home/maddoxw/git/tinyows/doc/doxygen/dir_00fbcc4dbca983854442015ac670cf78_dep.map for inclusion in the docs!
If you installed Graphviz/dot after a previous failing run, 
try deleting the output directory and rerun doxygen.
lookup cache used 834/65536 hits=15641 misses=903
finished...

Are graphviz and dot a requirement for building the documentation?

I went ahead and installed them to see if it would fix the problem:

$ sudo apt-get install xdoc graphviz

Then I removed everything from the tinyows/doc directory (except for the Doxygen file) and did make doxygen again. The dependency maps are now present, so that's good, but still no "verbose" documentation. Scrolling back through the terminal I found lots of suspicious messages.
Here is a snippet:

...
unable to read file loc from[wfs_gml_display_hits]
unable to read file loc from[wfs]
Generating Sqlite3 output for file wfs_request.c
unable to read file loc from[WFS_REQUEST_UNKNOWN]
unable to read file loc from[WFS_FORMAT_UNKNOWN]
unable to read file loc from[main]
...

There were thousands of these "unable to read file loc from" messages along with the Sqlite3 messages sprinkled here and there. I have Sqlite3 installed on my system, so I'm not sure what the problem is.

Can anyone advise?

-Thanks

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

1 participant