<div dir="ltr"><div>Just in case, as Matthew once told me, you need all instances of DrRacket to be run with --single-instance, not just the new instance.<br><br></div>Laurent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Wed, Mar 26, 2014 at 10:44 PM, David Bremner <span dir="ltr"><<a href="mailto:david@tethera.net" target="_blank">david@tethera.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">Matthew Flatt <<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>> writes:<br>
<br>
> Do you have "libunique-1.0" installed?<br>
><br>
> I intended to make `-singleInstance` log an error when "libunique-1.0"<br>
> is not found, but I think I never got around to it.<br>
><br>
<br>
</div>I assume I just need it at run time? I just installed it, and following<br>
seems to work, but -singleInstance still seems to be ignored.<br>
<br>
#lang racket/base<br>
(require ffi/unsafe)<br>
(ffi-lib "libunique-1.0" '("0"))<br>
<div class="HOEnZb"><div class="h5">____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>