<div dir="ltr"><div class="gmail_quote">On Tue, Sep 23, 2008 at 1:28 AM, Leslie P. Polzer <span dir="ltr"><<a href="mailto:sky@viridian-project.de">sky@viridian-project.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
> I am a little confused: there doesn't seem to actually be a function called<br>
> "db_env_get_max_objects" in libberkeley-db.c (although I do see<br>
> "db_env_get_lk_max_objects"), but ele-bdb.asd loads fine under<br>
> linux(x86-64)/SBCL and win32/Allegro. Where is "db_env_get_max_objects"<br>
> actually coming from?<br>
<br>
Err, yes. Good question. How about removing this alien?<br>
<br>
# Following line added by [Add max lock configuration to BDB<br>
# <a href="mailto:eslick@common-lisp.net">eslick@common-lisp.net</a>**20080516185155]<br>
 (def-function ("db_env_get_max_objects" %db-env-get-max-objects)<br>
<br>
Doesn't seem to be used by other code.</blockquote><div><br></div><div>Yeah, removing that form and the one below (wrap-errno db-env-get-max-objects ...) allows ele-bdb to load fine and seems to fix the problem. Thanks.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Perhaps win32/SBCL DLL loading is eager and attempts to resolve this<br>
symbol right away?</blockquote><div><br></div><div>Do other lisps not do this?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Just guessing here, though.<br>

<br>
  Leslie<br>
<br>
--<br>
LinkedIn Profile: <a href="http://www.linkedin.com/in/polzer" target="_blank">http://www.linkedin.com/in/polzer</a><br>
Xing Profile: <a href="https://www.xing.com/profile/LeslieP_Polzer" target="_blank">https://www.xing.com/profile/LeslieP_Polzer</a><br>
Blog: <a href="http://blog.viridian-project.de/" target="_blank">http://blog.viridian-project.de/</a><br>
<br>
_______________________________________________<br>
elephant-devel site list<br>
<a href="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/elephant-devel" target="_blank">http://common-lisp.net/mailman/listinfo/elephant-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Elliott Slaughter<br><br>"Any road followed precisely to its end leads precisely nowhere." - Frank Herbert<br>
</div>