[erlang-questions] ibrowse compile error
Yang Zhang
getyourcontacts@REDACTED
Tue Feb 17 17:23:43 CET 2009
Thanks.
I thing I am using R12B-5.
Here is my erl shell output when it start.
Erlang (BEAM) emulator version 5.6.5 [source] [smp:2] [async-threads:0]
[hipe] [kernel-poll:false]
Eshell V5.6.5 (abort with ^G).
I tried replace httpd_util:to_lower with string:to_lower and now it complies
ok.
Thanks for all your help.
Regards.
Scott
On Tue, Feb 17, 2009 at 11:41 PM, Robert Raschke <rtrlists@REDACTED>wrote:
> 2009/2/17 Yang Zhang <getyourcontacts@REDACTED>:
> > So I am trying ibrowse. But I got a compile error.
> >
> > make[3]: Entering directory `/home/scott/erlang/jungerl/lib/ucs/priv'
> > erl -noshell -pa ../ebin -s ucs rebuild_database mibenum -s init stop
> > ERROR: {undef,[{httpd_util,to_lower,["ANSI_X3.4-1968"]},
> > {ucs_data_build,scan_name_line,1},
> > {ucs_data_build,process_mibenum_data_file,1},
> > {ucs_data_build,mibenum,1},
> > {ucs_data,rebuild_database,2},
> > {init,start_it,1},
> > {init,start_em,1}]}make[3]: Leaving directory
> > `/home/scott/erlang/jungerl/lib/ucs/priv'
> > make[2]: Leaving directory `/home/scott/erlang/jungerl/lib/ucs'
>
> Not sure which version of Erlang you're using, but in R12B it looks
> like there's no httpd_util:to_lower/1, but there is a
> string:to_lower/1. So you could replace the call in
> ucs_data_build:scan_name_line/1 perhaps?
>
> Robby
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090218/66e1a233/attachment.htm>
More information about the erlang-questions
mailing list