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 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 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 
>> comes
>> pre-built in the tarball for the first bootstrap.
>> 
>> ☺/ A!ex
>> 
>> -- 
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>> 
> 
> -- 
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


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 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 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 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 comes
>>> > pre-built in the tarball for the first bootstrap.
>>> > 
>>> > ☺/ A!ex
>>> > 
>>> > -- 
>>> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>> > 
>>> 
>>> -- 
>>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>> -- 
>> John Duncan
> 


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 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 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 
>> > comes
>> > pre-built in the tarball for the first bootstrap.
>> > 
>> > ☺/ A!ex
>> > 
>> > -- 
>> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>> > 
>> 
>> -- 
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
> -- 
> John Duncan


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, 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 comes
> > pre-built in the tarball for the first bootstrap.
> >
> > ☺/ A!ex
> >
> > --
> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> >
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>
-- 
John Duncan


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 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 
> comes
> pre-built in the tarball for the first bootstrap.
> 
> ☺/ A!ex
> 
> -- 
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> 

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


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 comes
pre-built in the tarball for the first bootstrap.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


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
> > 
> > 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: base.bc] Error 1
> 
> 
> Rolling release from January? 
> You should download latest release from here and try again:
> https://software-lab.de/down.html
> 
> (mike)
> 
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> 

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe