cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

Unable to build ChezSchem on WSL Archlinux #799

Closed Ultra-Code closed 5 months ago

Ultra-Code commented 5 months ago

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

Ultra-Code commented 5 months ago

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.