<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>After some more googling I inserted:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>#ifndef 
MSG_DONTWAIT          <BR>#define 
MSG_DONTWAIT 0x40     
<BR>#endif                        
</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and lib/locator.c compiled, but then I got error in 
hobbitd_locator.c</FONT></DIV>
<DIV><FONT face=Arial size=2>After more googling and trial and error I inserted 
this </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>#ifndef 
MSG_DONTWAIT          <BR>#define 
MSG_WAITALL 0         <BR>#define 
MSG_DONTWAIT 0x40     <BR>#define MSG_NOSIGNAL 
0x400    
<BR>#endif                        
</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and hobbitd_locator.c compiled.</FONT></DIV>
<DIV><FONT face=Arial size=2>But I don't <U>dare</U> to install.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Lars</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>PS</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>What I understood in my googling was that using the 
flags are not Unix 95/98 compliant.</FONT></DIV>
<DIV><FONT face=Arial size=2>Some where I also saw that AIX doesn't support the 
flags.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>DS</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=lars.ebeling@leopg9.no-ip.org 
  href="mailto:lars.ebeling@leopg9.no-ip.org">lars ebeling</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=hobbit@hswn.dk 
  href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 30, 2006 4:25 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [hobbit] Error compiling 
  snapshot</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>After some googling I found this in "Linux 
  porting guide for HP-UX on PA platforms"</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV>
  <P>The following flags in the flags parameter are not supported in HP-UX:</P>
  <BLOCKQUOTE><PRE>MSG_NOSIGNAL
MSG_ERRQUEUE
MSG_DONTROUTE
<STRONG>MSG_DONTWAIT</STRONG>
MSG_FIN
MSG_SYN
MSG_RST
MSG_PROXY
MSG_EOR
</PRE><PRE>Regards </PRE><PRE>Lars</PRE></BLOCKQUOTE></DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=lars.ebeling@leopg9.no-ip.org 
    href="mailto:lars.ebeling@leopg9.no-ip.org">lars ebeling</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=hobbit@hswn.dk 
    href="mailto:hobbit@hswn.dk">hobbit</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 30, 2006 4:13 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [hobbit] Error compiling 
    snapshot</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>I have not downloaded the latest snapshot for a 
    while, but today I did. The same error that I had the last time occured 
    today again.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>I am compiling on HP-UX 11.11</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>gcc -g -O -D_REENTRANT  
    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. 
    -I<BR>/home/hobbit/snapshot/include -I/usr/local/include -I. 
    -I../include    -c -o loc<BR>ator.o 
    locator.c                                                                
    <BR>locator.c: In function 
    écall_locator':                                          
    <BR>locator.c:81: error: éMSG_DONTWAIT' undeclared (first use in this 
    function)     <BR>locator.c:81: error: (Each undeclared 
    identifier is reported only 
    once          <BR>locator.c:81: 
    error: for each function it appears 
    in.)                          
    <BR>makeÄ1Å: *** Älocator.oÅ Error 
    1                                                
    <BR>makeÄ1Å: Leaving directory 
    é/home/hobbit/snapshot/lib'                          
    <BR>make: *** Älib-buildÅ Error 
    2                                                   
    </FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Regards<BR>Lars Ebeling</FONT></DIV>
    <DIV> </DIV>
    <DIV><FONT face=Arial size=2><A 
    href="http://leopg9.no-ip.org">http://leopg9.no-ip.org</A><BR>Hobbithobbyist</FONT></DIV>
    <DIV> </DIV>
    <DIV><FONT face=Arial size=2>"It is better to keep your mouth shut and 
    appear stupid than to open it and remove all doubt."<BR>-- Mark 
    Twain</FONT></DIV>
    <DIV> </DIV>
    <DIV><FONT face=Arial 
size=2><BR></FONT> </DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>