[Geany] Trouble compiling on Ubuntu 8.04

Enrico Tröger enrico.troeger at xxxxx
Sun Sep 21 15:03:49 UTC 2008


On Sun, 21 Sep 2008 12:45:12 +1000, "Adam Meehan"
<adam.meehan at gmail.com> wrote:

> Thanks Enrico.
> 
> distclean didn't make a difference unfortunately.
> 
> There was no such file as 'tagmanager/libtagmanager.a'. The tagmanager
> directory exists though.
> 
> One other warning/error in the configure output which I missed and
> possible involved is this
> 
> Running automake --gnu  ...
> tagmanager/Makefile.am:14: libtagmanager_a_SOURCES defined both
> conditionally and unconditionally

Yes, this one is really related to the problem. But I don't really
understand it. It seems your automake doesn't understand correctly the
'+=' operator which is used to add a value to an existing variable.

> src/Makefile.am:73: invalid unused variable name:
> `nodist_EXTRA_geany_SOURCES'

This is also strange and would cause another problem. Line 73 tells the
automake to use the C++ linker when creating the geany binary but since
your automake doesn't accept this line, the C linker is used and this
causes other linker errors (just not yet visible due to the previous
errors).


What version of automake do you have installed ('automake --version')?
There must be something different on your system from others, I can't
imagine this happens on all Ubuntu 8.04 systems and nobody reported it
before.


Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20080921/a5eaf013/attachment.pgp>


More information about the Users mailing list