Re: building on new release of Ubuntu
"John Selverian" <[email protected]> Mon, 12 Feb 2024 09:21:01 -0500
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Organization | JAHM Software |
| Message-ID | <[email protected]> |
That did it...now I'm getting this error:
FXTextCodec.cpp:65:7: error: ordered comparison of pointer with
integer zero ('int' and 'const FXchar*' {aka 'const char*'})
65 | if(0<src){
| ~^~~~
-----Original Message-----
From: [email protected] <[email protected]>
Sent: Monday, February 12, 2024 8:25 AM
To: [email protected]
Cc: [email protected]
Subject: Re: [Foxgui-users] building on new release of Ubuntu
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