Is there anyone that can think of a solution for this problem?
cc1: warnings being treated as errors
/Volumes/Scratch/monetdb/stable/monetdb/src/modules/plain/bat.mx: In function 'local_itoa':
/Volumes/Scratch/monetdb/stable/monetdb/src/modules/plain/bat.mx:1253: warning: format '%zd' expects type 'signed size_t', but argument 4 has type 'ssize_t'
I mean... is there a difference between "signed size_t" and "ssize_t"?
Ehrm.
[Orion:src/modules/plain] fabian% uname -a
Darwin Orion.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc PowerBook4,3 Darwin
[Orion:src/modules/plain] fabian% gcc --version
gcc (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Probably just need to compile without -Werror.
On 28-09-2007 18:07:48 +0200, Martin Kersten wrote:
> Fabian Groffen wrote:
>> On 28-09-2007 16:01:00 +0000, Martin Kersten wrote:
>>
>>> +#define SLOW 1
>>> +#define FAST 0
>>>
>>
>> How about an enum here?
>>
> He, ze zijn weer terug ;-)
> Niet nodig is allemaal locaal duidelijk.
The idea is that the compiler is able to help you (bail out). Local or
not is irrellevant IMO.
hi,
I built MonetDB4 server on a solaris 10 SPARC machine.
When I try to execute it, the server applciation crashed and posted the
following error message:
>Mserver
# Monet Database Server V4.18.2
# Copyright (c) 1993-2007, CWI. All rights reserved.
# Compiled for sparc-sun-solaris2.10/32bit with 32bit OIDs; dynamically
linked.
# Visit http://monetdb.cwi.nl/ for further information.
!ERROR: BATSIGcrash: Mserver internal error (Bus error), please restart.
!ERROR: (One potential cause could be that your disk might be full...)
the machine configuration is:
>uname -a
SunOS vlsi 5.10 Generic_118833-33 sun4u sparc SUNW,Sun-Fire-480R Solaris
Is the crash really due to that the disk is full? And can someone give me a
hint how I can trace my problems?
Thanks a lot.
--
View this message in context: http://www.nabble.com/MonetDB4-server-%28Mserver%29-crash-on-solaris-10-tf4…
Sent from the monetdb-developers mailing list archive at Nabble.com.
hi,
Monet DB is in-memory database only ?
is it disk-based just like timesten contains both?
thnaks n regards
mark polo
--
View this message in context: http://www.nabble.com/hi-tf4486230.html#a12793347
Sent from the monetdb-developers mailing list archive at Nabble.com.