search for: frontfil

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

Did you mean: frontfile
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
...rim everything outside forloops. Hence, this <<results=tex,echo=FALSE>>= sec<-0 lambda<-0 chartvalue<-"b" relsec<-0 for (chartvalue in c("b","beta")) { for (relsec in 0:(e("count pd")-2)) { file<-paste("working/frontfile",sec,"x",lambda,"x",chartvalue,"x",relsec,".pdf",sep="") pdf(file=file,paper="special",width=14,height=6) correl.plotsinglechart(sec,lambda,chartvalue,relsec) tmp<-dev.off() cat("\\includeg...