How to compile a plugin on MacOSX?

Alexandre Bergel bergel at iam.unibe.ch
Tue Jul 27 11:35:14 UTC 2004


Thanks everybody.
I will try this out.

Alexandre

On Mon, Jul 26, 2004 at 07:20:56PM -0400, David T. Lewis wrote:
> On Mon, Jul 26, 2004 at 03:41:46PM +0200, Alexandre Bergel wrote:
> > 
> > I succeeded to generate the .lo and .la files corresponding to the plugin. I put this file in the same folder of the Squeak 3.7.1Beta2.1.app VM and I try the following:
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > TestPlugin>>answerSeventeen2
> > 	<primitive: 'answerSeventeen' module: 'ClassboxPlugin'>
> > 	self primitiveFailed  
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > 
> > The primitive fail...
> > 
> > Any help appreciated.
> 
> Make sure that your ClassboxPlugin>>answerSeventeen method includes the line:
> 
> 	self export: true
> 
> Otherwise Squeak will not find your primitive and the TestPlugin>>answerSeventeen2
> method will fail.
> 
> Dave
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



More information about the Squeak-dev mailing list