From: Axel Kohlmeyer (akohlmey_at_cmm.chem.upenn.edu)
Date: Thu May 25 2006 - 05:20:42 CDT

On Wed, 24 May 2006, angel jiménez wrote:

AJ> Hi friends
AJ>

angel,

AJ> When I try to compile a single plugin as for example:
AJ> gcc main.c edmplugin.C -I../../include -o plugintest
AJ> or
AJ> gcc main.c graspplugin.C -I../../include -o plugintest
AJ>
AJ> I`ve got these:
AJ>
AJ> (in spanish)

please keep in mind, that you increase the chance to get
help from people, if you make it easier for them to help you.

so _please_ change your environment to produce english error
messages, or else people who do not know spanish (well) or
do not want to guess or do not want to spend the extra effort
to translate the error message are not likely to answer.

the easiest way to achieve this temporarily is to prepend
all commands with:
env LC_ALL=C

running gcc or make to get any help from people that

AJ> main.c: In function `main':
AJ> main.c:85: error: muy pocos argumentos para la función
AJ>
AJ> Do I missing something?

yes. you did not post the function, that actually has
the wrong number of arguments.

there was some change in the API and main.c has not
been updated (yet). this piece of code is nowadays
rarely used. you'll have to adapt it to match the
prototype from the plugin/include directory.

regards,
   axel.

AJ>
AJ> Thanks a lot
AJ>
AJ>
AJ>
AJ>
AJ> ---------------------------------
AJ> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

-- 
=======================================================================
Axel Kohlmeyer   akohlmey_at_cmm.chem.upenn.edu   http://www.cmm.upenn.edu
   Center for Molecular Modeling   --   University of Pennsylvania
Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323
tel: 1-215-898-1582,  fax: 1-215-573-6233,  office-tel: 1-215-898-5425
=======================================================================
If you make something idiot-proof, the universe creates a better idiot.