On 2013-11-18 08:07 , Blair Zajac wrote:
> I just got a new MacBook Pro and is the first machine I have access to that 
> can run 10.9, so I’m running into problems with fwknop-client port getting it 
> to compile.  It fails on something as simple as this:
> 
> 
> #include <string.h>
> 
> size_t strlcat(char *dst, const char *src, size_t siz);
> 
> int main()
> {
>   return 0;
> }
> 
> 
> $ clang test.c -o test
> test.c:3:8: error: expected parameter declarator
> size_t strlcat(char *dst, const char *src, size_t siz);

I would assume this is because strlcat is now a macro, and using gcc
wouldn't help.

- Josh
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to