> -----Original Message-----
> From: Ian Flanigan [SMTP:fl...@ya...]
> Sent: Tuesday, September 08, 1998 7:02 PM
> To: Sven Utcke; Jost Martin
> Cc: mod...@En...; web...@Mo...;
> ric...@En...
> Subject: Re: Modules 3 (on HPUX 9.05): Some problems, some solutions
> and a que stion
>
> > Please someone correct me here: I've got the feeling that Modules is
> > pretty much unsupported software by now.
>
> That's pretty much my feeling, too. Every time I write to one of the
> "authors", I either get no response or the answer "everything works
> okay for me". Blah! If I ever work somewhere where something like
> Modules is needed, I'll do a re-write and let you all know.
>
> Until then, check out http://www.cs.wustl.edu/~flan/ for a few useful
> patches.
>
Hey, cool; this even solved my "module list"-problem. (Don't ask me
why)
I got the impression that (part) of some patches are already
included in modules-BETA1.
(Especially Makefile and Makefile.in in '.' and './doc')
The rest went smooth, with one exeption:
I had to "trick" HP-cc into accepting some code. (No problem with
gcc)
Index: cmdModule.c
===================================================================
RCS file: /users/pd/cvs/modules/cmdModule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -r1.2 -r1.3
368,369c368,370
< doneinit:
<
---
> doneinit:
> flags = flags; /* HP cc needs a command after label and
before
> '}', otherwise a syntax-error occurs -
grr */
(And of course I needed my patches to Makefile and the .c-Files; but
I haven't seen any of the warnings mentioned in my mail any more)
Feel free, to include my patches to your collection on your
Home-Page.
Many thanks
Martin
|