Thread: building problem, need .h file

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    1

    building problem, need .h file

    Hi,

    I'm currently trying to compile a package, however when I run the make file, I get an error informing me that I am lacking the file feature_tests.h, which is normally found in the /usr/include/sys directory. I realize this is rather a specific question, so I was hoping that someone might direct me to a site from which c and c++ generic libraries may be obtained.

    TIA,

    BadWolf

  2. #2
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    When you install gcc, it should put all the headers you need into the right directories, and that certainly doesn't look like a standard header file, or even an OS API header file.

    What is feature_tests.h used for?
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 06-08-2009, 05:33 PM
  2. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  3. Subtle(?) File I/O Problem
    By cecomp64 in forum C Programming
    Replies: 9
    Last Post: 07-16-2008, 11:39 AM
  4. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  5. Problem with include file.
    By Roaring_Tiger in forum C Programming
    Replies: 1
    Last Post: 02-26-2003, 01:48 AM