[Openais] Question on the new file organisation

angus salkeld angus.salkeld at alliedtelesis.co.nz
Wed Aug 13 11:42:59 PDT 2008


Hi

You have commented out the VPATH and CFLAGS override in the top level
Makefile.inc, which will break compiling object files out of the src
tree.
Try:
cd corosync
make O=/tmp/corosync-builddir
make O=/tmp/corosync-builddir DESTDIR=/tmp/corosync-root install

When you uncomment the VPATH & CFLAGS you will be able to remove
the CFLAGS override in the other Makefiles.

Regards
Angus Salkeld


On Wed, 2008-08-13 at 17:23 +0200, Fabien Thomas wrote:
> 
>  
> -VPATH:=. $(srcdir) $(srcdir)$(subdir)
> -override CFLAGS += -I$(srcdir)include -I$(srcdir)$(subdir)
> +#VPATH:=. $(srcdir) $(srcdir)$(subdir)
> +#override CFLAGS += -I$(srcdir)include -I$(srcdir)$(subdir)
>  




More information about the Openais mailing list