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 wrote: > Hello tm

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 we

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-09 Thread Tor Lillqvist
>I am able to open couple of .odt documents, but opening of .odp and .ods fails, Yep, that is more or less what I see too, and if you seriously plan to work on this, you need to figure out what causes that. (Are you doing this just out of personal interest, or is there some organisation backing yo

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-09 Thread Arjun kochhar
I did gave iOS Simulator a try, the library compilation goes through but seems like some symbols for star library has not been built for i386 platform. I was even able to compile the code now with Xcode 7 and currently have deployed the app on iOS9, without a need to have developer certificate. I a

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-09 Thread Tor Lillqvist
On 9 October 2015 at 11:01, Arjun kochhar wrote: > As a follow up question, the README.cross seems to mention the build does > not work for iOS simulator. Is it true as of today too? > I have no idea, why don't you just try? ;) --tml ___ LibreOffice m

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Tor Lillqvist
On 8 October 2015 at 20:06, Arjun kochhar wrote: > I guess the compilation just went through, but the sample app is failing > due to no code signing identifies found: > Yes, you will need such to be able to build for an iOS device. Or have you managed to build and run one of the Xcode sample pro

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
I guess the compilation just went through, but the sample app is failing due to no code signing identifies found: [build BIN] top level modules: libreoffice [build ALL] top level modules: build-non-l10n-only build-l10n-only /Applications/Xcode.app/Contents/Developer/usr/bin/make -j 4 -rs ios ma

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
UPDATE: I just got a new system running OS X 10.10 and iOS SDK Version : 8.0 and it has been over an hour and a half and the compilation still seems to go on without any errors till now, some snippets from the logs: [build CXX] sd/source/ui/func/fuhhconv.cxx [build CXX] sd/source/ui/func/fuinsert

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-08 Thread Arjun kochhar
Thanks. In the morning today, I shifted to git://gerrit.libreoffice.org/core master branch and along with the regular iOS build options in README.cross, I added the options that you had provided but I seem to be getting this error now somewhere down the line : "~/lo/core/solenv/gbuild/LinkTarget.mk

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
On 8 October 2015 at 05:51, Arjun kochhar wrote: > I updated configure.ac to consider 9.0 as a possible SDK too, since the > highest value mentioned there was 8.3 > Then you must be using some other branch than master, because that was changed on June 16 in master. Please use the master branch f

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
> > > *configure: WARNING: using cross tools not prefixed with host triplet* > This can be ignored. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Arjun kochhar
Also, I seem to get the following warnings in config.log, not sure if this something I should be worried about, and if I require some specific version of gcc to get the build going for iOS: checking for arm-apple-darwin10-gcc... no checking for gcc... gcc *configure: WARNING: using cross tools n

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Arjun kochhar
Thanks a lot tor, I seem to get couple of compilation errors while trying to build using the following commands : "--build=x86_64-apple-darwin14.5.0 --host=arm-apple-darwin14 --enable-dbgutil --enable-debug --enable-werror". I am currently running OS X Yosemite 10.10.5 on my Mac and have iOS 9.0 SD

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
> So possibly a build for iOS will succeed, I had to fix up some bit-rot, but it did build, and the TiledLibreOffice app displayed the simple test1.odt as it should. (But not a more complex document; It crashed, and I have no inspiration now to dig into the exact reasons.) --tml _

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
On 7 October 2015 at 08:41, Tor Lillqvist wrote: > (But note that building LibreOffice on OS X 10.11 is broken at the moment. > Actually, it seems that as long as one uses at least --disable-firebird-sdbc, possibly also --disable-collada --disable-gltf --without-java, LibreOffice builds fine als

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-06 Thread Tor Lillqvist
On 6 October 2015 at 20:49, Arjun kochhar wrote: > The xcodeproj compilation fails and currently, I am looking at > README.cross to see if I can get the compilation go through with the steps > mentioned there. > > You are on the right path. The Xcode project is usable only once a "make" from the

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 compilati