Solved Anjuta IDE throwing up

Good Evening all,

FreeBSD 10, x64, p7.

I just installed Anjuta, but when I go to create a new project, it throws up with:
Code:
"Could not find autogen package version 5; please install the autogen......."

There is only one other post I found with this topic, and no one responded to them. Ref: https://forums.freebsd.org/viewtopic.php?&t=29897. Yahoo and Google searches turn up the same void of info to fix. Like the original poster cited, I too validated that autogen is installed with sudo pkg info autogen. It returns version 5.12_3. I also reinstalled it via the ports tree, same result. This is a nice IDE/RAD tool for GTK interfaces. Much like I used CodeBlocks for a wxWidgets project I just finished up.


I would really appreciate some assistance resolving this issue.


Sincerely and respectfully,


Dave
 
Re: Anjuta IDE throwing up

The problem is that anjuta does a runtime check on the autogen version on the system, and it's checking for a very exact string. Guess what? The version of autogen that FreeBSD installs does not spit out that exact string, and therefore
Code:
Could not find autogen version 5...

I'll try to get a patch together for this later today.
 
Re: Anjuta IDE throwing up

Thank you very, very much.

I really do appreciate it!


Sincerely and respectfully,


Dave
 
Re: Anjuta IDE throwing up

Thank you. I will give the patch a try.

and THANK YOU....for responding so quickly with a patch to get me up and going...I really appreciate it.

Sincerely and respectfully,


Dave.....
 
Back
Top