Re: [AD] Primitives Addon |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I disabled building of ex_prim for now. In debug mode your
> inline
> functions aren't defined at all. You need to create a
> file like
> inline.c which produces out-of-line versions of any inline
> functions.
I decided to remove inlined functions altogether, they turned out more trouble than they are worth (they had other issues aside from this). I committed the change, so please test and see what happens (it actually built fine in debug mode for me before, could be a GCC 4.3 thing).
-SiegeLord
>
> Peter