|
From: | Ben Pfaff |
Subject: | Re: New issue with PSPP-Master when cross-compiling |
Date: | Tue, 09 Feb 2010 14:17:35 -0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
unknown-1 <address@hidden> 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
[Prev in Thread] | Current Thread | [Next in Thread] |