From: Manfred B. <man...@gm...> - 2011-01-16 16:38:48
|
Which frameworks did you install with your Xcode developer tools? Manfred P.S.: please reply to all so that our conversation goes to the MacSword developer mailing list Am 16.01.2011 um 16:31 schrieb Ivan Kalaica: > So, I installed MacRuby and I have now one error less. :) So, this is output after running build library scripts.. > > clucene library build command > > build_clucene Ivan$ ./build_mac_clucene.sh fat release > building fat version > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 1846k 100 1846k 0 0 155k 0 0:00:11 0:00:11 --:--:-- 182k > building PPC version of library... > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > > -------------------------------------------------------------------------------------------------------------- > > sword library build command > > build_sword Ivan$ ./build_mac_sword.sh fat release > building fat version > building PPC version of library... > autogen.sh ... > *** Sword build system generation > *** Recreating libtool > libtoolize > ./autogen.sh: line 8: libtoolize: command not found > *** Recreating aclocal.m4 > aclocal > *** Recreating configure > *** Recreating the Makefile.in files > configure.ac:38: required file `./ltmain.sh' not found > > On 15. sij. 2011., at 20:56, Manfred Bergmann wrote: > >> >> Am 15.01.2011 um 15:59 schrieb Ivan Kalaica: >> >>> I can see the progress. Less errors.. :) Now I have just 5 of them. >>> >>> Command /Developer/usr/bin/g++-4.2 failed with exit code 1 >>> >>> pbxcp: libclucene-ub.a: No such file or directory >>> >>> pbxcp: libsword-ub.a: No such file or directory >> >> Did you compile clucene and SWORD lib as described below? >> What was the result of this? >> It looks like those libraries were not created. >> >>> >>> Command /Developer/usr/bin/g++-4.2 failed with exit code 1 >>> >>> /bin/sh: /Users/Ivan/macsword/build/MacSword2.build/Debug/MacSword.build/Script-A9F2C6C710DF722900C751AA.sh: /usr/local/bin/macruby: bad interpreter: No such file or directory >> >> You need MacRuby (http://www.macruby.org/) for some of the build scripts. >> >> >> >> Manfred >> >>> >>> >>> On 14. sij. 2011., at 16:04, Manfred Bergmann wrote: >>> >>>> Alright. >>>> I've tried this with a fresh checkout myself and made some minor fixes. >>>> Here is what you do: >>>> >>>> 1. checkout Macsword2 trunk: >>>> svn co https://macsword.svn.sourceforge.net/svnroot/macsword/macsword/trunk macsword >>>> 2. cd sword_src >>>> 3. checkout SWORD: >>>> svn co https://crosswire.org/svn/sword/trunk sword-trunk >>>> 4. cd sword_src/sword-trunk/bindings/objc >>>> 5. cd dependencies >>>> 6. download dependencies: >>>> ./retrieve.sh >>>> 7. build clucene >>>> cd ../build_clucene >>>> ./build_mac_clucene.sh fat release >>>> 8. build SWORD lib >>>> cd ../build_sword >>>> ./build_mac_sword.sh fat release >>>> 9. open MacSword Xcode project >>>> 10. open MainMenu.xib and click "Continue" on the missing plugin requester >>>> 11. build MacSword >>>> >>>> >>>> Let me know if this works. >>>> >>>> >>>> >>>> Manfred >>>> >>>> >>>> Am 14.01.2011 um 14:52 schrieb Ivan Kalaica: >>>> >>>>> Hey Manfred, >>>>> >>>>> Thank you for fast response. Unfortunately I get same thing even after adding xcode project at that path and running that script. Is there a way you can share with me the full project with sword library with in it?<Screen shot 2011-01-14 at 14.47.32.png> >>>>> >>>>> Cheers, >>>>> Ivan Kalaica >>>>> >>>>> iPhone Development >>>>> http://surgeworksmobile.com >>>>> http://surgeworks.com >>>>> http://inchoo.net >>>>> iva...@su... >>>>> >>>>> On 14. sij. 2011., at 14:31, Manfred Bergmann wrote: >>>>> >>>>>> Hello Ivan. >>>>>> >>>>>> You need to checkout the SWORD library code which includes the ObjC framework under "bindings/objc". >>>>>> The Xcode projects expects the SWORD source folder called "sword-trunk". >>>>>> >>>>>> So that you have a folder structure like: >>>>>> sword_src \ >>>>>> sword-trunk \ >>>>>> bindings \ >>>>>> objc >>>>>> >>>>>> >>>>>> Please read the README file in this folder. >>>>>> Additionally you need to execute the "retrieve.sh" script in "dependencies" folder there. >>>>>> >>>>>> >>>>>> Let me know if this worked. >>>>>> >>>>>> >>>>>> Regards, >>>>>> Manfred >>>>>> >>>>>> >>>>>> >>>>>> Am 14.01.2011 um 13:25 schrieb Ivan Kalaica: >>>>>> >>>>>>> Hello all, >>>>>>> >>>>>>> I need help in importing ObjCSword.xcodeproj into MacSword2 xcode project. After I make svn checkout (with svn co https://macsword.svn.sourceforge.net/svnroot/macsword macsword) and build and run project ObjCSword.xcodeproj is missing. Can some send me a this? >>>>>>> >>>>>>> Cheers, >>>>>>> Ivan Kalaica >>>>>>> >>>>>>> iPhone Development >>>>>>> http://surgeworksmobile.com >>>>>>> http://surgeworks.com >>>>>>> http://inchoo.net >>>>>>> iva...@su... >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Protect Your Site and Customers from Malware Attacks >>>>>>> Learn about various malware tactics and how to avoid them. Understand >>>>>>> malware threats, the impact they can have on your business, and how you >>>>>>> can protect your company and customers by using code signing. >>>>>>> http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________ >>>>>>> Macsword-develop mailing list >>>>>>> Mac...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/macsword-develop >>>>>> >>>>> >>>> >>> >> > |