discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: porting a framework to gnustep


From: Riccardo Mottola
Subject: Re: porting a framework to gnustep
Date: Mon, 02 Dec 2013 14:51:54 +0100
User-agent: Mozilla/5.0 (X11; NetBSD i386; rv:17.0) Gecko/20131010 Thunderbird/17.0.9

Hi,

On 12/02/13 14:39, Riccardo Canalicchio 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?

pbxbuild is deprecated. Try the newer buildtool and in case of bugs, report to Gregory.

However, having seen that it is a small Framework I'd just go and create your own Framework makefile.

Have a look at the OresmeKit makefile, for example:

http://cvs.savannah.gnu.org/viewvc/gap/libs/Oresme/OresmeKit/GNUmakefile?revision=1.5&root=gap&view=markup

Start this inside the OCDiscount framework and adapt it.

Later you might waqnt to make a root makefile with that as sub-project and have the tests too.

rename en.lproj to English.lproj or make a symlink.

Riccardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]