Stephen Leake <[EMAIL PROTECTED]> writes:

> "Kelly F. Hickel" <[EMAIL PROTECTED]> writes:
>
>>> > I've been waiting for better buildbot install instructions to show
>>> up,
>>> > and for time to spend on it. The most recent set of emails about
>>> > setting up buildbots was discouraging.
>>> 
>>> The details of getting buildbot working on win32 is also something I'm
>>> not an expert on, unfortunately, but since we seem to have a working
>>> vs2005 buildbot already I'm sure someone around here knows how to do
>>> it :-).
>>> 
>>> -- Nathaniel
>>
>> I'm the one running the vs2005 buildbot (on vista) and I updated the
>> instructions in the wiki as best I could...  I don't know what
>> differences are required to use mingw, I started with the vs2003
>> instructions...
>
> I'm finally getting around to setting up a MinGW (and eventually
> Cygwin) buildbot.
>
> I'm looking at http://www.venge.net/mtn-wiki/BuildBot, and I don't see
> any Win32 instructions.
>
> I've got Cygwin installed, so I'm hoping the Unix instructions will
> "just work"; so far they have. More later.

I'm getting errors installing the Zope and Twisted Python modules:

gcc -shared -Wl,--enable-auto-image-base 
build/temp.cygwin-1.5.25-i686-2.5/twisted/protocols/_c_urlarg.o -L. -lpython2.5 
-o build/lib.cygwin-1.5.25-i686-2.5/twisted/protocols/_c_urlarg.dll

/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lpython2.5

The problem is Cygwin has the Python library somewhere else, with a
different name. Changing "-L. -lpython2.5" to "-L/lib/python2.5/config
-lpython2.5.dll" works.

However, doing that manually for all of the Twisted packages is
painful.

Does anyone know where in the Python build scripts this option is
specified? Editing that file once would be simpler.

-- 
-- Stephe


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to