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

2010-11-10 Thread Joe Python
Its funny. I tried adding every IUP library out there in CSC_OPTIONS and the chicken-install still complains. Is there any other libraries which i left out. see below for the current ones.

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

2010-11-10 Thread Thomas Chust
2010/11/10 Joe Python jopyt...@gmail.com: Its funny. I tried adding every IUP library out there in CSC_OPTIONS and the chicken-install still complains. Is there any other libraries which i left out. see below for the current ones.

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

2010-11-09 Thread Joe Python
Thomas, In my C:\mingw32\include directory I have added the following files from ffcall: avcall.h callback.h trampoline.h trampoline_r.h vacall.h vacall_r.h And In my C:\mingw32\lib directory I have added the following libs compiled from ffcall: libavcall.a libavcall.la libvacall.a

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

2010-11-09 Thread Thomas Chust
2010/11/9 Joe Python jopyt...@gmail.com: [...] In my C:\mingw32\include directory I have added the following files from ffcall: [...] However I still get the same  'IUP not found' error message when i do the chicken-install. [...] Hello Joe, hmm, judging by the example command line for

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

2010-11-08 Thread Thomas Chust
2010/11/8 Joe Python jopyt...@gmail.com: [...] 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