Re : Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-29 Thread Mohamed Amine LEGHERABA
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

Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-24 Thread Efraim Flashner
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

Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread 宋文武
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

no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Mohamed Amine LEGHERABA via
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

Re : Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Mohamed Amine LEGHERABA
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

Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Ricardo Wurmus
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