On 12/13/11 5:13 PM, Pavel Janík wrote:
Hi,
On Dec 13, 2011, at 5:09 PM, Raphael Bircher wrote:
Am 13.12.11 16:58, schrieb Jürgen Schmidt:
On 12/13/11 4:10 PM, Raphael Bircher wrote:
Hi at all
I was running in a build breaker in ucpp
=============
Building module ucpp
=============
Entering /Users/server3/Documents/build34/main/ucpp
mkdir: ./unxmacxi.pro/misc/build/ucpp/: File exists
Compiling: ucpp/unxmacxi.pro/misc/build/ucpp/assert.c
assert.c: In function 'ucpp_handle_assert':
assert.c:181: warning: 't.line' is used uninitialized in this function
...
rdf_digest_openssl.c: In function 'librdf_openssl_ripemd160_register_factory':
rdf_digest_openssl.c:155: error: 'SHA_DIGEST_LENGTH' undeclared (first use in
this function)
rdf_digest_openssl.c:155: error: (Each undeclared identifier is reported only
once
rdf_digest_openssl.c:155: error: for each function it appears in.)
make[3]: *** [rdf_digest_openssl.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
dmake: Error code 2, while making
'../unxmacxi.pro/misc/build/so_built_so_redland'
This is another problem.
The original issue is:
assert.c: In function ‘ucpp_handle_unassert’:
assert.c:295: warning: ‘t.line’ is used uninitialized in this function
assert.c:245: warning: ‘t.name’ may be used uninitialized in this function
:&&
DYLD_LIBRARY_PATH=/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/340/unxmacxi.pro/lib${DYLD_LIBRARY_PATH:+:${DYLD_LIBRARY_PATH}}
/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/340/unxmacxi.pro/bin/makedepend
@/var/folders/Lm/LmD3R9N-G681RwIIfVAMbE+++TI/-Tmp-//mkIWHRHq>
../../../../unxmacxi.pro/misc/o_assert.dpcc
/bin/bash:
/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/340/unxmacxi.pro/bin/makedepend:
No such file or directory
dmake: Error code 127, while making '../../../../unxmacxi.pro/obj/assert.obj'
dmake: '../../../../unxmacxi.pro/obj/assert.obj' removed.
dmake: Error code 255, while making './unxmacxi.pro/misc/build/so_built_ucpp'
Ie. wrong dependencies in the module ucpp.
yep, that is a real problem and should be fixed with Ariel's patch
Juergen