Re: building on new release of Ubuntu
[email protected] Mon, 12 Feb 2024 07:24:53 -0600
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
On 2024-02-11 16:39, John Selverian wrote: > I just logged onto my Ubuntu VM and it wanted to upgrade me so I > foolishly click "Yes". > > > > Now when I make my program it can't find any libraries. So tried > to reinstall fox and it gives all of these errors saying it can't > find any libraries any more.. > > > > Any ideas? I'm not sure about Ubuntu but I'm building stuff on latest Mint regularly. One needs to install the X11 development libraries, though. apt install xorg-dev libtiff-dev libbz2-dev libx11-dev apt install libtool automake autoconf I'm probably forgetting a few. But at least on Mint, I have no problem getting it all together. -- JVZ