January 13, 2004
I have tried to follow Arjen Knepper's excellent instructions for setting up wxWindows to work with the Digital Mars C++ Compiler. Everything seems to work just fine execpt when I try to compile the sample program "Minimal". I get an error message that the character "<" is invalid in makedmc.env.  The offending line seems to be

*$(CC) $(CFLAGS) $(CPPFLAGS) $(INCLUDE) $< -o$@

Can anyone tell me what might be wrong? I am no expert on makefiles.