chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Compiling the IUP egg - IUP not found


From: Joe Python
Subject: [Chicken-users] Compiling the IUP egg - IUP not found
Date: Mon, 8 Nov 2010 16:44:22 -0500

I downloaded the IUP mingw4 library and copied them to C:\MingW32\lib and the include files in C:\MingW32\include. I can also compile and run a IUP gui program(using C) using the following command anywhere in the Windows command line.

gcc -o test test.c -Iiup -L. -liup -lgdi32 -luser32 -lcomdlg32 -lole32 -lcomctl32 -mwindows


However when I try to chicken-install a IUP egg, I get the following error message:

Warning: IUP not found, bindings will not be compiled.

Is there anything out there I have to  add before compiling the IUP egg?
As far as I know all the IUP libraries/include files are in my path.

Here is the full output message
-------------------------------<cut>-------------------------------------------------------------------------------
reading chunks ...
reading files ...
  ./iup-controls.scm
  ./iup-dynamic.scm
  ./iup-types.scm
  ./iup.meta
  ./iup-base.scm
  ./iup-glcanvas.scm
  ./iup-pplot.scm
  ./iup.setup
  ./iup-dialogs.scm
  ./iup.scm
 iup located at c:/DOCUME~1/b2e0/Local Settings/Temp/tempdba0/iup
checking platform for `iup' ...
checking dependencies for `iup' ...
install order:
("iup")
installing iup: ...
changing current directory to c:/DOCUME~1/b2e0/Local Settings/Temp/tempdba0/iup
  "c:\chicken\bin\csi" -bnq -setup-mode -e "(require-library setup-api)" -e "(im
port setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\
"iup\" \"\"))" "c:\DOCUME~1\b2e0\Local Settings\Temp\tempdba0\iup\iup.setup"
Deleted file - c:\DOCUME~1\b2e0\Local Settings\Temp\tempdbac.c

Warning: IUP not found, bindings will not be compiled

  ""c:\chicken\bin\csc"" -feature compiling-extension -setup-mode    -s -O2 -d1
iup-dynamic.scm -j iup-dynamic
  ""c:\chicken\bin\csc"" -feature compiling-extension -setup-mode    -c -O2 -d1
iup-dynamic.scm -j iup-dynamic -unit iup-dynamic
  ""c:\chicken\bin\csc"" -feature compiling-extension -setup-mode    -s -O2 -d0
iup-dynamic.import.scm
  copy "iup-dynamic.so" "c:\chicken\lib\chicken\5\iup-dynamic.so"
        1 file(s) copied.
  copy "iup-dynamic.o" "c:\chicken\lib\chicken\5\iup-dynamic.o"
        1 file(s) copied.
  copy "iup-dynamic.import.so" "c:\chicken\lib\chicken\5\iup-dynamic.import.so"
        1 file(s) copied.
----------------------------------< cut >------------------------------------------------------------------------



- Joe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]