help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Dynamic Message Dispatch???


From: Duke Normandin
Subject: Re: [Help-smalltalk] Dynamic Message Dispatch???
Date: Sun, 24 Jan 2010 13:11:55 -0700 (MST)
User-agent: Alpine 2.01 (OSX 1266 2009-07-14)

On Sun, 24 Jan 2010, Paolo Bonzini wrote:

> On 01/24/2010 05:10 AM, Duke Normandin wrote:
> > Hello list...
> >
> > Still haven't been able to compile GST from git sources ;( but life
> > goes one...
>
> You can post another message with the details.
>

Hangs at this line in compilation:

ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/bear.gif 
/var/folders/3k/3kS2YndQER8R40CHtT+S4U+++TM/-Tmp-/gstar-os3xe2/BLOXBrowser/bear.gif

I'm using this script to build:

--------------------------------
#!/bin/bash
# script to re-build GNU-SmallTalk from the git repository

cd ~/smalltalk
echo "sourcing my_build_env ..."

source ./my_build_env

echo "building GNU-Smalltalk ..."

autoreconf -vi ; ./configure ; make ; make install
-------------------------------

01:10 pm >> cat smalltalk/my_build_env
export LIBTOOLIZE=/opt/local/bin/glibtoolize

--
duke






reply via email to

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