shell rr/1 problem in R11B-0
Fredrik Thulin
ft@REDACTED
Wed Jun 14 10:35:20 CEST 2006
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-questions
mailing list