You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/11/11 02:27:27 UTC

[jira] Created: (AVRO-191) c++ compile error on Ubuntu 9.10

c++ compile error on Ubuntu 9.10
--------------------------------

                 Key: AVRO-191
                 URL: https://issues.apache.org/jira/browse/AVRO-191
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Doug Cutting


I'm having trouble getting c++ to compile on Ubuntu 9.10.

I get:

     [exec] In file included from /home/cutting/src/avro/work/src/c++/impl/Compiler.cc:20:
     [exec] /home/cutting/src/avro/work/src/c++/api/InputStreamer.hh:42: error: 'uint8_t' has not been declared


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-191) c++ compile error on Ubuntu 9.10

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-191:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks Doug!
Committed revision 835194.


> c++ compile error on Ubuntu 9.10
> --------------------------------
>
>                 Key: AVRO-191
>                 URL: https://issues.apache.org/jira/browse/AVRO-191
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Doug Cutting
>         Attachments: AVRO-191.patch, AVRO-191.patch
>
>
> I'm having trouble getting c++ to compile on Ubuntu 9.10.
> I get:
>      [exec] In file included from /home/cutting/src/avro/work/src/c++/impl/Compiler.cc:20:
>      [exec] /home/cutting/src/avro/work/src/c++/api/InputStreamer.hh:42: error: 'uint8_t' has not been declared

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-191) c++ compile error on Ubuntu 9.10

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-191:
------------------------------

    Attachment: AVRO-191.patch

Here's a new version of the patch.  Two more files needed stdint.  Compilation and tests now work for me on Ubuntu 9.10.

> c++ compile error on Ubuntu 9.10
> --------------------------------
>
>                 Key: AVRO-191
>                 URL: https://issues.apache.org/jira/browse/AVRO-191
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Doug Cutting
>         Attachments: AVRO-191.patch, AVRO-191.patch
>
>
> I'm having trouble getting c++ to compile on Ubuntu 9.10.
> I get:
>      [exec] In file included from /home/cutting/src/avro/work/src/c++/impl/Compiler.cc:20:
>      [exec] /home/cutting/src/avro/work/src/c++/api/InputStreamer.hh:42: error: 'uint8_t' has not been declared

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-191) c++ compile error on Ubuntu 9.10

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-191:
-----------------------------------

    Status: Patch Available  (was: Open)

> c++ compile error on Ubuntu 9.10
> --------------------------------
>
>                 Key: AVRO-191
>                 URL: https://issues.apache.org/jira/browse/AVRO-191
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Doug Cutting
>         Attachments: AVRO-191.patch
>
>
> I'm having trouble getting c++ to compile on Ubuntu 9.10.
> I get:
>      [exec] In file included from /home/cutting/src/avro/work/src/c++/impl/Compiler.cc:20:
>      [exec] /home/cutting/src/avro/work/src/c++/api/InputStreamer.hh:42: error: 'uint8_t' has not been declared

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-191) c++ compile error on Ubuntu 9.10

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-191:
-----------------------------------

    Attachment: AVRO-191.patch

This should help.  It includes <stdint.h>, which on some platforms is implicitly included.

Maybe there are other files that will also complain too.  Let me know if this is the case.


> c++ compile error on Ubuntu 9.10
> --------------------------------
>
>                 Key: AVRO-191
>                 URL: https://issues.apache.org/jira/browse/AVRO-191
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Doug Cutting
>         Attachments: AVRO-191.patch
>
>
> I'm having trouble getting c++ to compile on Ubuntu 9.10.
> I get:
>      [exec] In file included from /home/cutting/src/avro/work/src/c++/impl/Compiler.cc:20:
>      [exec] /home/cutting/src/avro/work/src/c++/api/InputStreamer.hh:42: error: 'uint8_t' has not been declared

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.