Re: [AD] 4.2.0 Beta 3 woes |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-06-03, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> I thought of the OP's problem: he's using Solaris, so modex.c is not
> even listed in makefile.lst for his platform. The dummy definition of
> split_modex_screen() will never be compiled, leading to the missing
> symbol error. We need either to move modex.c into ALLEGRO_SRC_FILES in
> makefile.lst (ugly) or otherwise move the dummy definition into a new
> file.
Or just move modex.c into ALLEGRO_UNIX_FILES. GFX_MODEX is only in
aldos.h and alunix.h, so if don't mind just having split_modex_screen()
when GFX_MODEX is defined, then that should be fine.
Peter