Dear Geany devs,
I'm having trouble compiling Geany using the Debian compiler tools:
<...> config.status: creating geany.spec config.status: error: cannot find input file: geany.desktop.in.in make: *** [config.status] Error 1 debuild: fatal error at line 1247: debian/rules build failed Error: debuild produced an error...
The last version I compiled successfully was r2649 (built on or after Jun 6 2008)...
My bad or is there something wrong in the configure scripts?
Cheers!
-H-
Hi,
On Wed, July 2, 2008 11:20 am, Harold Aling wrote:
Dear Geany devs,
I'm having trouble compiling Geany using the Debian compiler tools:
<...> config.status: creating geany.spec config.status: error: cannot find input file: geany.desktop.in.in make: *** [config.status] Error 1 debuild: fatal error at line 1247: debian/rules build failed Error: debuild produced an error...
The last version I compiled successfully was r2649 (built on or after Jun 6 2008)...
My bad or is there something wrong in the configure scripts?
Enrico changed something on geany.in* since this version IIRC. did you run a ./autogen.sh on a clean svn checkout?
Thanks, Frank
On Wed, 2 Jul 2008 12:06:23 -0000 (UTC), "Frank Lanitz" frank@frank.uvena.de wrote:
Hi,
On Wed, July 2, 2008 11:20 am, Harold Aling wrote:
My bad or is there something wrong in the configure scripts?
Enrico changed something on geany.in* since this version IIRC. did you
run
a ./autogen.sh on a clean svn checkout?
The clean svn checkout did the trick!
I guess there are some svn:ignores throughout the tree since `svn stat -u` didn't show any differences...
-tnx!-
Harold.
Thanks, Frank
On Wed, 02 Jul 2008 15:21:42 +0200, Harold Aling geany@sait.nl wrote:
On Wed, 2 Jul 2008 12:06:23 -0000 (UTC), "Frank Lanitz" frank@frank.uvena.de wrote:
Hi,
On Wed, July 2, 2008 11:20 am, Harold Aling wrote:
My bad or is there something wrong in the configure scripts?
Enrico changed something on geany.in* since this version IIRC. did you
run
a ./autogen.sh on a clean svn checkout?
The clean svn checkout did the trick!
I guess there are some svn:ignores throughout the tree since `svn stat -u` didn't show any differences...
Yes, geany.desktop.in was still in svn:ignore. Thanks for reporting.
Regards, Enrico