Skip to Content.
Sympa Menu

en - [sympa-users] Solaris Make Error in 6.2.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Brian Eliassen <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Solaris Make Error in 6.2.1
  • Date: Sun, 28 Jun 2015 23:45:13 -0700

During my upgrade process from 6.2b.9 to 6.2.1 tonight, I ran into the following problem during the make process. Has anyone else run into this? My configure command is:

./configure --prefix=/usr/local/sympa --with-initdir=/etc/init.d/ -- without-smrshdir

Thanks in advance.

Brian

***
Making all in src/smtpc
make[1]: Entering directory `/export/home/brian/software/sympa-6.2.1/ src/smtpc'
make all-am
make[2]: Entering directory `/export/home/brian/software/sympa-6.2.1/ src/smtpc'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT smtpc.o -MD -MP -MF ".deps/smtpc.Tpo" -c -o smtpc.o smtpc.c; \
then mv -f ".deps/smtpc.Tpo" ".deps/smtpc.Po"; else rm -f ".deps/ smtpc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT sockstr.o -MD -MP - MF ".deps/sockstr.Tpo" -c -o sockstr.o sockstr.c; \
then mv -f ".deps/sockstr.Tpo" ".deps/sockstr.Po"; else rm -f ".deps/ sockstr.Tpo"; exit 1; fi
sockstr.c: In function `sockunix_connect':
sockstr.c:248: error: syntax error before numeric constant
sockstr.c:262: error: request for member `sun_path' in something not a structure or union
sockstr.c:267: error: invalid lvalue in unary `&'
sockstr.c:268: error: request for member `sun_family' in something not a structure or union
sockstr.c:269: error: request for member `sun_path' in something not a structure or union
sockstr.c:279: error: invalid lvalue in unary `&'
make[2]: *** [sockstr.o] Error 1
make[2]: Leaving directory `/export/home/brian/software/sympa-6.2.1/ src/smtpc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/export/home/brian/software/sympa-6.2.1/ src/smtpc'
make: *** [all-recursive] Error 1
***


  • [sympa-users] Solaris Make Error in 6.2.1, Brian Eliassen, 06/29/2015

Archive powered by MHonArc 2.6.19+.

Top of Page