Hi,
Just thought you'd be interested to know that I grabbed v0.93.0 and managed
to compile it under Mac OS X with only a couple of changes.
>From what I saw, it looked like it could probably be done better (I think it
created static libs, but with some work it should be possible to create dylibs),
but it seems to be OK - I've compiled a couple of other apps (nedit and grace,
for example) and they are working fine with it...
One change I had to make was with BaseClass.c - several lines with Depth++;
had to be changed to ;Depth++;
The other problem I had was with libtools.
For some reason, when it executed the ar command defined in the line starting
old_archive_cmds="... it would fail because there was nothing to be archived
in the Xm/.libs directory. I had to get it to skip this one (but Xm-2.0 seems
to have worked fine).
Anyway, if you are interested I can let you see what I did, and maybe somebody
else will be able to have a go and find some further/better fixes...
Thanks!
======================================
Adrian Umpleby
[EMAIL PROTECTED]
http://wrench.et.ic.ac.uk/adrian/
======================================