Re: [AD] MacOS X dependency bug fix? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> >>Does anyone know if running make depend in Linux should correctly
generate
> >>the dependencies for MacOS X as well? If not, then why is make depend
not
> >>listed as a required step in the OSX build process?
> >
> >Probably because releases should ship with a pre-generated
> >makefile.dep.. but well, I have no idea as well.
>
> That's supposed to be part of zipup.sh's job. I don't know if that
> script is broken or what.
Found the problem, which is actually not with Allegro but with my system.
It seems that my installation of GCC did not have Objective-C support, so
dependencies were not generated correctly. I'm reemerging gcc with
ObjectiveC enabled, which will hopefully fix the problem.
Evert