nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Small open source web browser introduced
From: Andrew Kenneth Milton
Date: Sat, 15 Jul 2000 14:30:51 +1000 (EST)

+----[ Erik Andersen ]---------------------------------------------
|
| There is a 'make depend' target that _rewrites_ the Makefile (Yuck).
| It would be much, much cleaner IMHO to use something like
| depend:
|     $(CC) $(INCLUDE_DIRS) -MM *.c > .depend
| 
| to create a .depend file, and include that with a 
|     include .depend
| line.

It doesn't work...

It's complaining about a lot of missing include files, including X includes
(which I don't want to link to)...

Something need some work I think before release...

------------------------------------------------------------------------
makedepend: warning:  html.cpp (reading ./fltk/qstring.h, line 4): cannot find include
file "algo.h"
makedepend: warning:  html.cpp (reading ./fltk/qstring.h, line 5): cannot find include
file "string"
makedepend: warning:  html.cpp (reading ./fltk/qarray.h, line 4): cannot find include
file "vector"
makedepend: warning:  html.cpp (reading ./fltk/qstrlist.h, line 8): cannot find include
file "vector"
makedepend: warning:  html.cpp (reading ./fltk/qlist.h, line 4): cannot find include
file "vector"
makedepend: warning:  html.cpp (reading ./fltk/qobject.h, line 7): cannot find include
file "iostream.h"
makedepend: warning:  html.cpp (reading ./fltk/fltk-qbase.h, line 23): cannot find include
file "X11/X.h"
makedepend: warning:  html.cpp (reading ./fltk/fltk-qbase.h, line 24): cannot find include
file "X11/Xlib.h"
makedepend: warning:  html.cpp (reading ./fltk/qpainter.h, line 14): cannot find include
file "iostream.h"
makedepend: warning:  html.cpp (reading ./fltk/qstack.h, line 4): cannot find include
file "stack"
makedepend: warning:  html.cpp (reading ./fltk/qstack.h, line 5): cannot find include
file "vector"
makedepend: warning:  html.cpp (reading ./fltk/qdict.h, line 5): cannot find include
file "map"
makedepend: warning:  html.cpp (reading ./fltk/qwidget.h, line 13): cannot find include
file "iostream.h"
makedepend: warning:  html.cpp, line 57: cannot find include file "X11/Xlib.h"
------------------------------------------------------------------------

-- 
Totally Holistic Enterprises Internet|  P:+61 7 3870 0066   | Andrew Milton
The Internet (Aust) Pty Ltd          |  F:+61 7 3870 4477   | 
ACN: 082 081 472 ABN: 83 082 081 472 |  M:+61 416 022 411   | Carpe Daemon
PO Box 837 Indooroopilly QLD 4068    |akm@theinternet.com.au| 

nanogui@linuxhacker.org