unknown-1 <[email protected]> writes: > When cross-compiling the latest version. The system can't find pwd.h > used src/output/odt.c > > Most likely this is because it is generated somewhere with a utility > not installed yet. Because it is a cross-compiling this isn't checked > during configure if a utility from the host is used. > > Any idea what I am missing?
I guess that mingw32 doesn't have <pwd.h> and we don't supply a replacement. I think that it might be best to eliminate the use of that function (getpwuid()) since it is not really necessary. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
