|
From: | Gregory Casamento |
Subject: | Re: porting a framework to gnustep |
Date: | Mon, 2 Dec 2013 16:36:15 -0500 |
buildtool gave me errors so I tried to write a GNUmakefile manually, I have updated the repository:here the GNUmakefile:now it builds without errorsOn 2 December 2013 15:36, Riccardo Canalicchio <riccardo.canalicchio@gmail.com> wrote:
ok, thanks a lot, I will try the builtool way and I will let you knowthanksOn 2 December 2013 14:53, Gregory Casamento <greg.casamento@gmail.com> wrote:
Under dev-libs there is a framework called "xcode" build that and install, then build "buildtool" located under dev-apps. buildtool is a replacement for pbxbuild which directly interprets the xcodeproj file instead of clumsily trying to convert it into makefiles. Let me know if you have any success with this.To directly answer your question, there is no set way to do this. It always depends on what your application/tool/framework/etc requires. Typically there are missing components (such as Core* frameworks and etc) but I don't believe that's a problem in your case.GregP.S. pbxbuild as it is currently is unofficially deprecated. You should certainly try buildtool.On Mon, Dec 2, 2013 at 8:39 AM, Riccardo Canalicchio <riccardo.canalicchio@gmail.com> wrote:
Hi,I'm trying to port a framework to gnustep.The framework is OCDiscount parser, it's an obj-c wrapper around the discount library used for markdown parsing.here the source code:I'm using pbxbuild over the xcodeproj file without success... is there a tutorial or a guide to frameworks bundles in GNUstep?_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
--
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |