R8B PRE-RELEASES
Chris Pressey
cpressey@REDACTED
Sun Sep 30 22:29:18 CEST 2001
On 28 Sep 2001 00:19:53 +0200
Kent Boortz <kent@REDACTED> wrote:
> > I'd disable the JInterface part of the build but neither the README
> file
> > nor ./configure --help explains how to do that.
>
> You can do
>
> % ./configure
> % touch lib/jinterface/SKIP
> % touch lib/ic/java_src/SKIP
> % touch lib/orber/java_src/SKIP
> % touch lib/mnesia_session/examples/person/java_session/SKIP
> % gmake
>
> kent
Thanks! It built fine after that, so I started writing some code to test
it, and I think I may have uncovered an error in GS. Upon executing
gs:read(Canvas, {hit, {X,Y}}) where X and Y are over an image object, I
get:
gs error: user backend died reason
{{badmatch,[]},[{gstk_db,lookup_item,3},{gstk_canvas,fix_ids,4},
{gstk_generic,read_option,5},{gstk,read_impl,3},{gstk,doit,2},
{gstk,loop,1}]}
=ERROR REPORT==== 30-Sep-2001::03:56:58 ===
Error in process <0.26.0> with exit value:
{{badmatch,[]},[{gstk_db,lookup_item,3},{gstk_canvas,fix_ids,4},
{gstk_generic,read_option,5},{gstk,read_impl,3},{gstk,doit,2},
{gstk,loop,1}]}
Chris
More information about the erlang-questions
mailing list