This is a list of the most frequently asked questions for the Anjuta C/C++ IDE. If you have got a question which is not listed, feel free to contact the Anjuta developers via the mailing lists
Where can I find the latest source for Anjuta? There is no CVS repository on the project page at SourceForge!
A:
That is because Anjuta is a GNOME application, and is in GNOME CVS. You can find out more about how to obtain the CVS sources at the GNOME site, or at the project home page.
When I build the Anjuta source, I get compiler errors for some missing header files / missing library / etc.
A:
The missing header files probably belong to the GNOME libraries. You may have an old version of the GNOME libraries (libgnome and libgnomeui). You should upgrade to gnome-libs-1.0.55 or better (Anjuta is currently developed using gnome-1.0.55-12, so you should consider above) and rebuild the source
A:
Look at the output from configure. There may be errors like:
checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... es fr it ja pl ru sv tr uk sed: can't read ./intl/po2tbl.sed.in: No such file or directory creating ./config.status creating Makefile creating intl/Makefile sed: can't read ./intl/Makefile.in: No such file or directory creating po/Makefile.in |
A:
It is best to do a system installation (as root) and not local installation. Anjuta depends on GNOME for supplying pixmaps, and the help system works with gnome-help-browser or Nautilus, none of which will be happy if you do a local installation.
This FAQ was compiled by Andy Piper (<andy.piper@freeuk.com>). Please send all comments and suggestions regarding the FAQ to the author. For more information on Anjuta or the Anjuta mailing lists, please visit the Anjuta Home Page.