On Mon, Oct 25, 2010 at 9:07 AM, Joseph Powers <jpowers27@cox.net> wrote:
I have 2 build errors so far on Mac OS X.
Thanks a lot for testing this.
Connectivity is having issues with salhelper::SimpleReferenceObject
vcl is complaining about a missing class name in aqua/inc/salinst.h
I believe the following patches should fix them
n_th@tpa10 /lo/feature/rawbuild (feature/vos-removal)$ g diff
diff --git a/connectivity/source/drivers/macab/makefile.mk
b/connectivity/source/drivers/macab/makefile.mk
index 89b2991..31ffede 100755
--- a/connectivity/source/drivers/macab/makefile.mk
+++ b/connectivity/source/drivers/macab/makefile.mk
@@ -60,6 +60,7 @@ SHL1STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(DBTOOLSLIB) \
+ $(SALHELPERLIB) \
$(SALLIB)
SHL1DEPN=
@@ -101,6 +102,7 @@ SHL2OBJS=$(SLO2FILES)
SHL2STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \
+ $(SALHELPERLIB) \
$(SALLIB) \
$(DBTOOLSLIB) \
$(COMPHELPERLIB) \
diff --git a/vcl/aqua/inc/salinst.h b/vcl/aqua/inc/salinst.h
index 07ad1a1..aecd4a4 100644
--- a/vcl/aqua/inc/salinst.h
+++ b/vcl/aqua/inc/salinst.h
@@ -33,6 +33,7 @@
#include "osl/thread.hxx"
#include "vcl/salinst.hxx"
#include "osl/conditn.h"
+#include <vcl/solarmutex.hxx>
#include "aquavcltypes.h"
I will push them later today to the feature/vos-removal branch
Thanks again.
Norbert
Thanks,
Joe P.
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.