Mountain Lion rimuove le intestazioni in / usr / include?

4

Sono solo io o è comune a tutti che tutti i file di intestazione presenti in / usr / include non ci sono più?

Il che sta causando un aumento del bootstrap con questo errore:

### Using 'darwin' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c constants.c debug.c function.c glob.c hash.c  hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
In file included from command.c:17:
./jam.h:317:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
     ^
1 error generated.[/code]
    
posta Negative Zero 29.07.2012 - 23:56
fonte

2 risposte

1

Ho ancora roba lì sulla mia installazione Mountain Lion (aggiornata comunque da Lion)

Macbook Pro:~> find /usr/include/ | wc -l
    2820
Macbook Pro:~> ls -l /usr/include/sys/types.h 
-r--r--r--  1 root  wheel  10133 28 Jul 04:14 /usr/include/sys/types.h
    
risposta data 30.07.2012 - 00:01
fonte
2

Questo è accaduto anche a me, l'aggiornamento a Mountain Lion ha rimosso gli strumenti da riga di comando. Avevo solo bisogno di andare su Xcode e installarlo di nuovo. Risolto.

    
risposta data 01.08.2012 - 01:14
fonte

Leggi altre domande sui tag