Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
On Monday, September 26, 2016 at 2:54:24 PM UTC-7, m.douglas.williams wrote: > I downloaded librsvg-2.40.1-2-w32-bin.zip fromĀ  > https://sourceforge.net/projects/ezwinports/files/. This contains the file > librsvg-2-2.dll and all of its dependencies (18 total dlls). When run with > the 32-bit ver

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
Here is a very simple test that just loads an SVG icon from a file and displays it. This runs on my 32-bit version on Racket Version 6.6 (under Windows 10) with the above dlls above. I also included a screen shot. Doug On Mon, Sep 26, 2016 at 3:54 PM, Doug Williams wrote: > I downloaded librsvg

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
I downloaded librsvg-2.40.1-2-w32-bin.zip from https://sourceforge.net/projects/ezwinports/files/. This contains the file librsvg-2-2.dll and all of its dependencies (18 total dlls). When run with the 32-bit version of Racket (version 6.6) and the rsvg module, this seems to work fine. I assume I wo

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Matthew Flatt
In case you haven't noticed already, many of the relevant libraries are distributed with Racket in the "lib" directory. I think they're probably compiled in a way that's compatible with most "librsvg-2-2.dll" builds, but if not, the best approach may be to start with the compilation script in "rack

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
I have been tracking them down, too. When I get back home I can send the list I have. I found the dependencies at exwinports on Sourceforge. But, I haven't had time to try it yet. On Sep 26, 2016 10:44 AM, "Lehi Toskin" wrote: > Using Dependency Walker, it says I'm missing a whole lot of system

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
Using Dependency Walker, it says I'm missing a whole lot of system files. I'll have to investigate this thoroughly. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Matthew Flatt
At Mon, 26 Sep 2016 00:56:57 -0700 (PDT), Lehi Toskin wrote: > I've been trying to make asumu's rsvg package working on Windows, but Racket > keeps complaining that it cannot find librsvg-2-2.dll. I have verified that > the DLL is exporting its symbols, is the correct bit-ness, and is in the > r

[racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
I've been trying to make asumu's rsvg package working on Windows, but Racket keeps complaining that it cannot find librsvg-2-2.dll. I have verified that the DLL is exporting its symbols, is the correct bit-ness, and is in the right directories - all to no effect. I have have even recompiled it w