On Tue, 3 May 2011, Hélio Guilherme wrote:
helio@linux-techno:~/gretl> make clean [...]
OK.
helio@linux-techno:~/gretl> ./configure [...]
Configuration:
Installation path: /usr/local
Use readline library: yes
Use gnuplot for graphs: yes
Use LaTeX for typesetting output: yes
MPFR support: yes
sse2 support for RNG: yes
openMP support: no
Build with GTK version: 2.0
Looks OK so far.
Now type 'make' to build gretl.
Partial output from make: [...]
You're showing a problem in the "plugin" directory. I need to see
why make didn't work properly in the "gui2" directory, which
should be processed before "plugin". The build order is
lib
cli
gui2
plugin
and the file build.h that is needed in "plugin" is built in
"gui2".
Allin