In Message-ID: <[EMAIL PROTECTED]> 
Caolan McNamara <[EMAIL PROTECTED]> wrote:

> Hamburg is building with unxlngi6.mk while the config_office builds are
> using unxlngi4.mk. The only real difference I see between the two is 
> linking with CXX instead of CC and optimization of -Os instead of -O1.

At least change in LINK*=$(CC) to LINK*=$(CXX) solved a problem with
regcomp in pyuno project for FreeBSD.
(actually this error log is taken from GNU/Linux in this ML, though)
-- NAKATA, Maho

-------------
/mnt/hda3/OOo_2.0_src/pyuno/source/loader
-------------
rm -f ../../unxlngi4.pro/lib/pyuno_services.rdb
../../unxlngi4.pro/lib/pyuno_services.tmp
../../unxlngi4.pro/lib/pyuno_services.rdb
cd ../../unxlngi4.pro/lib && regcomp -register -r pyuno_services.tmp
-c typeconverter.uno -c invocation.uno -c reflection.uno -c
introspection.uno -c invocadapt.uno -c proxyfac.uno -c
pythonloader.uno
register component 'typeconverter.uno' in registry
'pyuno_services.tmp' succesful!
register component 'invocation.uno' in registry 'pyuno_services.tmp' succesful!
Abort
dmake:  Error code 134, while making '../../unxlngi4.pro/lib/pyuno_services.rdb'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/mnt/hda3/OOo_2.0_src/pyuno/source/loader
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to