
At first it was complaining about being unable to find any of the #include <tclap/file.h> files. I fixed that (I think) by changing them to #include "file.h", and renaming the tclap-1.0.5/ directory to tclap. But then, it complained about being unable to #include <IL/il.h>. This time, there isn't a IL directory at all

I am new to this compiling thing, Ive only done small, single file programs before, so its quite possible I am missing something trivially small. Any one got any idea whats going on? Or where to find all the files I seem to be missing?
Im using Bloodshed Dev C++ compiler.
Thanks
