The first one seems to have a problem with a declaration somewhere, the second is you're trying to compile a makefile, there's no source in there you should have a program called make in that same directory, that's what you want to use. So something like this:
C:\BORLAND\BCC55\BIN>make C:\CIRCLE\SRC\MAKEFILE.BCC
I haven't used Borland in a long time so I can't tell you how this make works or if that is in fact the right name for it, but give it a shot.




Reply With Quote