Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 12:55, Michael wrote: > This should be a simple one. I hope. > > I just installed a program that was compiled against the release version of > mac's X11. Crashes on startup with this: > > dyld: launch, loading dependent libraries > > Dyld Error Message: > Library not loa

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 20:55, Ken Cunningham wrote: > There are likely to be more libraries missing after you fix this one, but you > can try. > > EIther symlink a real library that is the same or as similar as you have into > the position being looked for: > > sudo ln -s /opt/local/lib/libpng

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 21:01, Michael wrote: > OK. Next question: Is there any reason I cannot install libpng version 15 at > the sametime? > > I am aware that there is a non-versioned link file, that the latest version > of the dynamic library installs. That can stay at 16 where it belongs. I

Re: ARM gdb compilation fails with implicit function declaration error ioctl

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 14:52, Christoph Kukulies wrote: > Excuses if is not actually a macports issue but I’m a bit lost. > > I’m about to build this: > https://gitlab.com/LinkiTools/binutils-gdb > > > /Users/kuku/Downloads/binutils-gdb-users-ARM-embedded-gdb-master-2018q4/ > > > > > Runnin

Re: Using X11 for an older program

2020-12-25 Thread Ken Cunningham
> On Dec 25, 2020, at 2:05 PM, Ryan Schmidt wrote: > > > > On Dec 21, 2020, at 20:55, Ken Cunningham wrote: > >> There are likely to be more libraries missing after you fix this one, but >> you can try. >> >> EIther symlink a real library that is the same or as similar as you have >> int

Re: Using X11 for an older program

2020-12-25 Thread Michael
On 2020-12-25, at 5:10 PM, Ken Cunningham wrote: > > Oh, you have nothing to lose trying it. > > If it doesn’t work, just set it back. > > you can’t break anything. It’s just a computer, and it does what you tell it > to do. You'd be amazed at how that's no longer true. My iPhone refuses t

Re: Using X11 for an older program

2020-12-25 Thread Peter West
Thanks for that, Michael. God bless you. -- Peter West p...@pbw.id.au “The Word was made flesh, he lived among us…” > On 26 Dec 2020, at 12:47 pm, Michael wrote: > > > On 2020-12-25, at 5:10 PM, Ken Cunningham > wrote: >> >> Oh, you have nothing to lose trying it. >> >> If it doesn’t work,

Re: Using X11 for an older program

2020-12-25 Thread Michael
On 2020-12-25, at 7:27 PM, Peter West wrote: > Thanks for that, Michael. > > God bless you. I do my best to bring humor wherever I can, no matter how silly it may seem. > -- > Peter West > p...@pbw.id.au > “The Word was made flesh, he lived among us…” > >> On 26 Dec 2020, at 12:47 pm, Michae