Re: Compiling Tiled LibreOffice Xcode Project

2015-10-10 Thread Arjun kochhar
Hello tml, I work on a licensed library in one of my organization products that renders office and PDF documents just fine. But lately, we have been getting several requests to support open document formats as well, and we are considering/evaluating libreoffice as our solution if it works fairly

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-10 Thread Arjun kochhar
I am thinking of trying a Mac OS X dev build to figure out the unwanted warnings that are generally reported and carry on to try and see if I can fix the rest. Definitely not an easy task though, very new to libreoffice source :). On Sat, Oct 10, 2015 at 1:09 PM, Arjun kochhar <ar

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-09 Thread Arjun kochhar
urce/control/dispatch.cxx:1332: Childwindow slot missing: 25808* On Fri, Oct 9, 2015 at 1:39 PM, Tor Lillqvist <t...@iki.fi> wrote: > On 9 October 2015 at 11:01, Arjun kochhar <arjun@gmail.com> wrote: > >> As a follow up question, the README.cross seems to mention the build does

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
not prefixed with host triplet* checking whether the C compiler works... yes On Thu, Oct 8, 2015 at 8:21 AM, Arjun kochhar <arjun@gmail.com> wrote: > Thanks a lot tor, I seem to get couple of compilation errors while trying > to build using the following commands : "--b

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
etion I am right now and currently trying to figure out what might be going wrong here. On Thu, Oct 8, 2015 at 11:55 AM, Tor Lillqvist <t...@iki.fi> wrote: > > > On 8 October 2015 at 05:51, Arjun kochhar <arjun@gmail.com> wrote: > >> I updated configure.ac to consider 9.0

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
--disable-gltf --without-java Will keep you posted on my progress :) Thanks. On Thu, Oct 8, 2015 at 12:36 PM, Arjun kochhar <arjun@gmail.com> wrote: > Thanks. In the morning today, I shifted to git://gerrit.libreoffice.org/core > master branch and along with the regular iOS b

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
error: code signing is required for product type 'Application' in SDK 'iOS 8.0' Create product structure /bin/mkdir -p /Users/airwatch/lo/core/ios/experimental/TiledLibreOffice/build/Debug-iphoneos/TiledLibreOffice.app :D On Thu, Oct 8, 2015 at 10:08 PM, Arjun kochhar <arjun@gmail.com>

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Arjun kochhar
ve iOS 9.0 SDK installed. I updated configure.ac to consider 9.0 as a possible SDK too, since the highest value mentioned there was 8.3( I hope that is not an issue). But I will try using the additional options you specified to see if I can get the build going. Thanks. *Thanks,* *Arjun Kochhar,*

Compiling Tiled LibreOffice Xcode Project

2015-10-06 Thread Arjun kochhar
Hi, Can someone please provide some README or guidelines on how to go about compiling the libreoffice xcodeproj listed under experimental in core/ios/ directory. I am currently running Xcode 7 on my system. The README in /core/ios/ folder does not seem to provide much ideas. The xcodeproj