Hi,

Sorry about that. I do not (yet) have access to a MacOS X build environment. Although, I am a bit surprised about the nature of the problem. A sal_Int32 should be a 4 byte integer, something that a 32bit or 64bit compiler should be able to pack into an int.

Anyway, thank you Pedro for fixing this so fast.

Regards,
Andre

On 16.11.2011 00:46, Raphael Bircher wrote:
Hi at all

We have a build breaker in /main/tools/ As far I can see, it has
samething to do with Andre's Patch who was commited by Pedro. Here is
the output

Module 'xmerge' delivered successfully. 8 files copied, 4 files unchanged

1 module(s):
tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/Users/server3/Documents/build31/main/tools/prj

When you have fixed the errors in that module you can resume the build
by running:

build --from tools

server3:instsetoo_native server3$ cd tools
-bash: cd: tools: No such file or directory
server3:instsetoo_native server3$ cd ..
server3:main server3$ cd tools/
server3:tools server3$ ls
Executable_mkunroll.mk inc
Executable_rscdep.mk os2
Executable_so_checksum.mk prj
Executable_sspretty.mk qa
Library_tl.mk source
Makefile test
Module_tools.mk unx
Package_inc.mk win
StaticLibrary_ooopathutils.mk workben
bootstrp
server3:tools server3$ build
build -- version: 275224
This module has been migrated to GNU make.
You can only use build --all/--since here with build.pl.
To do the equivalent of 'build && deliver' call:
make -sr
in the module root (This will modify the solver).
server3:tools server3$ make -sr
[ build DEP ] LNK:Library/libtl.dylib
[ build DEP ] LNK:Executable/sspretty
[ build DEP ] LNK:Executable/rscdep
[ build DEP ] LNK:Executable/mkunroll
[ build LNK ] Library/libtl.dylib
[ build LNK ] Executable/mkunroll
[ build CXX ] tools/bootstrp/rscdep
cc1plus: warnings being treated as errors
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx: In
function 'int main(int, char**)':
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:96:
warning: format '%d' expects type 'int', but argument 4 has type 'long int'
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:266:
warning: format '%d' expects type 'int', but argument 2 has type
'sal_Int32'
make: ***
[/Users/server3/Documents/build31/main/solver/340/unxmacxi.pro/workdir/CxxObject/tools/bootstrp/rscdep.o]
Error 1

System Mac OS X 10.6

Greetings Raphael

Reply via email to