On Mon, 27 Jun 2011, Hendrik Sattler wrote:

> Zitat von Iain Hibbert <plu...@netbsd.org>:
>
> > From: Iain Hibbert <plu...@rya-online.net>
> >
> > add "-Wall foreign nostdinc" to the automake arguments
>
> Why "-Wall"? That's not strictly needed, is it?

depends if you think that the compiler has anything useful to say.. you
can look at it like assert(), its not necessary but it will show up
problems that might otherwise slip through and cause unrelated trouble
that is very difficult to track down.

> > nostdinc cuts the -I. -I$(top_srcdir) out of the C makefiles as otherwise
> > it is not possible to include <uuid.h> and "uuid.h" on NetBSD
>
> apps/obexftp.c does the following:
> #include <obexftp/obexftp.h>
> #include <obexftp/client.h>
> #include <obexftp/uuid.h>
>
> That's not possible if you strip -I$(top_srcdir). Maybe it works for
> you because you have those in a standard include path?

it was obexftp/client.c that caused the problem, but I'm not able to build
obexftp with the new openobex so difficult to diagnose at the moment..

iain

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to