[Lemon-user] gLemon build instructions

Corey Tessler corey.tessler at gmail.com
Mon Jul 3 17:25:23 CEST 2017


Alpar,

  Thank you for the quick response. I was definitely missing the
libtoolize call and the correct ordering of autoconf

  I believe there's a small problem with automake, but I have no idea
how to address it.

☻ ► automake --force-missing --add-missing
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
/usr/bin/automake-1.15 line 3936.
configure.ac:22: installing 'build-aux/compile'
configure.ac:24: installing 'build-aux/config.guess'
configure.ac:24: error: required file 'build-aux/config.rpath' not found
configure.ac:24: installing 'build-aux/config.sub'
configure.ac:16: installing 'build-aux/install-sh'
configure.ac:16: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'

  The problem arises during configure, when config.rpath and
Makefile.in cannot be found.

☻ ► ./configure
checking for a BSD-compatible install... /usr/bin/install -c
<<< SNIP >>>
checking for shared library run path origin... /bin/sh:
build-aux/config.rpath: No such file or directory
done
<<< SNIP >>>
config.status: error: cannot find input file: `Makefile.in'

Thank you,
  Corey Tessler
  corey.tessler at gmail.com


On Mon, Jul 3, 2017 at 2:37 AM, Alpar Juttner <alpar at cs.elte.hu> wrote:
> Hi,
>
> Unfortunately, the gLemon subproject is pretty much abandoned.
> It used gtkmm and libgnomecanvasmm. I don't know if the current
> versions of these tools are compatible with gLemon.
>
> Otherwise it is build using autoconf, so the build process is as
> follows:
>
> $ libtoolize --force
> $ aclocal
> $ autoheader
> $ automake --force-missing --add-missing
> $ autoconf
> $ ./configure
> $ make
>
> in the root of the source code.
>
> I will also try to do compile it, and let you know the result.
>
> Best regards,
> Alpár
>
> On Sat, 2017-07-01 at 20:04 -0400, Corey Tessler wrote:
>> Group,
>>
>>   Apologies if this message is years late. I can't seem to find build
>> instructions for the gLemon project. Does anyone have them?
>>
>> Thank you,
>>   Corey Tessler
>>   corey.tessler at gmail.com
>> _______________________________________________
>> Lemon-user mailing list
>> Lemon-user at lemon.cs.elte.hu
>> http://lemon.cs.elte.hu/mailman/listinfo/lemon-user
>>


More information about the Lemon-user mailing list