IUP

View Ticket
Login
Ticket Hash: 2beed6434940d34d81de22886d7c58ea7c80be62
Title: Doesn't work with current IUP version
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Rejected
Last Modified: 2025-03-11 18:37:58
112.3 days ago
Created: 2016-09-28 00:53:33
8.76 years ago
Version Found In:
User Comments:
anonymous added on 2016-09-28 00:53:33:
The error is as follows:

installing iup:1.8.0 ...
changing current directory to /tmp/temp6f50.29115/iup
  '/usr/bin/csi' -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"iup\" \"1.8.0\"))" 'iup.setup'
  '/usr/bin/csc' -feature compiling-extension -setup-mode    -s -O2 -d1 iup.scm -j iup -j iup-base -j iup-controls -j iup-dialogs -j iup-glcanvas -j iup-glcontrols -j iup-plot -j iup-mglplot -j iup-pplot -j iup-scintilla -j iup-web -j iup-config -lcallback -liup -liupim -liupimglib -liupcontrols -liupmatrixex -liupgl -liupglcontrols -liup_plot -liup_mglplot -liup_pplot -liup_scintilla -liupweb
iup.c:17:16: fatal error: im.h: Datei oder Verzeichnis nicht gefunden
 #include <im.h>
                ^
compilation terminated.

Error: shell command terminated with non-zero exit status 256: 'gcc' 'iup.c' -o 'iup.o' -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fPIC -DPIC -DC_SHARED -I/usr/include/chicken

Error: shell command failed with nonzero exit status 256:

  '/usr/bin/csc' -feature compiling-extension -setup-mode    -s -O2 -d1 iup.scm -j iup -j iup-base -j iup-controls -j iup-dialogs -j iup-glcanvas -j iup-glcontrols -j iup-plot -j iup-mglplot -j iup-pplot -j iup-scintilla -j iup-web -j iup-config -lcallback -liup -liupim -liupimglib -liupcontrols -liupmatrixex -liupgl -liupglcontrols -liup_plot -liup_mglplot -liup_pplot -liup_scintilla -liupweb


Error: shell command terminated with nonzero exit code
17920
"'/usr/bin/csi' -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(import...

murphy added on 2025-03-11 18:37:58:

To compile the egg, the IUP, CD, and IM libraries must be installed. Most likely you want to set something like CSC_OPTIONS='-I/path/to/iup/include -L/path/to/iup/lib -L -Wl,-rpath,/path/to/iup/lib' in the environment before running chicken-install.