Using gtk-doc with Anjuta on Debian Stable
gtk-doc is a library that helps extract code documentation. When you create a new project with Anjuta it asks if you wish to include gkt-doc. Unfortunately, on Debian stable there seems to be a bug because the autoconf configuration is looking for the wrong version of gtk-doc.
/home/levlaz/git/librefocus/configure: line 13072: syntax error near unexpected token `1.0' /home/levlaz/git/librefocus/configure: line 13072: `GTK_DOC_CHECK(1.0)'
gtk-doc-tools package is 1.21. In order to resolve this error you need to update configure.ac to use the newer version of gtk-doc as shown below:GTK_DOC_CHECK([1.21])
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- Lev Lazinskiy
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- Convert Markdown to PDF in Sublime Text
- Making cgit Pretty
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- The social contract of writing from jola.dev
- My Running Tips from Kevin Bell's Blog
- tweet from Derek Sivers blog
- Rewrote my blog with Zine from Drew DeVault's blog
- A eulogy for Vim from Drew DeVault's blog
- Pluralistic: AI "journalists" prove that media bosses don't give a shit (11 Mar 2026) from Pluralistic: Daily links from Cory Doctorow
- Offline 23 hours a day from Derek Sivers blog
- Pluralistic: California can stop Larry Ellison from buying Warners (28 Feb 2026) from Pluralistic: Daily links from Cory Doctorow
Articles from blogs I follow around the net
Zig's anti-LLM contribution policy
As shared by on Simon Willison’s blog, Zig has an interesting anti-LLM policy for contributions in their code of conduct. Zig values contributors over their contributions. Each contributor represents an investment by the Zig core team - the primary goal of...
via Information Overload June 11, 2026Stormdancer (Lotus Wars 1)
Author: Jay Kristoff Rating: ★★★★★ Description: Arashitoras are supposed to be extinct. So when Yukiko and her warrior father Masaru are sent to capture one for the Shōgun, they fear that their lives are over – everyone knows what happens to those who fail...
via Home on Søren's Blog June 11, 2026“This is my favorite news from all of WWDC this week.”
John Gruber on Daring Fireball: Perhaps the worst UI crime in MacOS 26 Tahoe was the inexplicable decision to add inscrutable, distracting icons next to every item in the menu bar. You will recall Jim Nielsen writing about it, rightly describing it as exac...
via Unsung June 11, 2026Generated by openring