Hi Hans, Ack
Regards, Ravi ----- Original Message ----- From: [email protected] To: [email protected], [email protected] Cc: [email protected], [email protected] Sent: Friday, September 8, 2017 6:23:28 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: [PATCH 1/1] amf: Fix amf_demo program compilation error [#2578] --- tools/cluster_sim_uml/build_uml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cluster_sim_uml/build_uml b/tools/cluster_sim_uml/build_uml index 6ad205f89..39b0bee69 100755 --- a/tools/cluster_sim_uml/build_uml +++ b/tools/cluster_sim_uml/build_uml @@ -107,6 +107,7 @@ cmd_install_testprog() { cp $src/amf_demo_script $installd gcc -g -O2 -Wall -fPIC -I$opensaf_home/src/amf/saf \ -I$opensaf_home/src/ntf/saf \ + -I$opensaf_home/src/ais/include \ -I$opensaf_home/src/osaf/saf \ -DSA_EXTENDED_NAME_SOURCE \ -o $installd/amf_demo $src/amf_demo.c \ -- 2.14.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
