On Mon, 13 Jul 2009, Federico Tamagni wrote:
/On Mon Jul 13 05:03:54 EDT 2009 //Ignacio Diaz-Emparanza wrote:
> No. I don't have this problem. The importer is working ok in my system.
> I installed gretl in /opt and I have stata_import.so in
> /opt/gretl/lib/gretl-gtk2/stata_import.so
> If you installed gretl in the default directory and the file is not in the
> correct place, check if you had an error in running 'configure' or
'make'.
Thanks for the attempt, but of course I had run configure, make and make
install when updating the CVS, and everything went fine.
Your reply however suggest me to check folder consistencies. The file
"stata_import.so" is located in
/usr/local/gretl/plugin/.libs/stata_import.so, while the commands import
or open look for it into /usr/local/lib/gretl-gtk2/.
The file at
/path/to/plugin/.libs/stata_import.so is not supposed to
be the installed version; it's the temporary location used by
libtool. It looks as if your gretl build and gretl installation
are somehow mixed up and the installation of the gretl plugins has
failed.
Please send the "install.log" created by running
make install >install.log 2>&1
in the top-level gretl build directory.
Allin Cottrell