|
From: Ivan K. <iva...@su...> - 2011-01-17 07:53:45
|
Ok, libclucene is now created. One error less... After build_sword Ivan$ ln -s /usr/bin/glibtoolize /usr/bin/libtoolize the output is : ln: /usr/bin/libtoolize: Permission denied Why is that? Cheers, Ivan Kalaica iPhone Development http://surgeworksmobile.com http://surgeworks.com http://inchoo.net iva...@su... On 16. sij. 2011., at 17:40, Manfred Bergmann wrote: > > Am 16.01.2011 um 16:31 schrieb Ivan Kalaica: > >> sword library build command >> >> libtoolize >> ./autogen.sh: line 8: libtoolize: command not found > > Please create a symbolic link to glibtoolize as described in README. > I forgot that in my list because I did this already. > > > Manfred > >> >> 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 >>>>>>> >>>>>> >>>>> >>>> >>> >> > |