Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Am 02.02.2016 um 15:19 schrieb Christian Kellermann: * Peter Sommerfeld [160202 15:07]: BTW: Are you the maintainer of the cygwin port? Yeah but that's mostly because there hasn't been anyone else :) Please feel free to send any issues with cygwin my way, so I can get it

[Chicken-users] [TFP 2016] 1st call for papers

2016-02-02 Thread Peter Achten
- C A L L F O R P A P E R S - TFP 2016 === 17th Symposium on Trends in Functional Programming June

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Christian Kellermann
* Peter Sommerfeld [160202 15:37]: > Am 02.02.2016 um 15:19 schrieb Christian Kellermann: > >* Peter Sommerfeld [160202 15:07]: > >>BTW: Are you the maintainer of the cygwin port? > > > >Yeah but that's mostly because there hasn't been anyone else :) > >Please

[Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
I've compiled chicken without any problems on cygwin x86 on a 32 bit notebook. The same fail swith cygwin 86_64: -- $ make PLATFORM=cygwin PREFIX=~/local VARDIR=~/ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Am 02.02.2016 um 12:14 schrieb Christian Kellermann: Hi! Please note that there is an up to date package available for cygwin. It should work for 32bit and 64bit platforms. Or do you have any special needs building it? No special needs. I just want to have the same setup and versions on all

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Christian Kellermann
* Peter Sommerfeld [160202 12:22]: > Am 02.02.2016 um 12:14 schrieb Christian Kellermann: > >Hi! > > > >Please note that there is an up to date package available for cygwin. > >It should work for 32bit and 64bit platforms. Or do you have any > >special needs building it? > > No

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Am 02.02.2016 um 12:35 schrieb Christian Kellermann: * Peter Sommerfeld [160202 12:22]: Am 02.02.2016 um 12:14 schrieb Christian Kellermann: Please note that there is an up to date package available for cygwin. It should work for 32bit and 64bit platforms. Or do you have

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Christian Kellermann
* Peter Sommerfeld [160202 12:55]: > Am 02.02.2016 um 12:35 schrieb Christian Kellermann: > >* Peter Sommerfeld [160202 12:22]: > >>Am 02.02.2016 um 12:14 schrieb Christian Kellermann: > >>> > >>>Please note that there is an up to date package available for

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Hi Christian! Am 02.02.2016 um 15:19 schrieb Christian Kellermann: Please feel free to send any issues with cygwin my way, so I can get it fixed upstream. Well, one mor issue ... (continue on list or to you only?) # My setup: compiles and installes! (32bit) make PLATFORM=cygwin PREFIX=~/local

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Am 02.02.2016 um 13:10 schrieb Christian Kellermann: From my cygport file: AR=$(arch) if [ $AR = "i686" ] then MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86" elif [ $AR = "x86_64" ] then MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86-64 HACKED_APPLY=" else ECHO "Unknown

Re: [Chicken-users] Error compiling chicken cygwin x86_64

2016-02-02 Thread Peter Sommerfeld
Am 02.02.2016 um 13:10 schrieb Christian Kellermann: From my cygport file: AR=$(arch) if [ $AR = "i686" ] then MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86" elif [ $AR = "x86_64" ] then MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86-64 HACKED_APPLY=" else ECHO "Unknown Architecture" fi That