Hi, you only need to autogen.sh if you are building from github sources. For a release tarball the build process is just
./configure [...] && make && make install To get it fixed, rerun configure without --enable-maintainer-mode. Maintainer mode gets enabled automagically by autogen.sh and it activates e.g. docs generation which needs files not present in release tarballs. Lauri On Tue, Jan 18, 2011 at 11:23 AM, Iraklis Leontiadis <[email protected]> wrote: > I downloaded raptor2-2.0.0.tar.gz on my windows 7 machine and I tried to > install the lib . > 1) I run the autogen script successfully. > 2)I run the configure script successfully. > 3) when I tried to build the raptor software with the tha make command > under cygwin I got the following error : > home@home-PC ~/raptor2-2.0.0 > $ make > Making all in src > make[1]: Entering directory `/home/home/raptor2-2.0.0/src' > make all-am > make[2]: Entering directory `/home/home/raptor2-2.0.0/src' > make[2]: Leaving directory `/home/home/raptor2-2.0.0/src' > make[1]: Leaving directory `/home/home/raptor2-2.0.0/src' > Making all in utils > make[1]: Entering directory `/home/home/raptor2-2.0.0/utils' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/home/raptor2-2.0.0/utils' > Making all in docs > make[1]: Entering directory `/home/home/raptor2-2.0.0/docs' > make[1]: *** No rule to make target `raptor-1-to-2-map.tsv', needed by > `raptor-changes.xml'. Stop. > make[1]: Leaving directory `/home/home/raptor2-2.0.0/docs' > make: *** [all-recursive] Error 1 > > > Could anyone help me with the build?Am I completely wrong as I am trying to > install it with cygwin under a windows machine? > > Thank you in advance > > > _______________________________________________ > redland-dev mailing list > [email protected] > http://lists.librdf.org/mailman/listinfo/redland-dev > _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
