- **status**: accepted --> review
---
** [tickets:#1958] build: Build fails when build in a separate directory **
**Status:** review
**Milestone:** 5.1.FC
**Created:** Thu Aug 18, 2016 12:21 PM UTC by beatriz brandao
**Last Updated:** Mon Aug 22, 2016 12:33 PM UTC
**Owner:** Anders Widell
CMW fails to build with OpenSAF 5.1 due to path is included in the #include
statement to the file.
-----
make[8]: Entering directory
`/home/uabikan/git/cmw/output/opensaf/osaf/libs/common/immsv'
CC libimmsv_common_la-immsv_evt.lo
CXX libimmpbe_dump_la-immpbe_dump.lo
In file included from
../../../../../../opensaf/osaf/libs/common/immsv/include/immsv_evt.h:38:0,
from
../../../../../../opensaf/osaf/libs/common/immsv/include/immsv.h:40,
from
../../../../../../opensaf/osaf/libs/common/immsv/immsv_evt.c:28:
../../../../../../opensaf/osaf/libs/core/include/rda_papi.h:37:47: fatal error:
osaf/libs/core/include/ncsgl_defs.h: No such file or directory
#include "osaf/libs/core/include/ncsgl_defs.h"
------
So in the file osaf/libs/core/include/rda_papi.h
#include "osaf/libs/core/include/rda_papi.h"
Needs to be changed to
#include "rda_papi.h"
---
Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/opensaf/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/opensaf/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets