You don't have to build the C lib to build the R package, so can you please try
git clean -fdx . git pull cd interfaces/R make Thanks, Gabor On Mon, Oct 20, 2014 at 12:34 PM, Glenn Lawyer <[email protected]> wrote: > I believe I am inside the git tree. The make file calls > "../../tools/getversion.sh" which successfully reads the version from the > head of the Git tree on my setup. The failure comes slightly later. > > Tamás, thanks for your suggestion to use R CMD BUILD; this is indeed what > the instructions say, and also what the makefile itself does after creating > the proper R package directory structure and compiling some files. > > +glenn > > Message: 8 > Date: Mon, 20 Oct 2014 09:14:28 -0400 > From: G?bor Cs?rdi <[email protected]> > To: Help for igraph users <[email protected]> > Subject: Re: [igraph] makefile errors in the (develop branch) > interfaces/R folder > Message-ID: > <CABtg=kk2pczerjb_tmvxjr7nzy4senmnskvhhbaxfiostl8...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > No, running 'make' in interfaces/R is actually the way to build the R > package. But for the development version you need to be inside the git > tree. > > Gabor > > > -- > -------------------------------------------------------------- > Dr. Glenn Lawyer > +352 661 967 244 > Max-Planck-Institut für Informatik > Computational Biology and Applied Algorithmics > Campus E1 4 > 66123 Saarbrücken, Germany > http://bioinf.mpi-inf.mpg.de/~lawyer > > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
