Hello guix!
I tried compiling faust programs under guix environment:
guix environment --ad-hoc faust pkg-config gcc-toolchain jack2 alsa-lib gtk+@2
It seems that both FAUST_INSTALL and FAUST_LIB_PATH needs to be exported in order to compile programs.
Do we need a wrapper of some kind? (with: FAUST_INSTALL=/gnu/store/37f1gdivph8i21888rlsdpvlwxw9pnnv-profile/ FAUST_LIB_PATH=/gnu/store/s9hqjw7h02axl3ar7vb71fwhn0p6ylpm-faust-2.5.23/share/faust/ /gnu/store/37f1gdivph8i21888rlsdpvlwxw9pnnv-profile/bin/faust2alsaconsole -osc example.dsp everything works)
Thanks,
Nixo