Damien MATTEI

Results 5 comments of Damien MATTEI

really strange, i had the same problem on Linux CentOS 7, i'm not sure it's a Haskell specific problem, it seems that the Gold version of linker could not find...

had the same problem on Linux CentOS 7, mysql_config is in the package MariaDB-devel (possible also MySql*devel) so i just installed it with yum install mariadb-devel and it worked fine...

sorry for the late answer but i did not get any notification for your answer... yes i will try to activate and test "bracketaccess" locally...

i read the code ,there exist a bracketaccess that should be $bracket-apply$ and there is a line : ; Configuration: (define modern-backwards-compatible #f) ; If true, "(" triggers old reader....

but this should not works: Chez Scheme Version 10.0.0 Copyright 1984-2024 Cisco Systems, Inc. ` (define (foo) (cond (else (define x 7) 3)) x) (foo) 7 `