<br><div><span class="gmail_quote">On 8/15/08, <b class="gmail_sendername">Kenny Tilton</b> <<a href="mailto:kennytilton@optonline.net">kennytilton@optonline.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bill Clementson has kindly volunteered to take a look at making a build of my Algebra program for Mac OS X. I have already dragged the code over and it Just Compiles (doesn't hurt that we are using ACL on both OSes). Yeah.<br>

<br>
So with luck we just need shared libs and fine-tuning of any CFFI calls referencing same.<br>
<br>
Right now I am stuck, btw, can't find a way around actually running the GraphicsMagick installer -- I'd rather just do what I do in the Windows version: just throw all the libs into the application directory. Not sure if the Mac works that way.<br>

<br>
I am tempted to just beg borrow steal the libs in binary form -- bad idea? I imagine Tcl/Tk/Togl can be installed from ActiveState and then move their libs into the app directory (if that bit is even the same)... well, any ideas/thoughts/advice on this issue are welcome.<br>

<br>
cheers, kenny<br>
<br>
ps. Heard from my first interested customer, a school in Missouri. They need a Mac version. I knew I was going to do one, but I am reminded again at how much more interesting Mac users are. (Saw this last time I sold the app.) k<br>

_______________________________________________<br>
cells-devel site list<br>
<a href="mailto:cells-devel@common-lisp.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cells-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/cells-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://common-lisp.net/mailman/listinfo/cells-devel</a></blockquote><div><br></div></div>
I just installed GraphicsMagick on my MacBook using macports via
Porticus - took about 20 minutes for it and dependencies - ended up
with .dylib's and .a's in /opt/local/lib/ - I'm not sure what else (if
anything) other than those would be necessary.<br>