On Jun 28, 2016, at 2:57 PM, Martin Kaiser <li...@kaiser.cx> wrote:

> Hmm, generating the .qm files seems to cause problems on OSX.

Or any other system not using GNU sed.

Not all versions of sed support "\n" in the replacement string for an "s" 
command.

All POSIX-compliant versions of sed should accept an actual newline character 
in that string, but I haven't been able to get a newline into the command in 
the Makefile.

Currently, we don't have enough .ts files that we overflow any rcc limits on 
line length, so simply removing the "-e" line that tries to split lines should 
make it work.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to