Roy Mu
Roy Mu
Try ./configure -m=arm32le
OK, a link would be nice. Seems there should be a fix in Makefile
I tried v1.1.0, but it lacks of markup: configure: error: Must have markup installed to alter literate source code. What package should I install? I think it's not listed in...
yes, the error should get more friendly treatment rather than throw all things plus backtracking directly. The same issue occurs when a package wasn't found in the repo.
The database lock issue occurs when I try ctrl+c when it works, maybe we can add a sigaction for SIGINT too. Besides, I patched 'fatal' procedure to display a friendly...
This could be implemented by parse available.scm
Nice~and the work maybe easier.
I think the reason to this issue is that we don't have an official repo yet, or it should be coded in default.
I don't have an idea at present, but I think it's better to provide a way to let users pass options in. Maybe you want to add a specific option...
I think a typical template could be this: ```pc prefix=@prefix@ includedir=${prefix}/include libdir=${prefix}/lib Name: @PACKAGE_NAME@ Description: PUT YOUR DESCRIPTION HERE. Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -l@PACKAGE_NAME@ Requires: guile-3.0, libcurl Requires.private:...