Hi,

2011/12/12 linyi li <lilinyi921...@gmail.com>:
> Hi,
>
> When I built module udkapi, while compiling XBridgeTest.idl, error occured:
> undefined symbol: rtl_allocateMemory.
> Here is the error log:
> --------------------------------//
>
> =============
>
> Building module udkapi
>
> =============
>
>
>  Entering /home/lily/ooo/main/udkapi/com/sun/star/test/bridge
>
>
>  mkout -- version: 1.8
>
> : && 
> LD_LIBRARY_PATH=/home/lily/ooo/main/solver/340/unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
> /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc -verbose
> @/tmp/mkmxtPok
>
> /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: compiling 1 source
> files ...
>
> Compiling: XBridgeTest.idl
>
> /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: symbol lookup error:
> /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: undefined symbol:
> rtl_allocateMemory
>
> /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: preprocessing file
> /home/lily/ooo/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl failed
>
> dmake: Error code 127, while making '../../../../../
> unxlngi6.pro/ucr/cssbridgetest.db'
>
>
>  1 module(s):
>
> udkapi
>
> need(s) to be rebuilt
>
>
>  Reason(s):
>
>
>  ERROR: error 65280 occurred while making
> /home/lily/ooo/main/udkapi/com/sun/star/test/bridge
> -------------------------//
> Does anybody know how to fix it?
>
>
> 2011/12/12 linyi li <lilinyi921...@gmail.com>
>
>> Hi Tsutomu,
>>
>> I have already put that file into ext_source/ directory.
>> I tried to build again and the last error disappeared.
>> Thank you very much:)
>>
>> Hope the following build successful:)
>>
>>
>>
>> 2011/12/12 Tsutomu Uchino <hanya.r...@gmail.com>
>>
>>> Hi,
>>>
>>> 2011/12/12 linyi li <lilinyi921...@gmail.com>:
>>> > Hi, Andrew
>>> [snip]
>>> >
>>> > ---------------------------------------------
>>> >
>>> > Entering /home/lily/ooo/main/stlport
>>> >
>>> >  mkout -- version: 1.8
>>> >
>>> > dmake: Error: -- `./
>>> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
>>> not
>>> > found, and can't be made
>>> >
>>> >  1 module(s):
>>> >
>>> > stlport
>>> >
>>> > need(s) to be rebuilt
>>> >
>>> >  Reason(s):
>>> >
>>> >  ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport
>>> >
>>> > --------------------------
>>> >
>>> > Does anybody know where the `./
>>> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
>>>  is?
>>> >
>>> >
>>> > Thanks a lot.
>>>
>>> There were three STLport files in older repository but current
>>> repository has two of them.
>>> Get the following file and put it into ext_source/ directory:
>>>
>>> http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
>>>
>>> Regards,
>>> Tsutomu
>>>
>>
>>
I met the same problem on ucpp and I thought it was occurred only on
my environment. ucpp can be compiled individually, so try as follows:

cd $SRC_ROOT/ucpp/$INPATH/misc/build/ucpp && make clean && make
cp -f ucpp $SRC_ROOT/ucpp/$INPATH/bin
cd $SRC_ROOT/ucpp && deliver

Regards,
Tsutomu

Reply via email to