0, 2020 at 09:33:24PM +0000, Ekaitz at ElenQ Technology wrote:
>
> > I tested and it works!
>
> :)
>
> > The problem is I thought chicken was going to install all the necessary
> > tooling but it didn't. So I needed to install gcc-toolchain by hand.
> > Why
Hi all
Sorry I broke the thread hitting reply instead of reply all.
I tested and it works!
The problem is I thought chicken was going to install all the necessary tooling
but it didn't. So I needed to install gcc-toolchain by hand.
Why doesn't chicken include gcc-toolchain as a dependency then
Innovation
‐‐‐ Original Message ‐‐‐
On Thursday, January 30, 2020 4:33 PM, pelzflorian (Florian Pelz)
wrote:
> On Thu, Jan 30, 2020 at 02:45:44PM +0000, Ekaitz at ElenQ Technology wrote:
>
> > Hi,
> > I had some issues with the chicken compiler. I attach later the results of
> >
Hi,
I had some issues with the chicken compiler. I attach later the results of the
compilation. But the summary is the following:
1. I create a hello world chicken program
2. Run the compiler: csc hello-world.scm
3. Errors appear: libchicken.so: undefined reference to `log@GLIBC_2.29'
4. If I ge
On Thursday, July 25, 2019 9:01 AM, Ricardo Wurmus wrote:
>
>
> Ekaitz at ElenQ technologyeka...@elenq.tech writes:
>
> > Yeah, there are in the original makefiles of sc-im:
> > https://github.com/andmarti1424/sc-im/blob/freeze/src/Makefile#L124
>
> The FreeBSD case (line 128 and following) works
On Wednesday, July 24, 2019 8:07 PM, Ricardo Wurmus wrote:
> Ekaitz at ElenQ technologyeka...@elenq.tech writes:
>
> > I must be missing something then because I'm sure it's not finding it :(
>
> Can you show us the pkg-config command you’re using?
>
> --
Great,
I must be missing something then because I'm sure it's not finding it :(
Might be my library path or something related?
Any clue?
ElenQ Technology
Ethical Innovation
‐‐‐ Original Message ‐‐‐
On Wednesday, July 24, 2019 3:31 PM, Ricardo Wurmus wrote:
>
>
> Ekaitz at ElenQ tech
Hi everyone,
I'm starting to learn how to make my own packages with Guix and I encountered a
problem when trying to make a (pretty simple) package definition for sc-im.
This is the package definition I made:
https://gitlab.com/ekaitz-zarraga/guix-packages/blob/master/sc-im.scm
The problem I se