I have been trying to build RStudio (Desktop) from the source code in 'rstudio-rstudio-v0.98.952-0-g47edc6d.tar.gz' on a machine running Ubuntu 14.04 with an ARMv7 processor.
I have successfully installed all the dependencies, except for Pandoc (I think). I configured the build environment in accordance with the instructions in the INSTALL file, using the command: 'cmake ~/rstudio-rstudio-47edc6d -DRSTUDIO_TARGET=Desktop' in the directory ~/rstudio-rstudio-47edc6d/build This finishes with: " -- Configuring done -- Generating done -- Build files have been written to: /home/chrisfeigl/rstudio-rstudio-47edc6d/build $ " I then run 'make install' from '~/rstudio-rstudio-47edc6d/build' with the following result: " Scanning dependencies of target gwt_build Buildfile: /home/chrisfeigl/rstudio-rstudio-47edc6d/src/gwt/build.xml ext: " This is all I get. Can anyone please offer any suggestions as to why the installation might have frozen? [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.