XCode with boost "Sematic Issue - undeclared identifier va_start"
Posted
by
Paulo Henrique
on Stack Overflow
See other posts from Stack Overflow
or by Paulo Henrique
Published on 2012-09-24T21:35:52Z
Indexed on
2012/09/24
21:37 UTC
Read the original article
Hit count: 261
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.
© Stack Overflow or respective owner