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

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

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