Cool, glad it worked.
On 9/22/24 13:03, Ala'a Mohammad wrote:
thanks! ./configure --without-gtk3 worked.
On Sun, Sep 22, 2024 at 8:02 PM Henrik Moller wrote:
For what it's worth, it looks like this might be related to gtk3, but it builds
okay under Fedora Linux with GTK3 installed and:
./co
thanks! ./configure --without-gtk3 worked.
On Sun, Sep 22, 2024 at 8:02 PM Henrik Moller wrote:
>
> For what it's worth, it looks like this might be related to gtk3, but it
> builds okay under Fedora Linux with GTK3 installed and:
>
> ./configure
>
> ./configure --without-gtk3
>
> ./configure --
For what it's worth, it looks like this might be related to gtk3, but it
builds okay under Fedora Linux with GTK3 installed and:
./configure
./configure --without-gtk3
./configure --with-gtk3
Do you have GTK3 installed? --with-gtk3 is the default. Maybe if GTK3
isn't there and it tries to
I'd cloned the svn repository and tried to compile it but got the following:
Quad_PNG.cc:923:1: error: redefinition of ‘Token
Quad_PNG::eval_AB(Value_P, Value_P) const’
923 | Quad_PNG::eval_AB(Value_P A, Value_P B) const { return eval_B(B); }
| ^~~~
Quad_PNG.cc:646:1: note: ‘virtual T
thanks!
On Sun, Sep 22, 2024 at 7:05 PM Blake McBride wrote:
>
> That is an old bug that has been correct in the current (repo) version.
>
> Blake McBride
>
>
>
>
> On Sun, Sep 22, 2024 at 6:08 AM Ala'a Mohammad wrote:
>>
>> Hi,
>>
>> I'm trying the following but got an error, and could not unde
That is an old bug that has been correct in the current (repo) version.
Blake McBride
On Sun, Sep 22, 2024 at 6:08 AM Ala'a Mohammad wrote:
> Hi,
>
> I'm trying the following but got an error, and could not understand the
> reason:
>
> (a b)← (⍳3) 9
>
>
> ==
Hi,
I'm trying the following but got an error, and could not understand the reason:
(a b)← (⍳3) 9
==
Assertion failed: sym_var
in Function: collect_symbols
in file: Prefix.cc:272
C/C++ call stack:
-