|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #60746] win32 version on Vista32bit |
Date: | Mon, 7 Jun 2021 12:59:19 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41 |
Update of bug #60746 (project octave): Category: GUI => Configuration and Build System Item Group: None => Build Failure Status: None => Confirmed _______________________________________________________ Follow-up Comment #1: Thanks for your report. This seems to be a build system error. >From MSDN: https://docs.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-enumprocessmodules > Programs that must run on earlier versions of Windows as well as Windows 7 and later versions should always call this function as EnumProcessModules. To ensure correct resolution of symbols, add Psapi.lib to the TARGETLIBS macro and compile the program with -DPSAPI_VERSION=1. To use run-time dynamic linking, load Psapi.dll. We are already linking with `-lpsapi`. But we aren't setting `-DPSAPI_VERSION=1`. That should probably be added to CPPFLAGS in the the configure test for "psapi.h". Maybe we could still fix this for Octave 6.3.0. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60746> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |