Displaying 2 results from an estimated 2 matches for "build_local".
2019 Jun 10
2
Compile problem on Solaris
...ll in src
Making all in lib-test
Making all in lib
make all-am
source='sha3.c' object='sha3.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H
-I. -I../.. -I/export/home/exim_build_20190605/build_local/include
-m64 -c -o sha3.lo sha3.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../..
-I/export/home/exim_build_20190605/build_local/include -m64 -c sha3.c
-KPIC -DPIC -o .libs/sha3.o
"sha3.h", line 49: warning: unnamed struct member
"sha3.c", line 142: improper member use: s
&...
2019 Jun 10
0
Compile problem on Solaris
On 10/06/2019 14:40, Roderick Johnstone via dovecot wrote:
> Compiling dovecot 2.2.36.1 with the native compiler on Solaris 10 is
> giving the error below.
...
> -m64 -c -o sha3.lo sha3.c
> libtool: compile:? cc -DHAVE_CONFIG_H -I. -I../..
> -I/export/home/exim_build_20190605/build_local/include -m64 -c sha3.c
> -KPIC -DPIC -o .libs/sha3.o
> "sha3.h", line 49: warning: unnamed struct member
...
Untested: try naming the union. My own builds (dovecot 2.3.6) get
through this. What compiler version? 12.6 is current and does not issue
the unnamed struct warning, eg,...