btw, this could be avoided by checking that module is internal (using Smalltalk listBuiltinModules), so then don't run tests that depending on plugin being external
On 4 February 2011 23:09, Igor Stasenko <[email protected]> wrote: > On 4 February 2011 23:05, Luc Fabresse <[email protected]> wrote: >> Hi Igor, >> Esteban said that he has integrated the plugin as internal. >> And I suspect that it is the main problem for the tests because the image >> code tries to load the the plugin. > > yes. most probably this is why they fail, because can't find the .dll > symbol lookup in main module is different comparing to external lib. > >> He just gave me the infos to compile my own VM. >> So I will have a look .... >> and learn ;-) >> >> Thx, >> #Luc >> > > -- > Best regards, > Igor Stasenko AKA sig. > -- Best regards, Igor Stasenko AKA sig.
