Changes between Initial Version and Version 1 of Ticket #32011


Ignore:
Timestamp:
Nov 10, 2011, 4:43:15 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You are certain the error "error: 'google/protobuf/descriptor.h' file not found" is the same when using llvm-gcc-4.2? That file should have been provided by dependency protobuf-cpp (was it? -- check with "port contents protobuf-cpp") and I was going to guess the error was because you're using clang, and clang doesn't use CPATH / LIBRARY_PATH, but that wouldn't affect llvm-gcc-4.2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32011

    • Property Cc ryandesign@… added
    • Property Summary changed from Error: Failed to install protobuf-python26 to protobuf-python26: error: 'google/protobuf/descriptor.h' file not found
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to blair@…
    • Property Milestone changed from MacPorts 2.0.4 to
    • Property Keywords protobuf python 26 2.6 removed
  • Ticket #32011 – Description

    initial v1  
    99Tried this
    1010
     11{{{
    1112sudo port clean protobuf-python26
    1213sudo port install protobuf-python26 configure.compiler=llvm-gcc-4.2
     14}}}
    1315
    1416and this
    1517
     18{{{
    1619sudo port clean protobuf-python26
    1720sudo port install apple-gcc42
    1821sudo port install protobuf-python26 configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2
     22}}}
    1923
    2024still the same error