|
From: Kevin W. <kw...@co...> - 2025-12-06 16:18:16
|
The Makefile in the macosx directory is optimized for Aqua and stores its build files in a different location than Unix. You might have been reinstalling a prior build of Aqua when you ran make install. > On Dec 6, 2025, at 10:30 AM, Erik Leunissen <el...@xs...> wrote: > > On 12/6/25 15:26, Kevin Walzer wrote: > >> ... run configure from the Unix subdirectory. > > Hi Kevin, > > Thanks for your response. > > It's the above line that made the difference. I was building from the macosx subdirectory. (And I don't understand why that is wrong when being on macOS, even if the targeted windowingsystem is x11.) > > Indeed, doing "make shell" or "make test" from the unix directory now works correctly: the wish and tktest executables find the X-server and return "x11" for [tk windowingsystem]. > > Thanks, > Erik. > -- > |