Re: [fpc-devel] Location of objective-c runtime headers

2007-10-02 Thread Adriaan van Os
Felipe Monteiro de Carvalho wrote: On 7/23/07, Jonas Maebe <[EMAIL PROTECTED]> wrote: Peter N Lewis on the mac-pascal list is the administrator of that repository. I sent him an e-mail 1 month ago without answer. I did receive an answer from Peter. I will forward it by private email. Regard

Re: [fpc-devel] Location of objective-c runtime headers

2007-10-02 Thread Felipe Monteiro de Carvalho
On 7/23/07, Jonas Maebe <[EMAIL PROTECTED]> wrote: > Peter N Lewis on the mac-pascal list is the administrator of > that repository. I sent him an e-mail 1 month ago without answer. So, I can't put the bindings on fpc because they need to be put on the interfaces subversion first. But I can't put

Re: [fpc-devel] Location of objective-c runtime headers

2007-08-07 Thread Felipe Monteiro de Carvalho
Because I already posted this quite some time ago on the mac-pascal mailling list, I am not confident on a quick answer about getting access to the interfaces svn. And because tomorrow I will be traveling for 2 weeks, without my computer, I propose that I just put it on fpc and you can then copy i

Re: [fpc-devel] Location of objective-c runtime headers

2007-08-01 Thread Jonas Maebe
On 31 Jul 2007, at 20:53, Felipe Monteiro de Carvalho wrote: On 7/23/07, Jonas Maebe <[EMAIL PROTECTED]> wrote: they should be added to the Common Pascal Interfaces svn But they also need to be added to the fpc subversion. How do you synchronize both then? Manually, just like the rest of t

Re: [fpc-devel] Location of objective-c runtime headers

2007-07-31 Thread Felipe Monteiro de Carvalho
On 7/23/07, Jonas Maebe <[EMAIL PROTECTED]> wrote: > they should be added to the Common Pascal Interfaces svn But they also need to be added to the fpc subversion. How do you synchronize both then? -- Felipe Monteiro de Carvalho ___ fpc-devel maillist

Re: [fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Jonas Maebe
On 23 Jul 2007, at 17:41, Felipe Monteiro de Carvalho wrote: I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to Ma

[fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Felipe Monteiro de Carvalho
hi, I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to Mac OS X. On other platforms there is a similar API, but ther