XCode with boost "Sematic Issue - undeclared identifier va_start"
- by Paulo Henrique
C++locale.h
->Semantic Issue
-->Use of undeclared identifier 'va_start'
->Semantic Issue
-->Use of undeclared identifier 'va_end'
First time using boost, downloaded it using ports and created a command line project in XCode.
Header Search Path: /usr/include/**
There is nothing in the code yet, just the main function that comes with the default proj.
Just don't know what to do, never expected this to happen.