Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-11 Thread Borut Razem
Kusti, Kustaa Nyholm wrote: > Just telling you that I cannot get the SVN trunk/head to compile on Mac > OS X 10.5 (Intel). > > sorry to hear that... > I've already put too many hours into this > side-project-of-a-side-project-that-I-can-live-without, > but it is difficult to give up! > > Mayb

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-11 Thread Kustaa Nyholm
Just telling you that I cannot get the SVN trunk/head to compile on Mac OS X 10.5 (Intel). I've already put too many hours into this side-project-of-a-side-project-that-I-can-live-without, but it is difficult to give up! Maybe this discussion should be moved to gpsim list? Anyway I've removed an

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Raphael Neider wrote: > Hi, > > >> glibtoolize , aclocal and autoheader calls succeeds as far as I >> understand >> but automake fails as follows (snipped it, see the comple list at the >> end of mail): >> >> nyholkumac2:trunk nyholku$ glibtoolize --force >> You should update your `aclocal.m4'

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Raphael Neider
Hi, > glibtoolize , aclocal and autoheader calls succeeds as far as I > understand > but automake fails as follows (snipped it, see the comple list at the > end of mail): > > nyholkumac2:trunk nyholku$ glibtoolize --force > You should update your `aclocal.m4' by running aclocal. > nyholkumac2:trun

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Kusti, I retried the steps on ppc Mac OS X: Darwin mirror-doors.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh and everything was ok: cd gpsim && \ glibtoolize --force && \ aclocal && \ autoheader &&

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Kusti, below is a Makefile I used to compile gpsim on ppc Mac OS X: automake is without --force-missing. Try automake is without --force-missing. If it won't help, try to get a fresh version from svn and retry. If it still won't work, then I'm out of ideas :-( . Borut 8< include .

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Kustaa Nyholm
Hi, that is exactly what I did (if you look the end of my previous mail). glibtoolize , aclocal and autoheader calls succeeds as far as I understand but automake fails as follows (snipped it, see the comple list at the end of mail): nyholkumac2:trunk nyholku$ glibtoolize --force You should upda

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Kusta, try the following: $ glibtoolize --force $ aclocal $ autoheader $ automake --force-missing --add-missing $ autoconf $ ./configure $ make Borut Kustaa Nyholm wrote: > >> borut.ra...@siol.net 10.2.2009 12:36:46 >>> >> > > >> >> Can you try to compile the version without gui

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Kustaa Nyholm
> borut.ra...@siol.net 10.2.2009 12:36:46 >>> > >Can you try to compile the version without gui from svn trunk to see if >gtk+* is really needed? Probably you have to uninstall gtk+* package >before that... I'm trying it as but it is not going well. See results at end of this mail. Help w

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Kustaa Nyholm wrote: > Borut: > > >>> Thanks for the report. Can I publish it on the gpsim web page? >>> > > Sure, of course. > Can you try to compile the version without gui from svn trunk to see if gtk+* is really needed? Probably you have to uninstall gtk+* package before that...

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Kustaa Nyholm
Borut: >> Thanks for the report. Can I publish it on the gpsim web page? Sure, of course. br Kusti -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax develop

Re: [Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Borut Razem
Hi Kusti, Kustaa Nyholm wrote: > Hi > > the other weekend I spend some hours figuring out how to > build gpsim on Mac OS X. So I'm sharing my recepie here: > > This was done Mac OS X 10.5 / Leopard > > 1. Get the source code for version 0.22.0 > > http://sourceforge.net/projects/gpsim/ > > I jus

[Sdcc-user] Instructions for building gpsim on Mac OS

2009-02-10 Thread Kustaa Nyholm
Hi the other weekend I spend some hours figuring out how to build gpsim on Mac OS X. So I'm sharing my recepie here: This was done Mac OS X 10.5 / Leopard 1. Get the source code for version 0.22.0 http://sourceforge.net/projects/gpsim/ I just downloaded the file: gpsim-0.22.0.tar.gz 2. G