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!
>
> Maybe this discussion should be moved to gpsim list?
>
>   

not a bad idea at all! I'm sure that there are gpsim users which succeed 
to install gpsim on Mac OS X.

> Anyway I've removed and reinstalled macport to start from a clean
> slate.
>
>   

On the machine I'm using macport is not installed at all (at least as 
far I know...), but I intalled autoconf-2.63 from 
http://ftp.gnu.org/gnu/autoconf/autoconf-2.63.tar.bz2, automake-1.10 
from http://ftp.gnu.org/gnu/automake/automake-1.10.tar.bz2 and 
readline-5.2 from ftp://ftp.cwru.edu/pub/bash/readline-5.2.tar.gz.

Sorry to give you this info in peaces, but quite some time passed from 
when I did it, so I forgot how I did it...

You can find the complete list of packages I had to install on different 
platforms to be able to compile sdcc and to run regression test in the 
sdcc svn repository in sdcc-cf/packages directory.

Borut

> I can still compile gpsim 0.22 from the tarbal with my own
> instructions.
>
> After hours of googling and trial and error I can now get the  the
> trunk from SVN to
> configure without errors/messages as follows:
>
> glibtoolize --force
> aclocal-17
> autoheader
> automake-17 --add-missing
> autoconf
> ./configure --disable-gui
> make
>
> (I've installed automake-17 package with macport, automake package
> (also from macport)
> got me no where)
>
> But when I make, I get:
>
> yholkumac2:gpsim nyholku$ make
> make  all-recursive
> Making all in eXdbm
> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
> -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
> -I/opt/local/include      -g -O2 -MT hash.lo -MD -MP -MF
> ".deps/hash.Tpo" \
>         -c -o hash.lo `test -f 'hash.c' || echo './'`hash.c; \
>       then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; \
>       else rm -f ".deps/hash.Tpo"; exit 1; \
>       fi
> ../libtool: line 804: X--mode=compile: command not found
> ../libtool: line 970: *** Warning: inferring the mode of operation is
> deprecated.: command not found
> ../libtool: line 971: *** Future versions of Libtool will require
> --mode=MODE be specified.: command not found
> ../libtool: line 1114: Xgcc: command not found
> ../libtool: line 1114: X-DHAVE_CONFIG_H: command not found
> ../libtool: line 1114: X-I.: command not found
> ../libtool: line 1114: X-I.: command not found
> ../libtool: line 1114: X-I..: command not found
> ../libtool: line 1114: X-I/opt/local/include/glib-2.0: No such file or
> directory
> ../libtool: line 1114: X-I/opt/local/lib/glib-2.0/include: No such file
> or directory
> ../libtool: line 1114: X-I/opt/local/include: No such file or
> directory
> ../libtool: line 1114: X-g: command not found
> ../libtool: line 1114: X-O2: command not found
> ../libtool: line 1114: X-MT: command not found
> ../libtool: line 1114: Xhash.lo: command not found
> ../libtool: line 1114: X-MD: command not found
> ../libtool: line 1114: X-MP: command not found
> ../libtool: line 1114: X-MF: command not found
> ../libtool: line 1114: X.deps/hash.Tpo: No such file or directory
> ../libtool: line 1114: X-c: command not found
> ../libtool: line 1165: Xhash.lo: command not found
> ../libtool: line 1170: libtool: compile: cannot determine name of
> library object from `': command not found
> make[2]: *** [hash.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> I suspect that this may have something to do with the fact that libtool
> is renamed (IIRC) in Mac OS as glibtool 
>
>
> br Kusti
>
>   


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to