groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Re: Win32 port of Groff and friends


From: Werner LEMBERG
Subject: Re: [Groff] Re: Win32 port of Groff and friends
Date: Mon, 07 Feb 2000 13:44:52 GMT

> >  struct macro_header {
> >#ifdef _MSC_VER
> >  public:
> >#endif
> >
> >Can you check why this is necessary?
> 
> 
> It seems to be.  If I take it out I get a lot of error messages
> similar to the following:
> 
> input.cc(2404) : error C2248: 'count' : cannot access private member
> declared in class 'macro_header'
>         input.cc(2394) : see declaration of 'count'

Very strange!  AFAIK, all members of a `struct' are public by default
(exactly this makes the difference to a `class').  Has this changed
within the latest C++ standard?

> >Adding the makefiles to the main package is no problem.  Note that
> >I will change (hopefully in the near future) the directory
> >structure of groff: all devXXX will be moved into `fonts', all
> >groXXX into `devices' and all preprocessors into `preproc' -- I
> >will ask you then to adapt the makefiles accordingly.
> 
> I'd be very happy to.

As you may have noticed, this has just happened a day ago :-)  Please
check out the CVS and adapt your makefiles.


    Werner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]