Thanks guys, I tested with bash home service, and restarted my computer and now
It's working. Before I was using zsh and zsh home service but it was broked for
some reasons, maybe I played to much with the config files ^^.
Thanks,
Mohamed Amine LEGHERABA
--- Original Message ---
Le lund
On Mon, Oct 24, 2022 at 02:57:57PM +0800, 宋文武 wrote:
> Mohamed Amine LEGHERABA writes:
>
> > Thanks Ricardo for your answer.
> >
> > Sorry if my message was not clear,
> > I don't have the env variable C_INCLUDE_PATH in my guix system and I
> > should have it because I have the packages "gcc-tool
Mohamed Amine LEGHERABA writes:
> Thanks Ricardo for your answer.
>
> Sorry if my message was not clear,
> I don't have the env variable C_INCLUDE_PATH in my guix system and I
> should have it because I have the packages "gcc-toolchain" and
> "linux-libre-headers" in my home profile.
> When I run
Hello,
When I do "echo $C_INCLUDE_PATH" in my bash prompt (either my account or root),
I have nothing.
When I run a custom guix shell (with gcc-toolchain) and I run "echo
$C_INCLUDE_PATH",
I have "/gnu/store/1p21dbv408cb45zcc15v7wj0q7x99rz2-profile/include"
Without this env variable, C programs
Thanks Ricardo for your answer.
Sorry if my message was not clear,
I don't have the env variable C_INCLUDE_PATH in my guix system and I should
have it because I have the packages "gcc-toolchain" and "linux-libre-headers"
in my home profile.
When I run a instance of guix shell with these 2 packag
Mohamed Amine LEGHERABA via writes:
> When I do "echo $C_INCLUDE_PATH" in my bash prompt (either my account or
> root), I have nothing.
>
> When I run a custom guix shell (with gcc-toolchain) and I run "echo
> $C_INCLUDE_PATH",
> I have "/gnu/store/1p21dbv408cb45zcc15v7wj0q7x99rz2-profile/inc