gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] 0.4.4, src/textui/gnunetsearch.c


From: Blake Ross Matheny
Subject: Re: [GNUnet-developers] 0.4.4, src/textui/gnunetsearch.c
Date: Wed, 14 Aug 2002 08:04:54 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2

When reporting bugs, please include the output from contrib/report.sh
I have run this on Fbsd 4.3-4.5 and havn't run into the same problem, you may need to upgrade a port or two.

-Blake

Kurt Jaeger wrote:

Hi!

I'm compiling gnunet on fbsd 4.3.

I found the following issues during compiles:

This is needed to get it compile (from the source root):

  cp src/include/util/getopt.h src/util/
  cp src/include/util/getopt.h src/server/
  cp src/include/util/getopt.h src/textui/

And this:

  in src/textui/gnunetsearch.c:225

  /*    sig.sa_flags = SA_ONESHOT; */

Where to you get the definition from SA_ONESHOT ?

fbsd4$ find . -type f -exec grep SA_ONESHOT {} /dev/null \;
./src/textui/gnunetsearch.c:/*    sig.sa_flags = SA_ONESHOT; */
fbsd4$
fbsd4$ cd /usr/include/
fbsd4$ find . -type f -exec grep SA_ONESHOT {} /dev/null \;
fbsd4$







reply via email to

[Prev in Thread] Current Thread [Next in Thread]