Oliver Kellogg

Results 6 issues of Oliver Kellogg

Using the ACE+TAO 6.5.10 ACE_wrappers distribution on a Linux x86_64, I did/got this: ``` cd $ACE_ROOT cd ace ln -s config-linux.h config.h cd ../include/makeinclude ln -s platform_linux.GNU platform_macros.GNU cd $ACE_ROOT...

This is a low prio issue related to the TAO HTML documentation: The following HREFs are not resolved due to the changed directory layout of the ACE_TAO git repo with...

Hi, The [INSTALL](https://github.com/antlr/antlr3/blob/master/runtime/C/INSTALL) instructions and the [ANTLR3C: Building From Source](https://www.antlr3.org/api/C/build.html) page assume that the `configure` script exists, which is not the case when building from a [git clone](https://github.com/antlr/antlr3.git). Here is...

An input such as ``` #: src/Gui/DelaySpinBox.qml:26 src/Gui/SmartSpinBox.cpp:30 #, kde-format msgctxt "Integer number of seconds" msgid " second" msgid_plural " seconds" msgstr[0] "" msgstr[1] "" ``` is not translated, i.e....

Nice tool! I found two small issues. 1) Linebreak between msgid/msgstr pairs is not preserved Example input: ``` #: desktop/MigrateShortcuts.cpp:72 src/ShortcutActions.cpp:33 #, kde-format msgid "Launch Spectacle" msgstr "" #: desktop/MigrateShortcuts.cpp:77...

For an IDL file named `outer-middle-inner.idl` with content ``` module outer { module middle { module inner { enum some_type { A, B, C }; }; }; }; ``` fastddsgen...