>> extern "C" const char *Version_string = "1.22.2";
>
> extern "C" const char *Version_string;
> const char *Version_string = "1.22.2";
>
> but I'm not sure if it's the proper way to solve this warning.
Does
extern "C" {
const char *Version_string = "1.22.2";
}
work better?
We
Hi Vaibhaw,
On Mon, Aug 11 2014 at 06:23:18 AM, Vaibhaw Pandey wrote:
> This is extremely helpful! Thanks Bertrand!
>
> Is there any work pending before we can merge this into master? Do you need
> any additional help in testing this?
No more technical work pending, but I can improve the documen
Hi Dale,
On Sun, Aug 10 2014 at 06:56:40 PM, Dale Snell wrote:
> I built this branch on my Fedora 19 system, and it seems to work
> fine. There was one warning during the make phase:
>
> src/libs/libgroff/version.cpp:3:24: warning: ‘Version_string’ initialized and
> declared ‘extern’ [enabled b
Hello Bernd,
On Sun, Aug 10 2014 at 05:54:28 PM, "Bernd Warken"
wrote:
> With `bootstrap' a `README.git' is generated. That would be a good
> documentation point for your testing information. Also some information
> for extending information from so far Makefile.in. More about using
> `automa
> Is there any work pending before we can merge this into master?
Basically no, but I have no time currently to check whether
everything's fine, sorry.
> Do you need any additional help in testing this?
The more platforms, the better. For example, what about Eli
Zaretskii's Windows port, cf.
Steffen,
I took a shot at reviewing this last week. Turned out I don't have enough
context of the groff code base to be able to do a useful review. I am
currently familiarizing myself with the parts of code to which this review
is pertinent. However, given my current abilities and the size of the
This is extremely helpful! Thanks Bertrand!
Is there any work pending before we can merge this into master? Do you need
any additional help in testing this?
Werner,
Do you see any specific tests/requirements that this change needs to meet?
- Vaibhaw
On Mon, Aug 11, 2014 at 2:23 AM, Heinz-Jürg
Am Sonntag, 10. August 2014, 00:23:06 schrieb Bertrand Garrigues:
> Hi,
>
> I have made some progress on the Automake migration. The targets that
> were not functionnal yet (namely make install, uninstall, check, dist,
> distcheck) are now completed.
>
> I've pushed a new branch (called 'automake
On Sun, 10 Aug 2014 00:23:06 +0200
Bertrand Garrigues wrote:
> Hi,
>
> I have made some progress on the Automake migration. The targets that
> were not functionnal yet (namely make install, uninstall, check, dist,
> distcheck) are now completed.
>
> I've pushed a new branch (called 'automake')
> Von: "Bertrand Garrigues"
>
> I have made some progress on the Automake migration. The targets that
> were not functionnal yet (namely make install, uninstall, check, dist,
> distcheck) are now completed.
Your project looks great! On a first run, I did not detect any errors.
I'm working on a
Hello,
Carsten Kunze wrote:
> > Just wanted to bring this to the attention of the list.
> >
> > Neatroff - a C implementation of Troff.
> Not really new news:
> http://lists.gnu.org/archive/html/groff/2013-07/msg1.html
I recently modified neatroff to support many of the advanced font
featu
> I have made some progress on the Automake migration. [...]
Thanks a lot! If others have tested this branch, I suggest to merge
it into master.
Werner
12 matches
Mail list logo