Re: Run the svn on Mac OS X
Fabiano Fidêncio <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <CAK9pz9J5z0rMWPN4DMGXUVsLBxdWELw6kOWnMLZyNzffahFHJw@mail.gmail.com> |
On Sun, Jan 13, 2013 at 3:18 AM, Fabiano Fidêncio <[email protected]> wrote: > On Sun, Jan 13, 2013 at 3:04 AM, Fabiano Fidêncio <[email protected]> wrote: >> On Sun, Jan 13, 2013 at 3:03 AM, Fabiano Fidêncio <[email protected]> wrote: >>> On Mon, Jan 7, 2013 at 7:46 AM, Wolf Stephan Kappesser >>> <[email protected]> wrote: >>>> >>>> I have build an AbiWord.app for the svn for Mac OS X 10.8.2. >>>> >>>> Please try the dmg file on http://www.boringgames.de/download/AbiWord.dmg . I need to now if all needed libs are in the app folder. >>> >>> File not found. >> >> Okay, I found: >> http://www.boringgames.de/de/download/AbiWord.dmg >> >> Just waiting the download finish to test > > Okay, Nice work in the installer. > Could you remove the agreement part? > The background could be replaced by this one: > http://www.rachacuca.org/~fidencio/abi_installer_background.png > (Credits to: Sergio Venancio [email protected]) > > The application doesn't run. I'm without XCode installed. but I can > suppose it happens because all dependencies should be shipped *into* > the application. Here: http://paste.stg.fedoraproject.org/3118/ otool -L will change all dynamic libraries linked with your app. you need to get all of them (and their dependencies ...) and move to a folder inside the .app After this, you'll need to change the path for them to the new path (inside the .app). The script I said before is in: abiword/trunk/tools/build_osx_release.py It's a bit outdated and patches are welcome :-) > > There is a script done to do this. Is a PITA work but it's automatized. > > Kousik Kumar (cc'ed in this email) can help you. > Probably I can, maybe Hub too. > Let's talking about ... > >> >>> >>>> >>>> Greets >>>> >>>> Am 05.01.2013 um 01:46 schrieb Wolf Stephan Kappesser <[email protected]>: >>>> >>>>> >>>>> Hello, >>>>> >>>>> the newest svn works with Mac OS X 10.8.2 on my system. >>>>> You need: >>>>> >>>>> 1. XQuartz.app (the new X11.app supported from Apple, use google or wikipedia) >>>>> 2. All packages to install the UNIX version (gtk3); I used MacPorts therefore. >>>>> 3. The svn sources from AbiWord >>>>> >>>>> At last I exchange the following line in configure (dirty hack): >>>>> >>>>> case ${host_os} in >>>>> *darwin*) >>>>> PLATFORM="unix" >>>>> TOOLKIT="gtk" #"cocoa" >>>>> >>>>> Now I run >>>>> ./configure CPPFLAGS=-I/opt/X11/include --> the flag is needed for the XQuartz >>>>> make -j2 >>>>> sudo make install >>>>> abiword >>>>> >>>>> The App is a little slow and not tested yet, but the first impression will give me hope :) >>>>> >>>>> Greets >>>>> Wolf >>>>> >>>>> >>>> >>> >>> >>> Best Regards, >>> -- >>> Fabiano Fidêncio >> >> >> >> -- >> Fabiano Fidêncio > > > Best Regards, > -- > Fabiano Fidêncio Please, keep going with the great work! Best Regards, -- Fabiano Fidêncio