
Hi,
I have a problem compiling Inkscape from nightly builds in GNU/Linux:
after ./configure:
--- Configuration:
Source code location: . Destination path prefix: /usr/local Compiler: g++ CPPFLAGS: CXXFLAGS: -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 LDFLAGS:
Use Xft font database: yes Use gnome-print: no Use openoffice files: yes Use MMX optimizations: yes Use relocation support: no ---
I do:
--- [avp@...33... inkscape-0.40cvs]$ make make: *** No rule to make target `configure.in', needed by `Makefile.in'. Stop. ---
I have:
[avp@...33... scribus-1.3.0cvs]$ rpm -qa | grep auto | sort autoconf_2.5-2.59-alt3 autoconf-common-0.2-alt1 automake_1.6-1.6.3-alt6 automake_1.7-1.7.9-alt1 automake_1.8-1.8.5-alt1 automake-common-0.2-alt1
I don't have that problem with usual CVS snapshot I get with cvs up -Pd, but I don't have a possibility to grab CVS myself very often.
What could be reason for that error message?
Alexandre

On Mon, Jan 10, 2005 at 11:12:19PM +0300, Alexandre Prokoudine wrote:
after ./configure: [...] $ make make: *** No rule to make target `configure.in', needed by `Makefile.in'. Stop.
configure.in hasn't existed for a few months. I'm not sure why things haven't gone smoothly; maybe some skew timestamps? Anyway, to fix, I suggest you do ./delautogen.sh && ./autogen.sh followed by your usual configure command and make.
pjrm.
participants (2)
-
Alexandre Prokoudine
-
Peter Moulder