Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; guix shell
- [sammi@xylem pumpkin-chat] [env]$ ./configure
- checking for a BSD-compatible install... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether make supports nested variables... (cached) yes
- checking for pkg-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- configure: checking for guile 3.0
- configure: found guile 3.0
- checking for guile-3.0... no
- checking for guile3.0... /usr/bin/guile3.0
- checking for Guile version >= 3.0... 3.0.9
- checking for guild3.0... /usr/bin/guild3.0
- checking for guile-config3.0... /usr/bin/guile-config3.0
- checking if (hoot compile) is available... no
- configure: error: required guile module not found: (hoot compile)
- [sammi@xylem pumpkin-chat] [env]$ exit
- ;; guix shell -C
- sammi@xylem ~/Documents/code/scheme/guile/pumpkin-chat [env]$ ./configure
- checking for a BSD-compatible install... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether make supports nested variables... (cached) yes
- checking for pkg-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- configure: checking for guile 3.0
- configure: found guile 3.0
- checking for guile-3.0... no
- checking for guile3.0... no
- checking for guile-3... no
- checking for guile3... no
- checking for guile... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guile
- checking for Guile version >= 3.0... 3.0.10
- checking for guild... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guild
- checking for guile-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guile-config
- checking if (hoot compile) is available... yes
- checking for Guile module source directory... /gnu/store/jly4dlqm679fviv6ir5hpz1y8iia881s-guile-next-3.0.10-1.402e0df/share/guile/3.0
- checking for Hoot reflect.js directory... /gnu/store/qm0lddfhqg1i0bfbpxrl1ac10r402701-guile-hoot-0.6.0-1.c535b32/share/guile-hoot/0.6.0/reflect-js
- checking for Hoot reflect.wasm directory... /gnu/store/qm0lddfhqg1i0bfbpxrl1ac10r402701-guile-hoot-0.6.0-1.c535b32/share/guile-hoot/0.6.0/reflect-wasm
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating pre-inst-env
- sammi@xylem ~/Documents/code/scheme/guile/pumpkin-chat [env]$ make
- GEN client/client.wasm
- ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
- ;;; or pass the --no-auto-compile argument to disable.
- ;;; compiling /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guild
- ;;; compiled /home/sammi/.cache/guile/ccache/3.0-LE-8-4.7/gnu/store/jly4dlqm679fviv6ir5hpz1y8iia881s-guile-next-3.0.10-1.402e0df/bin/guild.go
- wrote `client/client.wasm'
- GEN goblin-chat/backend.go
- wrote `goblin-chat/backend.go'
- GEN goblin-chat/server.go
- wrote `goblin-chat/server.go'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement