Mail Archives: cygwin/1998/07/09/14:27:04
you should be able to use header.gcc in either
....\H-i386-cygwin32\i386-cygwin32\include\ for c OR
....\include\g++\ for c++
to resolve the naming problems that were pointed out below
each line specifies the #include<> name of the header and
then the "real" name of the header.
Complex.h _complex.h
so you should be able to use
Graph.h _graph.h
graph.h __graph.h
and so on
On Tue, 7 Jul 1998 12:39:49 -0700 (PDT), you wrote:
>I have managed to get DDD to compile and start up. However, I have
>not tested it beyond simply playing with it. I sent instructions
>on building to the DDD users mailing list (archive at
>http://www.cs.tu-bs.de/softech/ddd).
>
>Most of the problems are simply naming conflicts (Graph.h and graph.h
>are both used, for example). You'll also need to get a recent version
>of lesstif.
>
>Rob
>rhwang AT cs DOT sfu DOT ca
>
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -