Re: [Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-11 Thread Yifan Jiang
Hi Joseph, Thanks for the hint, it works now :) Best wishes, Yifan On Wed, May 11, 2011 at 05:23:20AM -0700, Joseph Powers wrote: > > On May 11, 2011, at 12:24 AM, Yifan Jiang wrote: > > > GetActionCount > > = main repo = > = artwork = > = base = > = calc = > s

Re: [Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-11 Thread Miklos Vajna
On Wed, May 11, 2011 at 05:23:20AM -0700, Joseph Powers wrote: > It looks like you need to do a "make clean". Yes, a clean build is fine here as well. pgpOyeafJw2lI.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedes

Re: [Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-11 Thread Joseph Powers
On May 11, 2011, at 12:24 AM, Yifan Jiang wrote: > GetActionCount = main repo = = artwork = = base = = calc = sc/source/ui/drawfunc/futext3.cxx:bNewNote = (pCalcUndo->GetActionCount() > 0) && pCalcUndo->GetAction( 0 )->ISA( SdrUndoNewObj ); = com

Re: [Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-11 Thread Yifan Jiang
Hi Mikos/Joseph, I met a similar problem when: $ cd tail_build $ make -r ... bootstrap/sw/source/filter/ww1/w1filter.cxx: In member function ‘void Ww1Picture::Out(Ww1Shell&, Ww1Manager&)’: bootstrap/sw/source/filter/ww1/w1filter.cxx:1914: error: ‘class GDIMetaFile’ has no member named ‘GetAct

Re: [Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-10 Thread Miklos Vajna
On Tue, May 10, 2011 at 11:20:05PM +0200, Julien Nabet wrote: > Compiling: vcl/source/gdi/gdimtf.cxx > /home/maryline/compile-libreoffice/libo/clone/libs-gui/vcl/source/gdi/gdimtf.cxx:296:13: > > error: prototype for 'MetaAction* > GDIMetaFile::ReplaceAction(MetaAction*, size_t)' does not matc

[Libreoffice] Compilation failed in vcl module (warning treated as errors)

2011-05-10 Thread Julien Nabet
Hello, I get this : Compiling: vcl/source/gdi/gdimtf.cxx /home/maryline/compile-libreoffice/libo/clone/libs-gui/vcl/source/gdi/gdimtf.cxx:296:13: error: prototype for 'MetaAction* GDIMetaFile::ReplaceAction(MetaAction*, size_t)' does not match any in class 'GDIMetaFile' ../../inc/vcl/gdimtf.hx