<div dir="ltr">How is your initial erlang installed.  One way is to git clone the source, git checkout the version you want to install, make your changes to the file and then make, then rename /usr/local/lib/erlang to something else, then sudo make install and the change should take effect.  killall epmd or any other erlang apps that might be running, then start your app.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 24, 2018 at 8:14 AM, Frans Schneider <span dir="ltr"><<a href="mailto:fchschneider@gmail.com" target="_blank">fchschneider@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list,<br>
<br>
I want to make some changes to xmerl_xsd because I think there is a bug in there. I use kerl and made an installation with the latest 20.2 release. So, I thought I would just edit the source of xmerl_xsd where kerl installed the sources and use c(xmerl_xsd) to compile the thing, however nothing happens. I see the beam file getting a new time stamp after compiling but its size remains the same, so I assume it compiles using some other source file than the one I am editing.<br>
<br>
So, what is it I am doing wrong and what is the easiest way to make changes to library modules and do some experiments?<br>
<br>
Thanks,<br>
<br>
Frans<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
</blockquote></div><br></div>