Xymon Mailing List Archive search

Compile errors

2 messages in this thread

list Mark Ellis · Mon, 19 May 2008 11:58:38 -0600 ·
I am trying to compile hobbit snapshot on Solaris 10 and I have run into
an issue. Any help would be great.

 
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT  -DSunOS -I.
-I/export/home/snapshot/include -I/usr/local/include -I. -I../include
-DHAVE_OPENSSL=1 -I/usr/local/ssl/include  -lresolv -lsocket -lnsl -c -o
sendmsg.o sendmsg.c

Putting child 0x0007e978 (sendmsg.o) PID 14270 on the chain.

Live child 0x0007e978 (sendmsg.o) PID 14270 

sendmsg.c: In function `process_receive':

sendmsg.c:243: error: `outp' undeclared (first use in this function)

sendmsg.c:243: error: (Each undeclared identifier is reported only once

sendmsg.c:243: error: for each function it appears in.)

sendmsg.c:254: error: `respfd' undeclared (first use in this function)

sendmsg.c:284: error: `respstr' undeclared (first use in this function)

sendmsg.c:287: error: `respstrsz' undeclared (first use in this
function)

sendmsg.c:291: error: `respstrlen' undeclared (first use in this
function)

sendmsg.c:300: error: `fullresponse' undeclared (first use in this
function)

sendmsg.c:301: error: `rdone' undeclared (first use in this function)

Reaping losing child 0x0007e978 PID 14270 

make[1]: *** [sendmsg.o] Error 1

Removing child 0x0007e978 PID 14270 from chain.

make[1]: Leaving directory `/export/home/snapshot/lib'

Reaping losing child 0x00078690 PID 7283 

make: *** [lib-build] Error 2

Removing child 0x00078690 PID 7283 from chain.

 
Mark Ellis

NE&TO 

Office XXX-XXX-XXXX

Cell  XXX-XXX-XXXX
list Lars Ebeling · Tue, 20 May 2008 05:45:03 +0200 ·
You are not always able to compile the snapshots. That's because they are snapshots ;)

Lars 
quoted from Mark Ellis
  ----- Original Message ----- 
  From: Ellis, Mark 
  To: user-ae9b8668bcde@xymon.invalid 
  Sent: Monday, May 19, 2008 7:58 PM
  Subject: [hobbit] Compile errors


  I am trying to compile hobbit snapshot on Solaris 10 and I have run into an issue. Any help would be great.

   
  gcc -g -O2 -Wall -Wno-unused -D_REENTRANT  -DSunOS -I. -I/export/home/snapshot/include -I/usr/local/include -I. -I../include -DHAVE_OPENSSL=1 -I/usr/local/ssl/include  -lresolv -lsocket -lnsl -c -o sendmsg.o sendmsg.c

  Putting child 0x0007e978 (sendmsg.o) PID 14270 on the chain.

  Live child 0x0007e978 (sendmsg.o) PID 14270 

  sendmsg.c: In function `process_receive':

  sendmsg.c:243: error: `outp' undeclared (first use in this function)

  sendmsg.c:243: error: (Each undeclared identifier is reported only once

  sendmsg.c:243: error: for each function it appears in.)

  sendmsg.c:254: error: `respfd' undeclared (first use in this function)

  sendmsg.c:284: error: `respstr' undeclared (first use in this function)

  sendmsg.c:287: error: `respstrsz' undeclared (first use in this function)

  sendmsg.c:291: error: `respstrlen' undeclared (first use in this function)

  sendmsg.c:300: error: `fullresponse' undeclared (first use in this function)

  sendmsg.c:301: error: `rdone' undeclared (first use in this function)

  Reaping losing child 0x0007e978 PID 14270 

  make[1]: *** [sendmsg.o] Error 1

  Removing child 0x0007e978 PID 14270 from chain.

  make[1]: Leaving directory `/export/home/snapshot/lib'

  Reaping losing child 0x00078690 PID 7283 

  make: *** [lib-build] Error 2

  Removing child 0x00078690 PID 7283 from chain.

   
  Mark Ellis

  NE&TO 

  Office XXX-XXX-XXXX

  Cell  XXX-XXX-XXXX