Developers,
I'd realized that I made an enormous mistake. The problem I'd reported
was caused by a very simple reason: I forgot to install DPD package on my
system. I'm sorry for that.
But a new problem had arisen. Please look at the output (beginning is
omitted):
(...)
# Replicate u
On Fri, 4 Sep 2009, Henrique wrote:
> I'd realized that I made an enormous mistake. The problem I'd reported
> was caused by a very simple reason: I forgot to install DPD package on my
> system. I'm sorry for that.
> But a new problem had arisen. Please look at the output (beginning i
A couple of gretl-on-Windows things:
1) Sorry, there was a broken snapshot in place for a short while,
where wgnuplot.exe would not be found. That's now fixed.
2) I've revised the code that is supposed to tell R where its DLLs
are, in case it can't find them. I think this should now work
prope
On Fri, 4 Sep 2009, Sven Schreiber wrote:
> Am 04.09.2009 05:07, Henrique schrieb:
>
> > ? foreign language=Ox
> > #include
> > #import
>
>
> > /Users/henrique/.gretl/gretltmp.ox (3): 'packages/dpd/dpd.h' include
> > file not found
> >
> > What can I do to fix this error?
>
Am 04.09.2009 05:07, Henrique schrieb:
> ? foreign language=Ox
> #include
> #import
> /Users/henrique/.gretl/gretltmp.ox (3): 'packages/dpd/dpd.h' include
> file not found
>
>
> What can I do to fix this error?
>
tell ox where dpd.h is? (because apparently it's not fi
On Jueves, 3 de Septiembre de 2009 20:28:17 Allin Cottrell escribió:
>
> "addobs" is not a real command in its own right. It's an alias
> for "dataset addobs" which is the canonical form, and the
> "dataset" command is documented OK. Perhaps we should have a list
> of commonly used (and not depre
Dear Sven,
I'll try this. Thanks for your help!
Best,
Henrique
Enviado via Palm
-Original Message-
From: Sven Schreiber
Subj: Re: [Gretl-users] Ox support on OS/X
List-Post: gretl-users@gretlml.univpm.it
Date: Fri 4 Sep 2009 7:09
Size: 513 bytes
To: Gretl list
Am 04.09.200
Now I'm testing Ox support using the Example 28.1 of the User's Guide and
I'm getting the following output (beginning is omitted):
(...)
? foreign language=Ox
#include
#import
? main ()
? {
? decl dpd = new DPD();
? dpd.Load("abdata.csv");
? dpd.SetYear("YEAR");
? dpd.Select(Y_VAR, {"n", 0, 2});