[Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Hans Nowak

Hi,

I am still having problems building/installing Chicken on OS X Lion, 
even with the new version 4.7.0.6 and 4.8rc2.


Here is a paste of the output when I do make install; it hangs at 
"loading import libraries".


http://paste.call-cc.org/paste?id=a7fd2260fb3540a24db2fbd703607a0555446589

I am probably doing something wrong, or have the wrong version of 
something or another, but what?


Any tips welcome.

Thanks,

--
Hans Nowak


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Stephen Eilert
Have you got homebrew? It just works for me.

==> Downloading
http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz

100.0%
==> make PREFIX=/usr/local/Cellar/chicken/4.7.0.6 PLATFORM=macosx
C_COMPILER=cc ARCH=x86-64
==> make install PREFIX=/usr/local/Cellar/chicken/4.7.0.6 PLATFORM=macosx
C_COMPILER=cc ARCH=x86-64
/usr/local/Cellar/chicken/4.7.0.6: 106 files, 16M, built in 2.8 minutes


-- Stephen

*"Kids these days.*
*Whatever happened to hard work?"*

   -- Joel Spolsky, The perils of javaschools



On Fri, Aug 31, 2012 at 9:31 AM, Hans Nowak  wrote:

> Hi,
>
> I am still having problems building/installing Chicken on OS X Lion, even
> with the new version 4.7.0.6 and 4.8rc2.
>
> Here is a paste of the output when I do make install; it hangs at "loading
> import libraries".
>
> http://paste.call-cc.org/**paste?id=**a7fd2260fb3540a24db2fbd703607a**
> 0555446589
>
> I am probably doing something wrong, or have the wrong version of
> something or another, but what?
>
> Any tips welcome.
>
> Thanks,
>
> --
> Hans Nowak
>
>
> __**_
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/**mailman/listinfo/chicken-users
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Christian Kellermann
Hi,

* Hans Nowak  [120831 14:31]:
> Hi,
>
> I am still having problems building/installing Chicken on OS X Lion,
> even with the new version 4.7.0.6 and 4.8rc2.
>
> Here is a paste of the output when I do make install; it hangs at
> "loading import libraries".
>
> http://paste.call-cc.org/paste?id=a7fd2260fb3540a24db2fbd703607a0555446589

As I don't have access to a mac I can only guess, the README file
mentions that you have to use the following flags for 10.7:

make PLATFORM=macosx ARCH=x86-64

This does not really explain why it hangs there, but could you retry
with the ARCH flag?

Sorry for your troubles, let's get this sorted out.

Christian

--
Be right back -- Godot.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Hans Nowak

On 8/31/12 11:22 AM, Christian Kellermann wrote:


As I don't have access to a mac I can only guess, the README file
mentions that you have to use the following flags for 10.7:

make PLATFORM=macosx ARCH=x86-64

This does not really explain why it hangs there, but could you retry
with the ARCH flag?

Sorry for your troubles, let's get this sorted out.


Thanks for your reply. The ARCH flag doesn't seem to make a difference, 
but I got things to work (sort of, maybe) using Homebrew; see my other 
message.


--
Hans Nowak



___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Hans Nowak

On 8/31/12 11:16 AM, Stephen Eilert wrote:


Have you got homebrew? It just works for me.

==> Downloading
http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz

100.0%
==> make PREFIX=/usr/local/Cellar/chicken/4.7.0.6 
PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
==> make install PREFIX=/usr/local/Cellar/chicken/4.7.0.6
 PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
/usr/local/Cellar/chicken/4.7.0.6 : 106 files, 16M,
built in 2.8 minutes


Thanks for your reply. It "sort of" works for me... that is, it builds, 
then refuses to link. I had to link it manually using `brew link -f 
chicken`, and that seems to work (i.e. csi works, installing eggs 
works), although I don't know what caused the linking problem in the 
first place, or if it will bite me in the future.


(Still, I am curious why it was hanging on "loading import libraries"...)

--
Hans Nowak


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Jim Ursetto
I hope this is not a problem with XCode 4.4.1.  I haven't upgraded
from XCode 4.3.2 yet.  Anyone else have a successful build with 4.4.1?

In the meantime if you have some time to kill, you could try building
with C_COMPILER=clang.  I doubt this will make a difference though.
I will try to upgrade shortly and see if I can reproduce the problem.

On Aug 31, 2012, at 11:57 AM, Hans Nowak wrote:

> On 8/31/12 11:16 AM, Stephen Eilert wrote:
> 
>> Have you got homebrew? It just works for me.
>> 
>> ==> Downloading
>> http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz
>> 
>> 100.0%
>> ==> make PREFIX=/usr/local/Cellar/chicken/4.7.0.6 
>> PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
>> ==> make install PREFIX=/usr/local/Cellar/chicken/4.7.0.6
>>  PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
>> /usr/local/Cellar/chicken/4.7.0.6 : 106 files, 16M,
>> built in 2.8 minutes
> 
> Thanks for your reply. It "sort of" works for me... that is, it builds, then 
> refuses to link. I had to link it manually using `brew link -f chicken`, and 
> that seems to work (i.e. csi works, installing eggs works), although I don't 
> know what caused the linking problem in the first place, or if it will bite 
> me in the future.
> 
> (Still, I am curious why it was hanging on "loading import libraries"...)
> 
> --
> Hans Nowak
> 
> 
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] new release candidate available: 4.8.0rc3

2012-08-31 Thread Felix
Hello!

A new release candidate is now available for download:

  http://code.call-cc.org/dev-snapshots/2012/08/31/chicken-4.8.0rc3.tar.gz

Many thanks to all of you who kindly assisted in finding and fixing
the considerable number of bugs that came up since the last snapshot.


cheers,
felix

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Shawn Rutledge
I just built the 4.8.0 rc3 on Lion with xcode 4.3.3, using clang, like this:

CC=clang C_COMPILER=clang make PLATFORM=macosx install

Will csc remember to use clang then?  Doesn't seem to be any trouble
to chicken-install extensions, anyway.

On 31 August 2012 19:48, Jim Ursetto  wrote:
> I hope this is not a problem with XCode 4.4.1.  I haven't upgraded
> from XCode 4.3.2 yet.  Anyone else have a successful build with 4.4.1?
>
> In the meantime if you have some time to kill, you could try building
> with C_COMPILER=clang.  I doubt this will make a difference though.
> I will try to upgrade shortly and see if I can reproduce the problem.
>
> On Aug 31, 2012, at 11:57 AM, Hans Nowak wrote:
>
>> On 8/31/12 11:16 AM, Stephen Eilert wrote:
>>
>>> Have you got homebrew? It just works for me.
>>>
>>> ==> Downloading
>>> http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz
>>> 
>>> 100.0%
>>> ==> make PREFIX=/usr/local/Cellar/chicken/4.7.0.6 
>>> PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
>>> ==> make install PREFIX=/usr/local/Cellar/chicken/4.7.0.6
>>>  PLATFORM=macosx C_COMPILER=cc ARCH=x86-64
>>> /usr/local/Cellar/chicken/4.7.0.6 : 106 files, 16M,
>>> built in 2.8 minutes
>>
>> Thanks for your reply. It "sort of" works for me... that is, it builds, then 
>> refuses to link. I had to link it manually using `brew link -f chicken`, and 
>> that seems to work (i.e. csi works, installing eggs works), although I don't 
>> know what caused the linking problem in the first place, or if it will bite 
>> me in the future.
>>
>> (Still, I am curious why it was hanging on "loading import libraries"...)
>>
>> --
>> Hans Nowak
>>
>>
>> ___
>> Chicken-users mailing list
>> Chicken-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Building Chicken on OS X Lion

2012-08-31 Thread Jim Ursetto
On Aug 31, 2012, at 3:36 PM, Shawn Rutledge wrote:

> I just built the 4.8.0 rc3 on Lion with xcode 4.3.3, using clang, like this:
> 
> CC=clang C_COMPILER=clang make PLATFORM=macosx install
> 
> Will csc remember to use clang then?  Doesn't seem to be any trouble
> to chicken-install extensions, anyway.

Yes, the compiler options are stored away for later use by csc.

clang is supported for Chicken on OS X, I use it all the time.
But I am curious to know whether Hans sees a difference on the
failing system with XCode 4.4.1.
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users