Make sure to remove the mnesia.beam from your last experiment. <br><br>On Saturday, January 18, 2014, Ludovic Demblans <<a href="mailto:ludovic@demblans.com">ludovic@demblans.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Could give us what is the result of rp(lists:sort(mnesia:module_<u></u>info(exports))). in the shell ?<br>
<br>
Maybe the mnesia library is not installed ?<br>
<br>
- lud<br>
<br>
Le Sun, 19 Jan 2014 03:35:57 +0100, Yves S. Garret <<a>yoursurrogategod@gmail.com</a>> a écrit:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Done, no change:<br>
<br>
19> c(mnes).<br>
{ok,mnes}<br>
20> rr("records.hrl").<br>
[planemo,tower]<br>
21> mnes:setup().<br>
** exception error: undefined function mnesia:create_schema/1<br>
     in function  mnes:setup/0 (mnes.erl, line 24)<br>
<br>
Here is records.hrl:<br>
<a href="http://bin.cakephp.org/view/1897069453" target="_blank">http://bin.cakephp.org/view/<u></u>1897069453</a><br>
<br>
<br>
On Sat, Jan 18, 2014 at 9:32 PM, Bob Ippolito <<a>bob@redivi.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Rename the module to something other than mnesia, there's a flat module<br>
namespace and only one module named mnesia can be loaded at a time.<br>
<br>
<br>
On Saturday, January 18, 2014, Yves S. Garret <<a>yoursurrogategod@gmail.com</a>><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
I have the following code:<br>
<a href="http://bin.cakephp.org/view/2135184996" target="_blank">http://bin.cakephp.org/view/<u></u>2135184996</a><br>
<br>
When I compile and reload the records, this is what happens:<br>
<br>
14> c(mnesia).<br>
{ok,mnesia}<br>
15> rr("records.hrl").<br>
[planemo,tower]<br>
16> mnesia:setup().<br>
** exception error: undefined function mnesia:create_schema/1<br>
     in function  mnesia:setup/0 (mnesia.erl, line 25)<br>
<br>
The function _does_ exist in the mnesia module.  I checked the docs and<br>
I'm running 16B03, so it's there.  But why this error?<br>
<br>
Also, I have an another question.  Lets say I'm testing some code and I<br>
comment out where I'm calling a function (located in the same file.)  How<br>
can I tell the compiler to not worry about this file not being called?  I<br>
know I can for variables such as _Variable, but methods?<br>
<br>
</blockquote>
<br>
</blockquote></blockquote>
<br>
<br>
-- <br>
Utilisant le logiciel de courrier révolutionnaire d'Opera : <a href="http://www.opera.com/mail/" target="_blank">http://www.opera.com/mail/</a><br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a>erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote>