Compiling an External Plugin

James Gjerde jgjerde at contrarymotion.com
Tue Mar 9 23:51:14 UTC 2004


you are exactly right. i have it compiled. thank u very much.

jamie

  ----- Original Message ----- 
  From: Andreas Raab 
  To: The general-purpose Squeak developers list 
  Sent: Tuesday, March 09, 2004 5:34 PM
  Subject: Re: Compiling an External Plugin


  James,

  I think that's a problem with dependency handling in the make file. Try building your plugin via invoking:

      build MyPlugin.dll

  that will trigger the recompilation and also avoid rebuilding the whole VM. Note that in order for this to work all of your c files need to reside in the direction "plugins\MyPlugin\" e.g., the name of the dll must be the name of the directory.

  Cheers,
    - Andreas

    ----- Original Message ----- 
    From: James Gjerde 
    To: squeak-dev at lists.squeakfoundation.org 
    Sent: Wednesday, March 10, 2004 12:04 AM
    Subject: Compiling an External Plugin


    Hello,

    I am trying to build a very simple external plugin to the vm on windows 2000. I created a small .c file after looking at some samples, included it inside of its own directory with the same name inside the plugins directory, and added the plugin name to the plugins.ext file. I Then tried to build it by running the build batch file which executes the makefile and nothing happens, no new plugin.

    I want to create everything in C, I do not want to use the VMMaker. I am using version 3.6.2 of the vm that i got from sourceforge. Any pointers on how to build an external plugin hand written in c would be greatly appreciated.

    Jamie


----------------------------------------------------------------------------






------------------------------------------------------------------------------



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040309/7969f33e/attachment.htm


More information about the Squeak-dev mailing list