Okay, thanks. I believe I know how to fix this. Thanks for the feedback.
GC On Mon, Dec 2, 2013 at 5:24 PM, Riccardo Canalicchio < [email protected]> wrote: > attached the build output, > seems that the main problem is that it doesn't find a diretory... > > > On 2 December 2013 22:36, Gregory Casamento <[email protected]>wrote: > >> "gave you errors"? >> >> Could you elaborate so I can debug? >> >> Greg >> >> >> On Mon, Dec 2, 2013 at 4:34 PM, Riccardo Canalicchio < >> [email protected]> wrote: >> >>> buildtool gave me errors so I tried to write a GNUmakefile manually, I >>> have updated the repository: >>> >>> https://github.com/nongio/ocdiscount >>> >>> here the GNUmakefile: >>> https://raw.github.com/nongio/ocdiscount/master/GNUmakefile >>> >>> now it builds without errors >>> >>> >>> >>> >>> >>> >>> >>> On 2 December 2013 15:36, Riccardo Canalicchio < >>> [email protected]> wrote: >>> >>>> ok, thanks a lot, I will try the builtool way and I will let you know >>>> >>>> thanks >>>> >>>> >>>> On 2 December 2013 14:53, Gregory Casamento >>>> <[email protected]>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. >>>>> >>>>> Greg >>>>> P.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 < >>>>> [email protected]> 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: >>>>>> https://github.com/nongio/ocdiscount >>>>>> >>>>>> 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 >>>>>> [email protected] >>>>>> 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 >>> [email protected] >>> 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 >> > > -- 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 [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
