Fwd: shell rr/1 problem in R11B-0
Fredrik Thulin
ft@REDACTED
Thu Jun 15 10:12:43 CEST 2006
Maybe I should have sent this to erlang-bugs as well, so here goes...
/Fredrik
---------- Forwarded Message ----------
Subject: shell rr/1 problem in R11B-0
Date: Wednesday 14 June 2006 10:35
From: Fredrik Thulin <ft@REDACTED>
To: erlang-questions@REDACTED
Hi
With R10B-9, I can "rr" xmerl.hrl :
Erlang (BEAM) emulator version 5.4.12 [source]
Eshell V5.4.12 (abort with ^G)
1>
rr("/pkg/erlang/R10B-9/lib/erlang/lib/xmerl-1.0.3/include/xmerl.hrl").
[xmerl_event,
...
]
2>
but with R11B-0, it gives me an error that seems to be incorrect :
Erlang (BEAM) emulator version 5.5 [source] [async-threads:0]
Eshell V5.5 (abort with ^G)
1>
rr("/pkg/erlang/R11B-0/lib/erlang/lib/xmerl-1.0.5/include/xmerl.hrl").
** exited: "record xmlNamespace undefined" **
2>
the record xmlNamespace _is_ defined before it's first use.
/Fredrik
-------------------------------------------------------
More information about the erlang-bugs
mailing list