Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A23C90B1 for ; Thu, 1 Mar 2012 02:48:22 +0000 (UTC) Received: (qmail 85682 invoked by uid 500); 1 Mar 2012 02:48:22 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 85614 invoked by uid 500); 1 Mar 2012 02:48:21 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 85597 invoked by uid 99); 1 Mar 2012 02:48:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 02:48:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 02:48:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2B854C8F67 for ; Thu, 1 Mar 2012 02:47:58 +0000 (UTC) Date: Thu, 1 Mar 2012 02:47:58 +0000 (UTC) From: "Joe Stein (Commented) (JIRA)" To: kafka-dev@incubator.apache.org Message-ID: <902111884.5926.1330570078179.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1417927946.14051.1330064094799.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (KAFKA-284) C++ client does not compile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219753#comment-13219753 ] Joe Stein commented on KAFKA-284: --------------------------------- committed > C++ client does not compile > --------------------------- > > Key: KAFKA-284 > URL: https://issues.apache.org/jira/browse/KAFKA-284 > Project: Kafka > Issue Type: Bug > Components: clients > Affects Versions: 0.7 > Environment: g++ 4.4.5 on linux > Reporter: Niek Sanders > Priority: Trivial > Attachments: KAFKA-284.patch > > > clients/cpp/src/encoder.hpp has an unclosed comment on line 19. > /* > * encoder.hpp > * > Needs to be > /* > * encoder.hpp > */ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira