Re: [Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-24 Thread KAMI911 KAMI911
Hi All,

Thank you for the help. I had unstaged change in repo that contains
svx and I missed updates for that.

I am building a clean build, I will come back the result.

KAMI

2011/5/20 Michael Meeks michael.me...@novell.com:
 Hi KAMI,

 On Fri, 2011-05-20 at 14:44 +0200, Kálmán „KAMI” Szalai wrote:
 Yesterday issued ./g -f pull -r command and all repos updated. I make
 clean-ed sw module and rebuilded it. with same fail. after that I did
 make clean but I have this error. How can I check if my repos are
 up-to-date? I used status for it. I will try with LibreOfficeLinux
 distro. Is it problem if I build with Ubuntu/8.04 on 32 and 64 bit?

        If you did a ./g pull -r already and it succeeded - you're up to
 date :-) I use ./g branch - to check the branch tags too.

  On Thu, 2011-05-19 at 05:57 +0200, KAMI911 KAMI911 wrote:
  /home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:161: error:
  ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

        A quick git grep for that method shows:

 svx/inc/svx/svdpntv.hxx:    void UpdateDrawLayersRegion(OutputDevice*
 pOut, const Region rReg, bool bDisableIntersect = false);

        do you have that ?

        Is it possible that you have a stale environment from an old configure,
 and that this causes you to try to build 3.4 against a master build
 tree ? [ worth starting a completely clean shell when switching
 compiling of versions ].

        HTH,

                Michael.

 --
  michael.me...@novell.com  , Pseudo Engineer, itinerant idiot



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-20 Thread Kálmán „KAMI” Szalai
Hi,


Yesterday issued ./g -f pull -r command and all repos updated. I make
clean-ed sw module and rebuilded it. with same fail. after that I did
make clean but I have this error. How can I check if my repos are
up-to-date? I used status for it. I will try with LibreOfficeLinux
distro. Is it problem if I build with Ubuntu/8.04 on 32 and 64 bit?


Thank you in advance!

KAMI

05/19/2011 11:10 AM keltezéssel, Cedric Bosdonnat írta:
 Hi KAMI,

 On Thu, 2011-05-19 at 05:57 +0200, KAMI911 KAMI911 wrote:
 /home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:161: error:
 ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’
 make: *** 
 [/home/libo64/bootstrap/solver/340/unxlngx6.pro/workdir/CxxObject/sw/source/core/view/viewsh.o]
 Error 1

 Do you have idea what causes this problem?
 It most likely comes from some missing update in some other module
 (editeng IIRC). Lubos added that method recently, make sure you have
 pulled all repos and rebuilt them.

 HTH




signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-20 Thread Lubos Lunak
On Friday 20 of May 2011, Kálmán „KAMI” Szalai wrote:
 Hi,


 Yesterday issued ./g -f pull -r command and all repos updated. I make
 clean-ed sw module and rebuilded it. with same fail. after that I did
 make clean but I have this error. How can I check if my repos are
 up-to-date? I used status for it. I will try with LibreOfficeLinux
 distro. Is it problem if I build with Ubuntu/8.04 on 32 and 64 bit?

 It is not enough to rebuild just sw, you also need to rebuild the module 
where the change triggering this happened.


-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-20 Thread Michael Meeks
Hi KAMI,

On Fri, 2011-05-20 at 14:44 +0200, Kálmán „KAMI” Szalai wrote:
 Yesterday issued ./g -f pull -r command and all repos updated. I make
 clean-ed sw module and rebuilded it. with same fail. after that I did
 make clean but I have this error. How can I check if my repos are
 up-to-date? I used status for it. I will try with LibreOfficeLinux
 distro. Is it problem if I build with Ubuntu/8.04 on 32 and 64 bit?

If you did a ./g pull -r already and it succeeded - you're up to
date :-) I use ./g branch - to check the branch tags too.

  On Thu, 2011-05-19 at 05:57 +0200, KAMI911 KAMI911 wrote:
  /home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:161: error:
  ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

A quick git grep for that method shows:

svx/inc/svx/svdpntv.hxx:void UpdateDrawLayersRegion(OutputDevice*
pOut, const Region rReg, bool bDisableIntersect = false);

do you have that ?

Is it possible that you have a stale environment from an old configure,
and that this causes you to try to build 3.4 against a master build
tree ? [ worth starting a completely clean shell when switching
compiling of versions ].

HTH,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-19 Thread Cedric Bosdonnat
Hi KAMI,

