Re: [pygtk] Building on cygwin

2002-03-27 Thread Cedric Gustin
>>P.S. : libtool (which is used by the pygtk distribution) SHOULD be able >>to create the dll by itself but it requires the >>AC_LIBTOOL_WIN32_DLL macro to be called in configure.in. This is not the >>case in pygtk-0.6.9 -> only a static library is created. > >That is interesting to know. pyg

Re: [pygtk] Building on cygwin

2002-03-27 Thread James Henstridge
Cedric Gustin wrote: > P.S. : libtool (which is used by the pygtk distribution) SHOULD be > able to create the dll by itself but it requires the > AC_LIBTOOL_WIN32_DLL macro to be called in configure.in. This is not > the case in pygtk-0.6.9 -> only a static library is created. That is interes

Re: [pygtk] Building on cygwin

2002-03-27 Thread Cedric Gustin
At 10:35 AM 3/27/2002 -0500, you wrote: >Hrm. It seems to only be building .a files, not .dll (or .pyd, or >anything else). Ok, let's say it created lib_gtk.a (a static library built using ar). To create the corresponding dll (or pyd) file, do this 1. create a _gtk.def file that contains the f

Re: [pygtk] Building on cygwin

2002-03-27 Thread Brian E Gallew
Then <[EMAIL PROTECTED]> spoke up and said: > User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311 > >What's a .pyd? Also, there doesn't seem to be a Makefile rule for the > >creation of _gtk.py*. Perhaps this is my problem? > > > For some reason, with the windows version

Re: [pygtk] Building on cygwin

2002-03-27 Thread James Henstridge
Brian E Gallew wrote: >Then <[EMAIL PROTECTED]> spoke up and said: > >>First of all, are you talking about porting pygtk on cygwin using XFree >>(http://cygwin.com/xfree/) or the win32 port of gtk+ (as available from >>http://www.gimp.org/win32/) ? If you plan to use XFree, things should be >>

Re: [pygtk] Building on cygwin

2002-03-27 Thread Brian E Gallew
Then <[EMAIL PROTECTED]> spoke up and said: > First of all, are you talking about porting pygtk on cygwin using XFree > (http://cygwin.com/xfree/) or the win32 port of gtk+ (as available from > http://www.gimp.org/win32/) ? If you plan to use XFree, things should be xfree. I'm a unix sysadmin

Re: [pygtk] Building on cygwin

2002-03-26 Thread Cedric Gustin
Hi, First of all, are you talking about porting pygtk on cygwin using XFree (http://cygwin.com/xfree/) or the win32 port of gtk+ (as available from http://www.gimp.org/win32/) ? If you plan to use XFree, things should be pretty straightforward using the configure script. You might have to fig

[pygtk] Building on cygwin

2002-03-26 Thread Brian E Gallew
I'm building pygtk-0.6.9 on cygwin. Everything seem good, EXCEPT that GtkTable doesn't seem to be included in the list of bindings. I'm finding the generate process to be a little opaque, so any help here would be appreciated. Before you suggest it, no, the binary package really won't work for