Re: compilation error

2021-09-02 Thread Mike
Download latest pil21 and run (cd src; make) is winning strategy. I do not belive you have problems here. > On Sep 2, 2021, at 14:48, vuk...@fastmail.com wrote: > > I didn’t touch the files in any way. No make clean either > > -- > > vuk...@fastmail.com > >> On Thu, Sep 2, 2021, at

Re: compilation error

2021-09-02 Thread vukini
I will download a fresh copy of pil21 and try again. -- vuk...@fastmail.com On Thu, Sep 2, 2021, at 5:48 PM, vuk...@fastmail.com wrote: > It’s Linux Manjaro (arch fork). > > I never had an issue before. > > Vid > > -- > > vuk...@fastmail.com > > > > On Thu, Sep 2, 2021, at

Re: compilation error

2021-09-02 Thread vukini
It’s Linux Manjaro (arch fork). I never had an issue before. Vid -- vuk...@fastmail.com On Thu, Sep 2, 2021, at 5:09 PM, John Duncan wrote: > Gnu make or Berkeley make? Is this Linux? > > On Thu, Sep 2, 2021 at 07:44 wrote: >> I didn’t touch the files in any way. No make clean

Re: compilation error

2021-09-02 Thread John Duncan
Gnu make or Berkeley make? Is this Linux? On Thu, Sep 2, 2021 at 07:44 wrote: > I didn’t touch the files in any way. No make clean either. > > -- > > vuk...@fastmail.com > > On Thu, Sep 2, 2021, at 3:08 PM, Alexander Burger wrote: > > On Thu, Sep 02, 2021 at 02:57:13PM +0400,

Re: compilation error

2021-09-02 Thread vukini
I didn’t touch the files in any way. No make clean either. -- vuk...@fastmail.com On Thu, Sep 2, 2021, at 3:08 PM, Alexander Burger wrote: > On Thu, Sep 02, 2021 at 02:57:13PM +0400, vuk...@fastmail.com wrote: > > yes the latest one. > > Just to be sure: You did not "make clean" before

Re: compilation error

2021-09-02 Thread Alexander Burger
On Thu, Sep 02, 2021 at 02:57:13PM +0400, vuk...@fastmail.com wrote: > yes the latest one. Just to be sure: You did not "make clean" before you built it the first time, right? Or modified "src/base.ll" in some other way? Because the error message complains something about base.ll, and this file

Re: compilation error

2021-09-02 Thread vukini
yes the latest one. -- vuk...@fastmail.com On Wed, Sep 1, 2021, at 8:39 PM, Mike wrote: > hi all, > > > August 31, 2021 5:41 PM, vuk...@fastmail.com wrote: > > > Hi, > > > > I am trying to update picolisp. I dowloaded the rolling release. > > > > current version: 21.1.25 > > > >

Re: compilation error

2021-09-01 Thread Mike
hi all, August 31, 2021 5:41 PM, vuk...@fastmail.com wrote: > Hi, > > I am trying to update picolisp. I dowloaded the rolling release. > > current version: 21.1.25 > > when I try to compile I get the following error on my Manjaro box: > > [pil21]$ (cd src; make) > opt: base.ll:1:1: error:

Re: compilation error

2021-09-01 Thread John Duncan
I feel you have a stray character or are using the wrong version of make. On Wed, Sep 1, 2021 at 02:47 wrote: > llvm is version 12 > > -- > > vuk...@fastmail.com > > On Tue, Aug 31, 2021, at 6:50 PM, Alexander Burger wrote: > > Hi Vid, > > > > > I am trying to update picolisp. I dowloaded the

Re: compilation error

2021-09-01 Thread vukini
llvm is version 12 -- vuk...@fastmail.com On Tue, Aug 31, 2021, at 6:50 PM, Alexander Burger wrote: > Hi Vid, > > > I am trying to update picolisp. I dowloaded the rolling release. > > > > current version: 21.1.25 > > > > when I try to compile I get the following error on my Manjaro

Re: compilation error

2021-08-31 Thread Alexander Burger
Hi Vid, > I am trying to update picolisp. I dowloaded the rolling release. > > current version: 21.1.25 > > when I try to compile I get the following error on my Manjaro box: > > [pil21]$ (cd src; make) > opt: base.ll:1:1: error: expected top-level entity > source_filename = "base.l" > ^ >

compilation error

2021-08-31 Thread vukini
Hi, I am trying to update picolisp. I dowloaded the rolling release. current version: 21.1.25 when I try to compile I get the following error on my Manjaro box: [pil21]$ (cd src; make) opt: base.ll:1:1: error: expected top-level entity source_filename = "base.l" ^ make: *** [Makefile:40: