Trying to test a new package of mine on Windows. 

On a fresh install of 6.12 on Windows (Win10 if it matters), I installed 
package `pdf-read`, as well as `racket-poppler`. 

Running this program in DrRacket:

    #lang racket
    
    (require pdf-read)

Results in the error:

    ffi-lib: couldn't open "libpoppler-glib.dll" (The specified module 
could not be found.; errid=126)

Note, I *do* have a `libpoppler-glib-8.dll` (note added `-8`) in these 
folders:

* C:\Users\Joel\AppData\Roaming\Racket\6.12\lib
* 
C:\Users\Joel\AppData\Roaming\Racket\6.12\pkgs\poppler-win32-x86-64\racket-poppler

Did I miss a step? Is it a problem in either pdf-read or racket-poppler?

Also: is it a problem that pdf-read does not list racket-poppler among its 
dependencies?

-- 
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 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to