I try with --enable-relocatable, but I got a new error.
When the make try to compile tests/dissect-sysfile.c it prints this:

tests/dissect-sysfile.c: In function `main':
tests/dissect-sysfile.c:92: error: `INSTALLDIR' undeclared (first use
in this function)
tests/dissect-sysfile.c:92: error: (Each undeclared identifier is
reported only once
tests/dissect-sysfile.c:92: error: for each function it appears in.)

Looking at the code of tests/dissect-sysfile.c, line 92 we have:
"set_program_name (argv[0]);". This function is declared on the header
"gl/progname.h".
I guess that the problem isn't directly with this function, but with
the include. If we look at the line 60 of progname.h, we see:
"set_program_name_and_installdir (ARG0, INSTALLPREFIX, INSTALLDIR)". I
guess that INSTALLDIR isn't set,
but I can't figured it out how to solve it.

Any ideas?

Michel Boaventura


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to