Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Error with plugin
From
Brendan Halpin <[email protected]>
To
[email protected]
Subject
Re: st: Error with plugin
Date
Mon, 24 Sep 2012 17:46:49 +0100
On Mon, Sep 24 2012, Pradipto Banerjee wrote:
> I complied it with gcc under cygwin (Windows) by following the suggestion on the Stata website: "gcc -shared -mno-cygwin stplugin.c varsum.c -o varsum.plugin". Then within Stata, I did the following:
>
> .program varsum, plugin
>
> .plugin call varsum, x1 x2 x3
>
> r(102);
>
> The expected code was supposed to add x1 & x2 and place it in x3. However, it gives "r(102)". I can't figure out what is wrong, but clearly the code views SF_nvars() as having 1 or less arguments supplied to it, even though I have supplied 3 arguments.
Try
. plugin call varsum x1 x2 x3
No comma. In Stata syntax the varlist usually comes as part of the
command, not as part of the options (which begin with the comma).
Brendan
--
Brendan Halpin, Department of Sociology, University of Limerick, Ireland
Tel: w +353-61-213147 f +353-61-202569 h +353-61-338562; Room F1-009 x 3147
mailto:[email protected] ULSociology on Facebook: http://on.fb.me/fjIK9t
http://teaching.sociology.ul.ie/bhalpin/wordpress twitter:@ULSociology
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/