Re: [R] Build of XML package failed

2009-11-28 Thread Luis Tito de Morais
Thaks a lot Duncan, it worked ! Luis Selon Duncan Temple Lang : > Hi Luis. > > You can change the two lines > > PROBLEM buf > WARN; > > to the one line > > warning(buf); > > > That should compile. > > If not, please show us the compilation command for DocParse.c, i.e. all the > arguments

Re: [R] Build of XML package failed

2009-11-27 Thread Duncan Temple Lang
Hi Luis. You can change the two lines PROBLEM buf WARN; to the one line warning(buf); That should compile. If not, please show us the compilation command for DocParse.c, i.e. all the arguments to the compiler, just above the error messages. D. Luis Tito de Morais wrote: > Hi list,

[R] Build of XML package failed

2009-11-27 Thread Luis Tito de Morais
Hi list, It may be a FAQ, but I searched the web and Uni of Newcastle Maths and Stats and R mailing list archive on this issue but was unable to find a solution. I would appreciate any pointer to help me solving this. I am using R version 2.10.0 (2009-10-26) on linux mandriva 2010.0 I tried to i