[Click] Clicky compile error in git repo?

Ashish Sharma ashishs.sharma at gmail.com
Thu Mar 12 03:26:38 EDT 2009


I get the following error in the latest git repo

src/Makefile.am:36: variable `INTLLIBS' not defined
autoreconf: automake failed with exit status: 1

for:
clicky_LDADD = @PACKAGE_LIBS@ @CLICKTOOL_LIBS@ $(INTLLIBS)

if I replace that line by
clicky_LDADD = @PACKAGE_LIBS@ @CLICKTOOL_LIBS@

it compiles fine.

- Ashish


More information about the click mailing list