------- Comment #2 from bkoz at gcc dot gnu dot org  2006-12-11 13:56 -------

Hey Ranjit. It looks like this error is from extc++.h.gch, the precompiled
header for libstdc++ that includes std/tr1/ext. 

>From the file libstdc++-v3/include/ext/codecvt_specializations.h:

#ifndef _EXT_CODECVT_SPECIALIZATIONS_H
#define _EXT_CODECVT_SPECIALIZATIONS_H 1

#include <bits/c++config.h>

#ifdef _GLIBCXX_USE_ICONV

#include <locale>
#include <iconv.h>

...

So, I would think this would pick up iconv_t. If not, what include is needed?

best,benjamin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28265

Reply via email to