On Fri, 17 Aug 2001 13:23:15 +0100, [EMAIL PROTECTED] wrote:
>
>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.
Fine :-)
>>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++;
??
I see those lines, but I have no idea why replacing
Depth++;
by
;Depth++;
seems to fix any problem - I can't see a problem ...
>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!
Advice might be to install recent set of autotools, including
libtool<whatever_is_recent>, run "CVSMake" and try again.
For the current major release we saw no possibility to work
around various problems which appear when doing so - perhaps
you have more luck on your system!
---
Alexander Mai
[EMAIL PROTECTED]