[Libreoffice] vos removal: looking for windows and MacOS build-tester

Norbert Thiebaud nthiebaud at gmail.com
Mon Oct 25 09:11:13 PDT 2010


On Mon, Oct 25, 2010 at 9:07 AM, Joseph Powers <jpowers27 at 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 at 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.
>


More information about the LibreOffice mailing list