Sublime Forum

Sublimeclang config.h not found

#1

I am running Ubuntu 12.04 and trying to install sublimeclang according to this tutorial.

But I get error when I try #7

How can I fix this issue?

locate c++config /usr/include/c++/4.6/i686-linux-gnu/64/bits/c++config.h /usr/include/c++/4.6/i686-linux-gnu/bits/c++config.h /usr/lib/sagemath/local/include/c++/4.6.3/i686-pc-linux-gnu/bits/c++config.h

clang --version 
Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)
Target: i386-pc-linux-gnu
Thread model: posix
g++ --version
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

running ls -la inside /usr/include/c++ gives:

drwxr-xr-x 11 root root 4096 Dec 10 05:32 4.6 lrwxrwxrwx 1 root root 3 Apr 16 2012 4.6.3 -> 4.6 drwxr-xr-x 11 root root 4096 Jan 20 19:59 4.7 lrwxrwxrwx 1 root root 3 Nov 26 12:23 4.7.2 -> 4.7

I am running sublime build 2217

0 Likes