[Ecls-list] emacs polling forever

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Tue May 25 21:19:49 UTC 2010


On Tue, May 25, 2010 at 11:14 AM, Tobias C. Rittweiler <tcr at freebits.de>wrote:

> Juan: Notice how gcc returns -4194303 as exit code.
> I think we may have talked in the past how to ake the GCC's error
> output available to Lisp. Forgot the details.


Hi Tobias, yes indeed I remember this. Unfortunately it is not a problem of
making a wrapper for run-program but rather auditing the compiler to force
it to actually *use* run-program. The compiler right now relies on
sys:system which takes a string, not a list of arguments. Changing this to
use run-program is tricky because this string may right now contain
arguments in various forms (single/double quotes, spaces, #\\, etc) and I am
pretty reluctant to touch it right now -- it will come, eventually, when I
factor the code that drives compilation / linking to reuse it in both
compilers.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://tream.dreamhosters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100525/49666f39/attachment.html>


More information about the ecl-devel mailing list