Re: [E-devel] Python-EFL API

2007-10-02 Thread Ulisses Furquim
Hi, On 10/2/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > These scripts just call setup.py (distutils), these should check for > pkg-config and fail if some are missing, generating the log to stderr. > The nightly build scripts should send these logs if packages fail. Yes, I know that

Re: [E-devel] Python-EFL API

2007-10-02 Thread Gustavo Sverzut Barbieri
On 10/1/07, Ulisses Furquim <[EMAIL PROTECTED]> wrote: > Hi, > > On 10/1/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On 10/1/07, David Seikel <[EMAIL PROTECTED]> wrote: > > > On Mon, 1 Oct 2007 11:04:33 -0300 "Gustavo Sverzut Barbieri" > > > <[EMAIL PROTECTED]> wrote: > > > > > > >

Re: [E-devel] Python-EFL API

2007-10-01 Thread Ulisses Furquim
Hi, On 10/1/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 10/1/07, David Seikel <[EMAIL PROTECTED]> wrote: > > On Mon, 1 Oct 2007 11:04:33 -0300 "Gustavo Sverzut Barbieri" > > <[EMAIL PROTECTED]> wrote: > > > > > On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > > It wou

Re: [E-devel] Python-EFL API

2007-10-01 Thread Gustavo Sverzut Barbieri
On 10/1/07, David Seikel <[EMAIL PROTECTED]> wrote: > On Mon, 1 Oct 2007 11:04:33 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> wrote: > > > On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > It would probably be best to run this as part of the nightly build > > > process. > > >

Re: [E-devel] Python-EFL API

2007-10-01 Thread David Seikel
On Mon, 1 Oct 2007 08:54:49 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> wrote: > On 10/1/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > Are these docs generated from the code? If so, they could > > > probably be added to r

Re: [E-devel] Python-EFL API

2007-10-01 Thread David Seikel
On Mon, 1 Oct 2007 11:04:33 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> wrote: > On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > It would probably be best to run this as part of the nightly build > > process. > > yes, but it's filled under "unsupported build system" :-/ > M

Re: [E-devel] Python-EFL API

2007-10-01 Thread Gustavo Sverzut Barbieri
On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > It would probably be best to run this as part of the nightly build process. yes, but it's filled under "unsupported build system" :-/ -- Gustavo Sverzut Barbieri -- Jabber: [EMAIL PROTECTED] MSN: [EM

Re: [E-devel] Python-EFL API

2007-10-01 Thread Nathan Ingersoll
It would probably be best to run this as part of the nightly build process. On 10/1/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > Are these docs generated from the code? If so, they could probably be > > added to run after the

Re: [E-devel] Python-EFL API

2007-10-01 Thread Gustavo Sverzut Barbieri
On 10/1/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > Are these docs generated from the code? If so, they could probably be > added to run after the doxygen stuff on the e.org web server. Kind of. They're generated from the final binaries. You first compile the "Pyrex" into C, then compile C

Re: [E-devel] Python-EFL API

2007-10-01 Thread Nathan Ingersoll
Are these docs generated from the code? If so, they could probably be added to run after the doxygen stuff on the e.org web server. On 10/1/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > http://staff.get-e.org/~barbieri/python-efl-api/ > > Comments? Suggestions? > > How and where to upl