cisco/ChezScheme

Unable to build ChezSchem on WSL Archlinux

Ultra-Code opened this issue · 1 comments

The build is configured with
./configure --disable-x11 --threads

It keeps failing at

compiling cpnanopass.ss with output to cpnanopass.ta6le

How do I fix the build so it works on wsl archlinux

Information about my system
image

For someone else in the future: Even though pacman isn't needed directly in the build process, Updating pacman and removing the libx11 dependency in the depends() array of archlinux's PKGBUILD, make distclean and recompile and now its working.