NEWBIE 1 Where can I find the sourcecode for the asian phonetic guide? 2 Where can I find the sourcecode for specific language packs?

2024-03-05 Thread Ben Engbers

Hi,

After following the instructions from 
https://wiki.documentfoundation.org/Development/BuildingOnLinux I was 
able to compile my first LO executable.
Acoording to these instructions after executing make I should find a 
local installation in the PREFIX-directory. This was not correct, I had 
to execute make install.


1
My goal is to work on the Asiatic phonetic Guide but I can't find the 
present code. Where can I find and dowload the sources? I tried grok but 
that didn't help.


2
Since being Dutch, I want to install the Dutch translation. Is it 
possible to dowload only that langpack and not all the other translations.


3
And since I also often create texts in French, German and Japanese, I 
guess that I also have to install those langpacks.


Where in the developerssite can I find all the needed materials and 
instructions?


Ben


[Libreoffice] Desktopintegratie op Fedora

2011-07-14 Thread Ben Engbers
Ik heb zojuist LibreOffice 3.4.1 inclusief Nederlands taalpakket en help
geïnstalleerd op mijn Fedora 14 systeem en zo te zien is daar niets mis mee.
Ik vind het echter wel slordig dat na uitvoering van
libreoffice3.4-redhat-menus-3.4-103.noarch.rpm, LibreOffice terug te
vinden is onder kantoortoepassingen/OpenOffice.org.

Dit zou toch beter moeten kunnen :-)

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


[Libreoffice] smoketestoo_native

2011-06-07 Thread Ben Engbers
Hi,

I started all over again with a fresh clone from the sources and after a
lot of ./g pull -r and partial rebuilds, I finally managed to execute
make without errors. make dev-install however (still) results in errors:

LibreOffice: Using system memory allocator.
LibreOffice: This is for debugging only.  To disable,
LibreOffice: unset the environment variable G_SLICE.
LibreOffice: Using system memory allocator.
LibreOffice: This is for debugging only.  To disable,
LibreOffice: unset the environment variable G_SLICE.
This used to be an assertion failure: Desktop disposed before
terminating it,
but nothing bad seems to happen anyway?
This used to be an assertion failure: Desktop not terminated before
being destructed,
but it is probably not a real problem.
Error: File
/home/bengbers/Src/LibreOffice/libo/framework/source/jobs/jobexecutor.cxx,
Line 163: JobExecutor::~JobExecutor()
Configuration don't send dispoing() message!

Exited with code '-1'
officeconnection.cxx:140:Assertion
Test name: N12_GLOBAL__N_14TestE::test
setUp() failed
- equality assertion failed
- Expected: 2
- Actual  : 0

Failures !!!
Run: 1   Failure total: 1   Failures: 1   Errors: 0
dmake:  Error code 1, while making 'cpptest'

Directory
/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/installation/opt/program
contains 'soffice' and all libreoffice applications seem to be working.

Is it necessary to finish dev-install without errors?
How can I fix these errors?

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


[Libreoffice] Dutch Languagepack

2011-06-07 Thread Ben Engbers
Hi,

Cor Nouws told where I could find a Dutch langpack and helppack for Libo
3.3.2 but I haven't found versions for 3.4

Can I use these older versions together with 3.4 and if so, how?

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


[Libreoffice] smoketestoo_native error

2011-05-30 Thread Ben Engbers
I started this morning with make clean and './g pull -r'.
./autogen.sh --with-num-cpus=6 --with-max-jobs=6
--with-jdk-home=/usr/java/jdk1.6.0_23/jdk --enable-debug resulted in
an error 65280, telling me that there was an error in librsvg.
After disabling usage of librsvg everything compiled fine till it
reached dictionaries/pt_BR.

I performed a new ./g pull and now everything compiles but make
dev-install results in an error.
The splashscreen start but exits immediately.

I believe these are the relavant lines from the output:
Installer finished
: 
LD_LIBRARY_PATH=/home/bengbers/Src/LibreOffice/libo/clone/testing/smoketestoo_native/unxlngi6.pro/lib:/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/bin/cppunit/cppunittester
\

-env:UNO_SERVICES=file:///home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/xml/ure/services.rdb
\

-env:UNO_TYPES=file:///home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/bin/types.rdb
\

-env:arg-soffice=path:/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/installation/opt/program/soffice
-env:arg-user=./unxlngi6.pro/misc/smoketest/user \

-env:arg-env=LD_LIBRARY_PATH${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}
-env:arg-testarg.smoketest.doc=/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/bin/smoketestdoc.sxw
--protector \

/home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/lib/unoexceptionprotector.so
\
unoexceptionprotector ./unxlngi6.pro/lib/libsmoketest.so
LibreOffice: Using system memory allocator.
LibreOffice: This is for debugging only.  To disable,
LibreOffice: unset the environment variable G_SLICE.
LibreOffice: Using system memory allocator.
LibreOffice: This is for debugging only.  To disable,
LibreOffice: unset the environment variable G_SLICE.
Error: File
/home/bengbers/Src/LibreOffice/libo/framework/source/jobs/jobexecutor.cxx,
Line 163: JobExecutor::~JobExecutor()
Configuration don't send dispoing() message!

Exited with code '-1'
officeconnection.cxx:140:Assertion
Test name: N12_GLOBAL__N_14TestE::test
setUp() failed
- equality assertion failed
- Expected: 2
- Actual  : 0

Failures !!!
Run: 1   Failure total: 1   Failures: 1   Errors: 0
dmake:  Error code 1, while making 'cpptest'

However when starting Libreoffice from
Src/LibreOffice/libo/solver/350/unxlngi6.pro/installation/opt/program/soffice
it works.
Should I just ignore the smoketestoo_native?

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


Re: [Libreoffice] Java error in

2011-05-26 Thread Ben Engbers
Glen Winters lamouche@... writes:

 
 ERROR: error 65280 occurred while making /home/mouche/LOdev/tail_build/prj

 
 And here's the error log that it references:
 
 http://pastebin.com/QGYBHKmJ


I have the same error when compiling sources that I downloaded yesterday.
Where did you find a link to this file?


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