Hii Michael,
read on, I found my boggle,
I had initially added
#include <sal/macros.hxx>
my bad :) it builds and the charts seems to be without any problems too
and I attached the diff with the corrected include, though at the bottom of
the include list.
you're all most welcome
René
On Sat, Oct 16, 2010 at 9:30 PM, Michael Meeks <michael.meeks@novell.com>wrote:
Hi Rene,
On Sat, 2010-10-16 at 15:30 +0200, René Kjellerup wrote:
Okay I've now a beginning of a build of chart2 and I've added:
#include <sal/macros.h>
To the file, but the compilation says that the file is not found,
Strange, I add it and it is fine:
--- chart2/source/view/main//ChartItemPool.cxx
+++ chart2/source/view/main//ChartItemPool.cxx
@@ -29,6 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_chart2.hxx"
+#include <sal/macros.h>
#include "ChartItemPool.hxx"
#include "macros.hxx"
Compiles fine for me; what error do you get ?
So where do one add the sal depends to the module? (or simply
the includes)
At the top, but after the precompiled_foo header - which is used
for
accelerating the windows build.
Thanks,
Michael.
--
michael.meeks@novell.com <><, Pseudo Engineer, itinerant idiot
--
-- as life grows older, I gain experience.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.