<div dir="ltr">It's weird.<div style>I cloned and modified the racket/draw/unsafe/jpeg.rkt, even the basic form (ffi-lib "libjpeg") gives me the unknown version, and the only version in my system is 62. Finally I solved it by configuring with "--disable-libffi".</div>
<div style><br></div><div style><br></div><div style>More over, I don't know the difficulties to have retina display supported either.</div><div style>Maybe it's time to do some researching on the source code.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 10:21 AM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">At Wed, 14 Aug 2013 17:55:41 +0800, WarGrey Gyoudmon Ju wrote:<br>
> racket version: from 5.3.6. (5.3.4 is okay)<br>
> os version: SunOS (OpenIndiana)<br>
><br>
> DrRacket cannot open<br>
> Generating documents failed if the page contains picture.<br>
<br>
</div>A difference between v5.3.4 and v5.3.6 is that the latter tries to load<br>
"libjpeg.so.9" if its available (after trying "libjpeg.so.62" and<br>
"libjpeg.so.8", before trying ""libjpeg.so"). Do you have a<br>
"libjpeg.so.9" installed?<br>
<div class="im"><br>
<br>
> BTW, is there any plan to make racket GUI support retina display?<br>
<br>
</div>I don't have the hardware to work on retina-display support, so far.<br>
Patches are welcome, of course, but I don't know how difficult the<br>
problem is.<br>
<br>
</blockquote></div><br></div>