help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] GNU Smalltalk 3.2 released


From: Mathieu Suen
Subject: Re: [Help-smalltalk] GNU Smalltalk 3.2 released
Date: Mon, 3 May 2010 18:58:59 +0200

Also on OSX you should have to compile it in 32 bit arch.
Make sure you have all the dependency also  compile in 32 but.

Using macport just edit the file /opt/local/etc/macports/macports.conf
and uncomment the line:
build_arch                      i386

You may also face the bug
https://trac.macports.org/ticket/20284
and
http://trac.macports.org/ticket/24623

The ugly fast way to make it work is to hack the Makefile and force the 
architecture with 

CFLAGS=-m32 ... 
LDFLAGS=-arch i386 ...

Then when you compile gnu-smalltalk don't forget to make it 32 with:

./configure CFLAGS=-m32

HTH

        Mth




On May 2, 2010, at 2:35 PM, Paolo Bonzini wrote:

> On 05/02/2010 01:19 PM, address@hidden wrote:
>> Congratulations to all for the great great work!
>> 
>> Some days ago, I tried under osx:
>> Autoreconf -vi
>> ./configure
>> Make
>> Make install
>> 
>> But I can't see gst-browser
>> 
>> I'm missing something?
> 
> It means that you're lacking some of the prerequisites.  GTK+ is available 
> for Mac OS X at http://gtk-osx.sourceforge.net/ (I don't know where the 
> prebuilt frameworks are).
> 
> Paolo
> 
> 
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk






___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com




reply via email to

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