From: Eric T. <eti...@MI...> - 2011-05-27 20:07:08
|
Here's the patch for the version of lazy-loader I'm currently using. You can see a bit of the hackishness I mentioned earlier for the stuff dealing with Windows. I'm not too familiar with using linkers and the one I used (from MinGW) produced a DLL without absolute pathnames to some of the dependencies, hence the need to actually chdir into the folder with the dll I'm trying to load. That's what I'm going to hopefully fix before writing the info on installing on Windows. I didn't have to put any extra arguments into the load function for either Ubuntu or Windows. Perhaps that's where some of my problems come from. -Eric On 5/26/2011 10:30 AM, Raymond Toy wrote: >>>>>> "Eric" == Eric Timmons<eti...@MI...> writes: > > Eric> I can definitely write something up on how to install on Windows. My > Eric> solution was a little hackish so expect to see something once I've gone > Eric> back to try and make it better. > > That would be great! > > Eric> I am using the full version of Allegro 8.1 on both the Windows and > Eric> Ubuntu machines. > > Can you send me a patch for lazy-loader.lisp.in to support Allegro? I > have an idea of what it should be, but I'd like to compare it with > what you did. > > Ray > > > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > _______________________________________________ > Matlisp-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlisp-users |