[racket] copy-shared-files and different platforms
2014-08-25 16:11 GMT+02:00 Matthew Flatt <mflatt at cs.utah.edu>:
> At Mon, 25 Aug 2014 16:06:15 +0200, Jens Axel Søgaard wrote:
>> 2014-08-23 20:12 GMT+02:00 Matthew Flatt <mflatt at cs.utah.edu>:
> package-source format:
>
> git://github.com/soegaard/poppler-libs?path=poppler-i386-macosx
Thanks! Getting closer...
The libraries are now copied in to /Users/soegaard/Library/Racket/6.1/lib/
But for some reason ffi-lib can't find them?
The following is from newly installed Racket 6.1. downloaded
from the racket-lang.org after installing the package poppler-i386-macosx
via the package manager.
Running:
#lang racket
(require ffi/unsafe setup/dirs)
(directory-list (find-user-lib-dir))
(ffi-lib "libpoppler-glib" '("8"))
The output:
Welcome to DrRacket, version 6.1 [3m].
Language: racket [custom]; memory limit: 512 MB.
'(#<path:libpoppler-glib.8.dylib> #<path:libpoppler.44.dylib>
#<path:libs.rktd>)
. ffi-lib: couldn't open "libpoppler-glib.8.dylib"
(dlopen(libpoppler-glib.8.dylib, 6): image not found)
Am I missing something?
/Jens Axel
--
--
Jens Axel Søgaard