<div dir="ltr">There is a reason no one reported it because for some strange reason I had automake version 1.4!!<br><br>I don't know how I ended up with such an old version. I did an apt-get install automake just to make sure I was up to date and hey presto 1.10.1 gets installed and all is well.<br>
<br>Thanks for the help Enrico et al.<br><br>Now I will get on with playing with Geany!<br><br><div class="gmail_quote">On Mon, Sep 22, 2008 at 1:03 AM, Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sun, 21 Sep 2008 12:45:12 +1000, "Adam Meehan"<br>
<div class="Ih2E3d"><<a href="mailto:adam.meehan@gmail.com">adam.meehan@gmail.com</a>> wrote:<br>
<br>
</div><div class="Ih2E3d">> Thanks Enrico.<br>
><br>
> distclean didn't make a difference unfortunately.<br>
><br>
> There was no such file as 'tagmanager/libtagmanager.a'. The tagmanager<br>
> directory exists though.<br>
><br>
> One other warning/error in the configure output which I missed and<br>
> possible involved is this<br>
><br>
> Running automake --gnu  ...<br>
> tagmanager/Makefile.am:14: libtagmanager_a_SOURCES defined both<br>
> conditionally and unconditionally<br>
<br>
</div>Yes, this one is really related to the problem. But I don't really<br>
understand it. It seems your automake doesn't understand correctly the<br>
'+=' operator which is used to add a value to an existing variable.<br>
<div class="Ih2E3d"><br>
> src/Makefile.am:73: invalid unused variable name:<br>
> `nodist_EXTRA_geany_SOURCES'<br>
<br>
</div>This is also strange and would cause another problem. Line 73 tells the<br>
automake to use the C++ linker when creating the geany binary but since<br>
your automake doesn't accept this line, the C linker is used and this<br>
causes other linker errors (just not yet visible due to the previous<br>
errors).<br>
<br>
<br>
What version of automake do you have installed ('automake --version')?<br>
There must be something different on your system from others, I can't<br>
imagine this happens on all Ubuntu 8.04 systems and nobody reported it<br>
before.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
Regards,<br>
Enrico<br>
<br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</div></div><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br></div>