[Libreoffice] make dev-install failed with ERROR: File not found: dict-bg.oxt (and four more)

2011-09-24 Thread Karl Behler sen.
ide this module to isolate the error and/or test your fix:
---

/bin/sh
cd /home/papa/projects/libreoffice/core
source ./Env.Host.sh
cd smoketestoo_native
rm -Rf 
/home/papa/projects/libreoffice/core/smoketestoo_native/unxlngx6.pro # 
optional module 'clean'

build

when the problem is isolated and fixed exit and re-run 'make' from the 
top-level

make: *** [dev-install] Fehler 1

--
Karl Behler sen., Garching, Germany
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] No rule to make target .../unxlngx6.pro/.../ui/shells/textsh.o needed by libswlo.so

2011-09-24 Thread Karl Behler sen.

rm -Rf /home/papa/projects/libreoffice/core/sw/unxlngx6.pro

Finally a clean build helped.
So I'm sucessfully through again. Thanks.

--
Karl Behler sen., Garching, Germany
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] No rule to make target .../unxlngx6.pro/.../ui/shells/textsh.o needed by libswlo.so

2011-09-23 Thread Karl Behler sen.

do you have a
 /home/papa/projects/libreoffice/core/sw/source/ui/shells/textsh.cxx
file?

Yes this file is ther.
But the corresponding object in the workdir is missing.
So I tried what Michael and Norbert recommended.
cd sw
rm -Rf /home/papa/projects/libreoffice/core/sw/unxlngx6.pro
build

The result is an error in compiling textsh.cxx because of an error in 
preceding includes 

But here I'm stuck again.

Thanks for your help,

Karl

=
(1/1) Building module sw
=
Entering /home/papa/projects/libreoffice/core/sw/prj

cd .. && make -s -r -j1  && make -s -r deliverlog
[ build CXX ] sw/source/ui/shells/textsh
In file included from 
/home/papa/projects/libreoffice/core/sw/source/ui/shells/textsh.cxx:116:0:
/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/SdiTarget/sw/sdi/swslots.hxx:3287:5: 
error: 'FN_EDIT_HEADER_FOOTER' was not declared in this scope
/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/SdiTarget/sw/sdi/swslots.hxx:3287:5: 
error: 'FN_EDIT_HEADER_FOOTER' was not declared in this scope
make: *** No rule to make target 
`/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/CxxObject/sw/source/ui/shells/textsh.o', 
needed by 
`/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/LinkTarget/Library/libswlo.so'. 
 Stop.

dmake:  Error code 2, while making 'all'

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/home/papa/projects/libreoffice/core/sw/prj


 it seems that the error is inside 'sw', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/bin/sh
cd /home/papa/projects/libreoffice/core
source ./Env.Host.sh
cd sw
rm -Rf /home/papa/projects/libreoffice/core/sw/unxlngx6.pro # optional 
module 'clean'

build



--
Karl Behler sen., Garching, Germany
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] No rule to make target .../unxlngx6.pro/.../ui/shells/textsh.o needed by libswlo.so

2011-09-23 Thread Karl Behler sen.

Hi Bjoern,

On 23.09.11 01:45, Bjoern Michaelsen wrote:

P.S.: Also replying as a new mail to prevent thread-hijacking

Thanks for the tip.

From Michael Meeks:

Not being funny or anything but did you try the above commands ?
(speaking of which - does 'make clean' in tail_build really clean all of
that ?) - possibly a 'make clean' in 'sw/' would be better.


Yes I did a couple of these, but nothing helped.
A selective clean would probably be sufficent.
Will try all hints.

Thanks, Karl

--
Karl Behler sen., Garching, Germany
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] No rule to make target .../unxlngx6.pro/.../ui/shells/textsh.o needed by libswlo.so

2011-09-22 Thread Karl Behler sen.

Hi, currently can't build LO on Suse 11.4.

After a git pull yesterday I already had the error described below.
Today I did another git pull, but the same.

I'm finally getting until step 151 of 155 of the build process, then it 
fails.


My last build at 3rd Sept. went through. Installed some additional 
packages and updates since then, but everything else seems to be stable.

Even my own LO build LibreOffice 3.5.0, Build ID: 45e8a9d-7f92fce-2ba0a9f
still works fine.

Any idea?


This is the error message I get during the build:

make[1]: *** No rule to make target 
`/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/CxxObject/sw/source/ui/shells/textsh.o', 
needed by 
`/home/papa/projects/libreoffice/core/workdir/unxlngx6.pro/LinkTarget/Library/libswlo.so'. 
 Stop.

.
.
.
.
.
  internal build errors:

ERROR: error 65280 occurred while making 
/home/papa/projects/libreoffice/core/tail_build/prj


 it seems that the error is inside 'tail_build', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/bin/sh
cd /home/papa/projects/libreoffice/core
source ./Env.Host.sh
cd tail_build
make clean # optional
make -r
**

Thanks,
Karl


--
Karl Behler sen., Garching, Germany
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice