You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Niek Sanders (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 07:14:54 UTC

[jira] [Created] (KAFKA-284) C++ client does not compile

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


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

        

[jira] [Commented] (KAFKA-284) C++ client does not compile

Posted by "Joe Stein (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218595#comment-13218595 ] 

Joe Stein commented on KAFKA-284:
---------------------------------

Niek do you want to upload a patch for this?
                
> 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
>
> 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

        

[jira] [Updated] (KAFKA-284) C++ client does not compile

Posted by "Neha Narkhede (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neha Narkhede updated KAFKA-284:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> 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

        

[jira] [Commented] (KAFKA-284) C++ client does not compile

Posted by "Joe Stein (Commented) (JIRA)" <ji...@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

        

[jira] [Commented] (KAFKA-284) C++ client does not compile

Posted by "Joe Stein (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218603#comment-13218603 ] 

Joe Stein commented on KAFKA-284:
---------------------------------

I noticed another thing also

autoconf.sh

does not have execute on it
                
> 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
>
> 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

        

[jira] [Updated] (KAFKA-284) C++ client does not compile

Posted by "Niek Sanders (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niek Sanders updated KAFKA-284:
-------------------------------

    Status: Patch Available  (was: Open)

Index: clients/cpp/src/encoder.hpp
===================================================================
--- clients/cpp/src/encoder.hpp	(revision 1295383)
+++ clients/cpp/src/encoder.hpp	(working copy)
@@ -16,7 +16,7 @@
 */
 /*
  * encoder.hpp
- *
+ */
 
 #ifndef KAFKA_ENCODER_HPP_
 #define KAFKA_ENCODER_HPP_
                
> 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
>
> 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

        

[jira] [Updated] (KAFKA-284) C++ client does not compile

Posted by "Joe Stein (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Stein updated KAFKA-284:
----------------------------

    Attachment: KAFKA-284.patch

+1

uploaded the patch as file for convenience
                
> 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