Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-20 09:43:47


On 09/20/2004 09:03 AM, Vladimir Prus wrote:
> Larry Evans wrote:
>
>
>>pwd.c:
>>Comeau C/C++ 4.3.3 (Jan 30 2004 15:40:54) for LINUX_INTEL_ELF
>>Copyright 1988-2004 Comeau Computing. All rights reserved.
>>MODE:non-strict warnings C90
>>
>>"pwd.c", line 29: error: operand types are incompatible ("int" and "void
>>*") if (getcwd(buffer, sizeof(buffer)) == NULL)
>>
>
>
> Como just drives me crazy. Here's what "The single UNIX specification" has to
> say:
>
>
> #include <unistd.h>
> char *getcwd(char *buf, size_t size);
>
> The return type should be 'char*', not 'int'. Maybe, you could file a bug
> report against Como?

Ok. I've just cc'ed support_at_[hidden] as instructed by:

http://www.comeaucomputing.com/faqs/genfaq.html#techsupport

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk