https://bugs.documentfoundation.org/show_bug.cgi?id=95505
--- Comment #2 from Maxim Monastirsky <[email protected]> --- (In reply to aybuke from comment #1) > I'm using this "#include <boost/filesystem.hpp>" for creating > folder(.config/libreofficedev/4/user/stats/). > > But though I had done nothing in the code compilation output (make sfx2): > http://pastebin.com/yVdFNvxu > > Compilation happening, but is this normal? Do you mean the -Wshadow warnings? Yes - it's normal (you should blame boost headers for this). But please - don't introduce yet another boost dependency. LO should have internally everything you need to manipulate files/folders. Never did it myself, but include/osl/file.hxx seems to be a good place to start from. -- 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
