Hello,

Adrian Colyer turned me on to mairix and I really want to try it out.

My system is a Solaris SPARC:

SunOS sr1-usca-46 5.10 Generic_118833-24 sun4v sparc SUNW,Sun-Fire-T200

I'm using the Sun Studio 11 Compiler:

bash-3.00$ which cc
/usr/dist/share/sunstudio_sparc/SUNWspro/bin/cc

bash-3.00$ echo $CC
/usr/dist/share/sunstudio_sparc/SUNWspro/bin/cc

bash-3.00$ ./configure --prefix=/home/edburns/pkg/local

./configure: -Wall}: not found
Testing whether your compiler "/usr/dist/share/sunstudio_sparc/SUNWspro/bin/cc 
" works : it works
Checking for <stdint.h> : Yes
Checking for <inttypes.h> : Yes
Checking for zlib : Yes
Checking for bzlib : Yes
Generating Makefile

bash-3.00$ make
/usr/dist/share/sunstudio_sparc/SUNWspro/bin/cc -c -DHAS_STDINT_H 
-DHAS_INTTYPES_H -DUSE_GZIP_MBOX -DUSE_BZIP_MBOX  -o mairix.o mairix.c
"memmac.h", line 36: warning: no explicit type given
"memmac.h", line 36: syntax error before or at: void
"memmac.h", line 47: warning: no explicit type given
"memmac.h", line 47: syntax error before or at: void
cc: acomp failed for mairix.c

Any ideas why this is?

The offending line is:

static __inline__ void* safe_malloc(char *file, int line, size_t s)/*{{{*/
{
  void *x = malloc(s);

Any help much appreciated.

Ed
-- 
| [EMAIL PROTECTED]  | office: 408 884 9519 OR x31640
| homepage:         | http://purl.oclc.org/NET/edburns/
| aim: edburns0sunw | iim: [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mairix-users mailing list
Mairix-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mairix-users

Reply via email to