[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-04-06, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> As discussed on #allegro-dev, the only thing stopping a 4.3.11 release
> is OS X. I had a look but I didn't get far
>
> Using autotools
> autoheader: warning: missing template: ALLEGRO_COLOR16
> autoheader: Use AC_DEFINE([ALLEGRO_COLOR16], [], [Description])
> autoheader: warning: missing template: ALLEGRO_COLOR24
> etc etc
Hi, you shouldn't run autoheader any more. Actually that would only be
needed on Unix systems that use configure anyway. On Mac OS X you
should should just need to run fix.sh, make depend, make.
> Using cmake
> CMake Error: The source directory
> "/Users/peterhull/Projects/allegro/4.3.10plus" does not appear to
> contain CMakeLists.txt.
>
> Using scons
> scons: *** No SConstruct file found.
> File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/scons/SCons/Script/__init__.py",
> line 870, in _main
The 4.3.10plus branch doesn't support cmake or scons.
Peter