On 24-Jul-2001 Wilkinson, Mike wrote:
> May I ask what C compiler/tools you are using to do this? nmake (VC++
> 6.0) seems not like running 'test' on POE, but the Filter package
> seemed to build and test okay.
If you read my report, you will see that it does build, but doesn't test
OK. I ran each test in t/ by hand
> C:\POE-0.15>nmake test
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Install cygwin's bash, it's really worth it. Also, then you can go alias
make="nmake /nologo" and not have to stare at that each time.
-Philip