What version of gcc is that? It looks like it's a fairly recent one and they've switched the default compilation to the c++11 standard. Try setting the version of c++ to c++98. eg:
export CXXFLAGS=" -std=c++98" ./configure make OpenSAF tends to lag behind, so if you're using a distribution with the latest compiler, autotools package installed you might bump into these errors. -----Original Message----- From: Rabih El-Zahr [mailto:[email protected]] Sent: Monday, 20 January 2014 8:28 PM To: [email protected] Subject: [users] Errors compiling OpenSAF on Raspberry Pi... Hello, I'm new to the OpenSAF community I've been trying to compile OpenSAF-4.3.0 on a Raspberry Pi model B that is running on Pidora Operating System "Fedora Remix". However, I keep on getting errors and I don't know how to solve them I've looked online for help but I couldn't find any information regarding that error. Attached is a screenshot of the Raspberry Pi console showing the compilation error together with a text file of the console log. I hope to hear from you soon. Regards,Rabih G. El-Zahr ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
