Hi Allin,
No luck, I'm still stuck.
I even deleted ./lib/src/gen* and then updated.
---
libtool: compile: gcc -msse2 -c -g -O2 -I.. -I.. -I../lib/src -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib64\" ../lib/src/genfuncs.c -fPIC -DPIC -o .libs/genfuncs.o
gcc -msse2 -g -O2 -I.. -I.. -I../lib/src -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib64\" -MM -MT genfuncs.lo ../lib/src/genfuncs.c > .deps/genfuncs.d
../libtool --mode=compile gcc -msse2 -c -g -O2 -I.. -I.. -I../lib/src -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib64\" -o genlex.lo ../lib/src/genlex.c
libtool: compile: gcc -msse2 -c -g -O2 -I.. -I.. -I../lib/src -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib64\" ../lib/src/genlex.c -fPIC -DPIC -o .libs/genlex.o
../lib/src/genlex.c: In function 'look_up_word':
../lib/src/genlex.c:1020:14: error: 'parsing_query' undeclared (first use in this function)
../lib/src/genlex.c:1020:14: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [genlex.lo] Error 1
make[1]: Leaving directory `/home/helio/gretl/lib'
make: *** [lib] Error 2
---
This is config final output:
...
Configuration:
Installation path: /usr/local
Use readline library: yes
Use gnuplot for graphs: yes
Use LaTeX for typesetting output: yes
Use libgsf for zip/unzip: no
MPFR support: yes
sse2 support for RNG: yes
openMP support: no
Build with GTK version: 3.0
Build gretl documentation: yes
Use Lucida fonts: no
Build message catalogs: yes
X-12-ARIMA support: yes
TRAMO/SEATS support: yes
libR support: no
ODBC support: no
Experimental audio support: no
Use xdg-utils in installation: if DESTDIR not set
LAPACK libraries:
-L/usr/lib -llapack -lblas -lgfortran
Now type 'make' to build gretl.
You can also do 'make pdfdocs' to build the PDF documentation.
---