search for: frontfiles

Displaying 3 results from an estimated 3 matches for "frontfiles".

2009 Sep 29
0
build issues on Solaris (PR#13975)
...pose). 1. on line 50686 of configure, I'm seeing some trouble: lib=`echo ${lib}|sed -e s:${JAVA_HOME}:\$\{JAVA_HOME\}:g` Evidently, $lib contains colons which will confuse sed, so you can work around this like: lib=`echo ${lib}|sed -e s@${JAVA_HOME}@\$\{JAVA_HOME\}@g` 2. in various Makefiles, FRONTFILES is blank which causes the error: syntax error at line 1 : `;' unexpected FRONTFILES is only necessary in one Makefile: src/library/stats/Makefile Therefore, adding the following in that file: .PHONY: frontfiles frontfiles: @for f in $(FRONTFILES); do \ if test -f $(srcdir)/$${f}; then \...
2009 Jul 30
1
R 2.9.1: Error building target 'front'
Hi, I am getting the following error # (R-2.9.1/src/library/methods): gmake front /bin/sh: 0403-057 Syntax error at line 1 : `;' is not expected. gmake: *** [front] Error 2 However, I am not sure what script sh is trying to execute at this point. I am building on AIX 5.3. Cheers, Loris -- Dr. Loris Bennett Computer Centre Freie Universit?t Berlin Berlin, Germany
2010 Jun 10
1
Sweave cutting new lines
Hi, I have trouble with Sweave (I think) cutting of my newlines. As stated in the help of Sweave, I generate tex code straight from R for dynamically computed reports. If I do this in R: for (i in 0:4) {cat("\n",i,"\n")};cat("\n 3") 0 1 2 3 4 3 The output looks correct. However, Sweave for some reason seems to trim everything outside