On Thu, 2011-05-19 at 05:57 +0200, KAMI911 KAMI911 wrote:
 /home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:161: error:
 ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’
 make: *** 
 [/home/libo64/bootstrap/solver/340/unxlngx6.pro/workdir/CxxObject/sw/source/core/view/viewsh.o]
 Error 1
 
 Do you have idea what causes this problem?

It most likely comes from some missing update in some other module
(editeng IIRC). Lubos added that method recently, make sure you have
pulled all repos and rebuilt them.

HTH

-- 
Cédric Bosdonnat
LibreOffice hacker
http://documentfoundation.org
OOo Eclipse Integration developer
http://cedric.bosdonnat.free.fr

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] 3-4 build problem: sw module: ‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’

2011-05-18 Thread KAMI911 KAMI911
Hi Developers,

I got this error:

~/bootstrap/sw$ make

[ build DEP ] LNK:Library/libswlx.so
R=/home/libo64  S=$R/bootstrap  O=$S/solver/340/unxlngx6.pro 
W=$O/workdir   mkdir -p $W/Dep/LinkTarget/Library/ 
RESPONSEFILE=/tmp/gbuild.er9013  cat ${RESPONSEFILE} /dev/null |
xargs -n 200 cat  $W/Dep/LinkTarget/Library/libswlx.so.d  rm -f
${RESPONSEFILE}
[ build CXX ] sw/source/core/view/viewsh
R=/home/libo64  S=$R/bootstrap  O=$S/solver/340/unxlngx6.pro 
W=$O/workdir   mkdir -p $W/CxxObject/sw/source/core/view/  mkdir
-p $W/Dep/CxxObject/sw/source/core/view/  g++ -DCPPU_ENV=gcc3 -DCUI
-DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0
-DENABLE_LAYOUT_EXPERIMENTAL=0 -DGCC
-DGXX_INCLUDE_PATH=/usr/include/c++/4.2 -DHAVE_GCC_VISIBILITY_FEATURE
-DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT
-DPRODUCT_FULL -DSOLAR_JAVA -DSUPD=340 -DUNIX -DUNX -DVCL -DX86_64
-D_PTHREADS -D_REENTRANT   -DSW_DLLIMPLEMENTATION  -Wall
-Wendif-labels -Wextra -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
-Woverloaded-virtual -Wshadow -fPIC -fmessage-length=0 -fno-common
-fvisibility-inlines-hidden -fvisibility=hidden -pipe
-fno-strict-aliasing   -DEXCEPTIONS_ON -fexceptions
-fno-enforce-eh-specs  -O2 -c $S/sw/source/core/view/viewsh.cxx -o
$W/CxxObject/sw/source/core/view/viewsh.o -MMD -MT
$W/CxxObject/sw/source/core/view/viewsh.o -MF
$W/Dep/CxxObject/sw/source/core/view/viewsh.d
-I$S/sw/source/core/view/ -I$O/inc/stl
-I$S/clone/writer/sw/source/core/inc
-I$S/clone/writer/sw/source/filter/inc
-I$S/clone/writer/sw/source/ui/inc -I$S/clone/writer/sw/inc/pch
-I$S/clone/writer/sw/inc -I$W/SdiTarget/sw/sdi -I$W/Misc/sw/
-I$O/inc/external -I$O/inc -I$S/solenv/unxlngx6/inc -I$S/solenv/inc
-I$S/res -I$S/solenv/inc/Xp31 -I/usr/local/jdk1.6.0_23/include
-I/usr/local/jdk1.6.0_23/include/linux
-I/usr/local/jdk1.6.0_23/include/native_threads/include
-I$O/inc/offuh -I$O/inc
In file included from /home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:65:
/home/libo64/bootstrap/clone/writer/sw/inc/ndole.hxx:171:52: warning:
no newline at end of file
/home/libo64/bootstrap/sw/source/core/view/viewsh.cxx: In member
function ‘void ViewShell::DLPrePaint2(const Region)’:
/home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:147: error:
‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’
/home/libo64/bootstrap/sw/source/core/view/viewsh.cxx: In member
function ‘void ViewShell::DLPostPaint2(bool)’:
/home/libo64/bootstrap/sw/source/core/view/viewsh.cxx:161: error:
‘class SwDrawView’ has no member named ‘UpdateDrawLayersRegion’
make: *** 
[/home/libo64/bootstrap/solver/340/unxlngx6.pro/workdir/CxxObject/sw/source/core/view/viewsh.o]
Error 1

Do you have idea what causes this problem?

Thank you in advance!


Cheers,
KAMI
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice