1 Apr 2008 12:53
[ clisp-Bugs-1931097 ] cross-compile mode tries to execute intparam
SourceForge.net <noreply <at> sourceforge.net>
2008-04-01 10:53:01 GMT
2008-04-01 10:53:01 GMT
Bugs item #1931097, was opened at 2008-04-01 10:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1931097&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: build problems Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir Volovich (vvv2) Assigned to: Bruno Haible (haible) Summary: cross-compile mode tries to execute intparam Initial Comment: i configured clisp on linux using --host=i586-mingw32msvc and make fails with echo '#include "config.h"' > tmp.c cat '/home/vvv/src/clisp/clisp-cvs/src/intparam.c' >> tmp.c i586-mingw32msvc-gcc tmp.c -o intparam ./intparam > intparam.h /bin/sh: ./intparam: cannot execute binary file make: *** [intparam.h] Error 126 because it tries to run the woe32 executable:(Continue reading)
Initial Comment:
Calling
(xlib:query-colors cmap '(100 123 255255)) )
cause an error: "100 is not if type 'XLIB::COLOR'"
Maybe this isn't a error, and the function should take a sequence of 'color' objects. But seems to be an
incorrect coercion.
----------------------------------------------------------------------
You can respond by visiting:
RSS Feed