Re: Win32 dynclasses build issues

2004-12-31 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > "Leopold Toetsch" <[EMAIL PROTECTED]> wrote: >> >> I assume that the dynamic python lib has to export public symbols. You >> could run one of the failing tests with a debugger and check the >> Parrot_load_lib() steps. >> > OK, you were right. Once

Re: Win32 dynclasses build issues

2004-12-30 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: Jonathan Worthington <[EMAIL PROTECTED]> wrote: OK, with the attached patch (which feels kinda hacky, but works) the build completes. That's the good news. Thanks, applied. ... The bad news is that almost all of the dynclasses tests fail. I assume tha

Re: Win32 dynclasses build issues

2004-12-30 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: >> > OK, with the attached patch (which feels kinda hacky, but works) the build > completes. That's the good news. Thanks, applied. > ... The bad news is that almost all of the > dynclasses tests fail. I assume that the dynamic python lib has to e

Re: Win32 dynclasses build issues

2004-12-29 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: Jonathan Worthington <[EMAIL PROTECTED]> wrote: libparrot.def : error LNK2001: unresolved external symbol Parrot_setflag Obsolete API - isn't existing anymore. Removed. OK, with the attached patch (which feels kinda hacky, but works) the build completes

Re: Win32 dynclasses build issues

2004-12-29 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Sorry for not being about for quite a while. Time to get Parrot building > fully on Win32 again. :-) Great, thanks. > libparrot.def : error LNK2001: unresolved external symbol Parrot_setflag Obsolete API - isn't existing anymore. Removed. leo

Re: Win32 dynclasses build issues

2004-12-29 Thread Nicholas Clark
On Wed, Dec 29, 2004 at 12:41:12AM -, Jonathan Worthington wrote: > At the moment, the Parrot executable is building fine, but dynclasses bit > hits some problems. Some of them were down to various Win32-isms, e.g. \'s > and spaces featuring in paths. The attached patch addresses these. I

Win32 dynclasses build issues

2004-12-28 Thread Jonathan Worthington
Hi, Sorry for not being about for quite a while. Time to get Parrot building fully on Win32 again. :-) At the moment, the Parrot executable is building fine, but dynclasses bit hits some problems. Some of them were down to various Win32-isms, e.g. \'s and spaces featuring in paths. The atta