https://bugs.freedesktop.org/show_bug.cgi?id=48134
--- Comment #2 from Robert Nagy <[email protected]> 2012-04-01 07:28:58 PDT --- Actually I think I found out what the issue is. In master -std=gnu++0x is being used while in libreoffice-3-5 we use -std=c++0x. Changing the flag in solenv/inc/unxgcc.mk to -std=gnu++0x, seems to fix this issue. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
