X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fbb9d,db937b48e4d5f66c X-Google-Attributes: gidfbb9d,public X-Google-ArrivalTime: 1994-11-05 06:41:05 PST Path: bga.com!news.sprintlink.net!sashimi.wwa.com!not-for-mail From: Flump Newsgroups: rec.arts.ascii Subject: Talk: HEART Program Date: 4 Nov 1994 06:59:39 -0600 Organization: University of Durham, Durham, UK. Lines: 18 Sender: boba@wwa.com Approved: boba@wwa.com Message-ID: <39db7r$gl9@gagme.wwa.com> References: <38s6t4$94t@gagme.wwa.com> <398fnv$dms@gagme.wwa.com> NNTP-Posting-Host: gagme.wwa.com On 2 Nov 1994, James Perkins wrote: > Sorry to disappoint you, but your program doesn't work. The compiler tells > me: > > "heart.c", line 10: cannot find include file: "strings.h" > > and stops. What might be causing this? You dont have your include dir's setup correctly for your compiler, or(most likely) the compiler isnt searching the directory where the strings.h header is stored. If u r using gcc(also cc I think), the -I/this/is/the/dir/where/strings.h/is flag tells the compiler to check out the dir named. Read the man pages on gcc or cc for more info. Nick