Mail Archives: djgpp/1997/10/28/22:18:58
At 03:28 10/28/1997 +0100, Laurent DELMAS wrote:
>hi !
>
>I just want to know how to obtain the files iostream.h and fstream.h !
>Without them i can't compile the setup program contained in Allegro !
>I seek them in the include folder, but there were not there, if u are
>able to help me, i would be really happy :)
These are C++ include files. They come with the lgpXXXb.zip package, which
also has the C++ libraries. Make sure you have the C++ compiler as well, or
those won't do you much good! (gppXXXb.zip)
I think the only part of Allegro written in C++ is the `setup' utility. I
believe this can be dispensed with. If you don't care about it, invoke
`make' with the `-k' switch, and the build will not abort when the files
aren't found, and everything else should build just fine.
Incidentally, I think in the WIP the `setup' program is written in vanilla C.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -