Changes between Initial Version and Version 1 of Ticket #49064


Ignore:
Timestamp:
Oct 3, 2015, 12:23:05 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error in the log says:

error: 'unistd.h' file not found

Are you sure you installed both Xcode 7 and the Xcode command line tools? unistd.h should be part of the command line tools. To install them, run "xcode-select --install".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49064

    • Property Summary changed from Unable to build / install yaml-cpp to yaml-cpp: error: 'unistd.h' file not found
  • Ticket #49064 – Description

    initial v1  
    11On OS X El Capitan, I cannot build / install yaml-cpp:
    22
     3{{{
    34mjmadden@aslan: ~
    45 $ sw_vers                                                           [14:13:00]
     
    67ProductVersion: 10.11
    78BuildVersion:   15A284
    8 
     9}}}
     10{{{
    911mjmadden@aslan: ~
    1012 $ port version                                                      [14:13:23]
    1113Version: 2.3.4
    12 
     14}}}
     15{{{
    1316mjmadden@aslan: ~
    1417 $ sudo port clean yaml-cpp                                          [14:13:20]
    1518--->  Cleaning yaml-cpp
    16  
     19}}}
     20{{{
    1721mjmadden@aslan: ~
    1822 $ sudo port install yaml-cpp                                        [14:13:39]
     
    3438    http://guide.macports.org/#project.tickets
    3539Error: Processing of port yaml-cpp failed
     40}}}