Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
Cheers, Frank
On Tue, 18 Oct 2011 20:51:56 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
Another one on running configure
config.status: error: cannot find input file: `geanyprj/Makefile.in'
Cheers, Frank
On 11-10-18 11:53 AM, Frank Lanitz wrote:
On Tue, 18 Oct 2011 20:51:56 +0200 Frank Lanitzfrank@frank.uvena.de wrote:
Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
Another one on running configure
config.status: error: cannot find input file: `geanyprj/Makefile.in'
I've had this lots of times with Autotools. I don't know what causes it, but I think I usually fix it by re-running ./autogen.sh or autoreconf -vfi. You might need to touch the missing Makefile.in so that it exists first.
Cheers, Matthew Brush
On Tue, 18 Oct 2011 13:54:59 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
On 11-10-18 11:53 AM, Frank Lanitz wrote:
On Tue, 18 Oct 2011 20:51:56 +0200 Frank Lanitzfrank@frank.uvena.de wrote:
Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
Another one on running configure
config.status: error: cannot find input file: `geanyprj/Makefile.in'
I've had this lots of times with Autotools. I don't know what causes it, but I think I usually fix it by re-running ./autogen.sh or autoreconf -vfi. You might need to touch the missing Makefile.in so that it exists first.
OK. I will try. But...uhm...How can we fix that in general inside svn?
Cheers, Frank
Le 18/10/2011 20:51, Frank Lanitz a écrit :
Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
It was actually a typo in GeanyPG Makefile.in (GeanyPG != GeanyCFP) that started to broke the build when you removed GeanyCFP.
I fixed it in r2296.
Regards, Colomban