Built Anjuta 3.2.1 but now Glade is no longer integrated.

Asked by Steven Leiphart

Every time I build Anjuta from source, it builds and runs fine, but I lose the Glade editor (plug-in) integration. I have done this several times over the past several months, but I usually just give up on it, remove the new one I just built and apt-get the older released version. I'd really like to use the new one which appears to run noticeably faster... maybe because it isn't loading the glade plug-in. 8-)

Thanks,
Steve.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu anjuta Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Leiphart
Solved:
Last query:
Last reply:
Revision history for this message
Steven Leiphart (steven-leiphart) said :
#1

Answer: I found this myself, so it may be wrong, but it got it working for me:

copy anjuta-glade.plugin and libanjuta-glade.so from /usr/lib/anjuta to /usr/local/lib/anjuta

These are root files so you will have to 'sudo' the cp command.

leiphasw@Acer5552:~$ cd /usr/lib/anjuta/
leiphasw@Acer5552:/usr/lib/anjuta$ sudo cp anjuta-glade.plugin /usr/local/lib/anjuta/
leiphasw@Acer5552:/usr/lib/anjuta$ sudo cp libanjuta-glade.so /usr/local/lib/anjuta/

That got it working for me.

Hope this helps someone...