Index: [thread] [date] [subject] [author]
  From: Philip K. Warren <pkw@acpub.duke.edu>
  To  : 
  Date: Sun, 31 Jan 1999 15:03:14 -0500

Re: Makefile

Mine generates the same errors on gmake depend.  Just add your .cc files
to the makefile from duvall's directory, choose a name for your
executable, and type make to compile it.

-- Philip

Austin Fath wrote:
> 
> I don't want the tapestry, I just want the stl library, but I keep getting
> 
> [7] jaf13@godzilla1% gmake depend
> makedepend --  -g -Wall  -- -Y main.cc exptree.cc
> makedepend: warning:  main.cc, line 1: cannot find include file "iostream.h"
> makedepend: warning:  main.cc (reading exptree.h, line 6): cannot find include
> f
> ile "iostream.h"
> makedepend: warning:  main.cc (reading exptree_aux.h, line 1): cannot find
> inclu
> de file "iostream.h"
> makedepend: warning:  main.cc (reading exptree_aux.h, line 2): cannot find
> inclu
> de file "string"
> makedepend: warning:  main.cc, line 3: cannot find include file "stdlib.h"
> makedepend: warning:  exptree.cc, line 2: cannot find include file "iostream.h"
> 
> The program only compiles with gmake and I can not get strings, only
> (const class basic_string<char,string_char_traits<char>
> 
> I even copied the Makefile from Duvall's directory and I got the same errors.
> 
> Help.


Index: [thread] [date] [subject] [author]