in reply to Re^2: Does Inline::CPP module works with VS 2008(vc 9.0)
in thread Does Inline::CPP module works with VS 2008(vc 9.0)
Please read the Writeup Formatting Tips. A reply in bold makes it look as if you're shouting, which I consider impolite. Especially, put your code in between <code> tags and your plain text in between <p> tags.
The error message means that the dmake program was not found. This is likely because you have either not installed it, or Windows cannot find it in the directories in the PATH environment variable.
So you or your system administrator will need to fix the setup of your machine in that regard.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Does Inline::CPP module works with VS 2008(vc 9.0)
by rohn (Initiate) on Sep 16, 2009 at 13:50 UTC | |
by Corion (Patriarch) on Sep 16, 2009 at 14:20 UTC |