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? > 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? > change the Makefile.am to include $(top_builddir) so that <config.h> can > still be found That's a good start for allow out-of-source builds. :-) HS ------------------------------------------------------------------------------ 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