asmdefs not generated (was [AD] Problems with the SVN version!) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sunday 07 May 2006 12:06, Evert Glebbeek wrote:
> I don't have time to look into either of these two issues right now, but
I
> suspect they would be relatively straightforward to fix.
I did some more research and this is the problem:
The dependency generation creates a dependency on ___i386_asmdefs_inc,
while makefile.in references obj_unix_asmdef_inc.
I worked around that by setting ___i386_asmdef_inc = $(obj_unix_asmdef_inc)
at the top of the makefile, but that is obviously a hack. The 4.2.0
dependencies also list obj_djgpp_asmdef_inc, obj_msvc_asmdef_inc etc, all
of which are gone in the SVN version. That cleans things up enormously, of
course, but I'd like to get some confirmation that dependency generation
works on these systems with the current SVN version; in other words, I'd
like someone to confirm if the problem is UNIX specific.
Evert