Sujet : Re: Bliss
De : goathunter (at) *nospam* goatley.com (Hunter Goatley)
Groupes : comp.os.vmsDate : 13. Jul 2024, 04:23:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6srvb$3dvs2$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird Beta
On 7/12/2024 8:52 PM, Lawrence D'Oliveiro wrote:
On Fri, 12 Jul 2024 10:41:38 -0400, Hunter Goatley wrote:
Success! In addition to installing llvm-dev, I needed to install a
specific llvm-dev. I chose the latest, llvm-15-dev, and then I had to
edit one file to point to the new include directory:
Is that the madisongh one? I got more errors than that. But I have a range
of versions of llvm currently installed, and the oldest one, 13, seemed to
do the trick. (The build requirement is for 12 or later.)
Yes, this is the madisongh blissc compiler. I also have more than one version of llvm-xx-dev installed. On my ARM system, I had to use llvm-14-dev to get it to work.
Now I actually need to try compiling some code with it...
It's not much, but I successfully compiled a module. It complains about MAIN=main, and I'm not sure why, but I successfully created a .c with a main() that called my routine in the BLISS module (which called back to the C module to actually print some output). Pretty slick!
Hunter