On Mon, Oct 25, 2010 at 9:07 AM, Joseph Powers <jpower...@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...@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. > _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice