Found an issue while trying to install the IUP egg on chicken 5.  The "-D
disable-iup-web" or "-feature disable-iup-web" does not seem to be
disabling the web portion of the module.  When it get's installed, since we
don't have the webkit modules available, it ends up bombing:

loading /path/oss-chicken/5.1.0/lib/chicken/11/iup.import.so ...

Error: (load) during expansion of (import ...) - unable to load compiled
module - libwebkitgtk-3.0.so.0: cannot open shared object file: No such
file or directory: "/path/oss-chicken/5.1.0/lib/chicken/11/iup.import.so"

What we're using to install the egg is:
CSC_OPTIONS="-I/path/oss-chicken/5.1.0/include
-L/path/oss-chicken/5.1.0/lib -L/path/oss-chicken/5.1.0/lib64"
/path/oss-chicken/5.1.0/bin/chicken-install -D no-library-checks -D
disable-iup-web -feature disable-iup-pplot -feature disable-iup-matrixex
iup:1.9.1

During the install, I'm seeing things such as:
   /path/oss-chicken/5.1.0/bin/csc -host -D compiling-extension -J -s
-regenerate-import-libraries -setup-mode -I
/home/moontumbo/.cache/chicken-install/iup -C
-I/home/moontumbo/.cache/chicken-install/iup -O2 -d1 -L -lffi -L -liup -L
-liupim -L -liupimglib -L -liupcontrols -L -liupgl -L -liupglcontrols -L
-liup_plot -L -liup_mglplot -L -liup_scintilla -L -liupweb iup.scm -o
/home/moontumbo/.cache/chicken-install/iup/iup.so

Note that it's still trying to pull in the iupweb library.  If anybody has
any ideas on how to get past this, I'd really appreciate it.  This is on
SLES12.

Thanks,
Jeff

Reply via email to