Mail Archives: djgpp/1997/08/13/08:52:10
David Shiga writes:
> I tried to use make.exe to compile Allegro, but I got some error
> messages that I don't know how to fix. I've read the Allegro faq as
> well as the readmes, but they don't seem to help. Here are the
> messages:
>
> setup/setup.cc:1: iostream.h: No such file or directory (ENOENT)
> setup/setup.cc:3: fstream.h: No such file or directory (ENOENT)
> make.exe: *** [obj/djgpp/setup.o] Error 1
The solution to this problem can be found in the Allegro FAQ. I quote:
When I run make, it says
"setup/setup.cc:1: iostream.h: No such file or directory (ENOENT)".
You haven't installed the djgpp C++ library, which is needed
by the Allegro sound setup program. Download lgp*b.zip
(whatever the latest version number is), and install it as you
did the rest of djgpp.
Shawn Hargreaves.
- Raw text -