I'm comiling Majordomo-1.93 on a HP 807/9.04. I use POSIX definitions in the
Makefile.
I get the following error:
$ make
cc -DBIN=\"/usr/local/majordomo\" -DPATH=\"PATH=/bin:/usr/bin:/usr/ucb\"
-DHOME=\"HOME=/usr/local/majordomo\" -DSHELL=\"SHELL=/bin/csh\"
-DMAJORDOMO_CF=\"MAJORDOMO_CF=/usr/local/majordomo/majordomo.cf\"
-DPOSIX_UID=440 -DPOSIX_GID=201 -DSETGROUP -o wrapper wrapper.c
cc: "wrapper.c", line 99: error 1514: Illegal type for string initializer.
cc: "wrapper.c", line 100: error 1716: Automatic aggregate initialization is
an ANSI feature.
*** Error code 1
Stop.
$
I noticed that the only difference between WRAPPER_FLAGS in 1.92 and 1.93 is
-DSETGROUP. Does that causes the problem. Anyway, what's the best way to
solve this problem?
P.S. I do not have gcc installed on my machine.
Thanks in advance.
Sergey Plyaskin splyaski@cmp.com
Follow-Ups:
|
|