Hi All, I have stuck in an error for a long time and cant figure out what it is . I am using CMarkup class (xml Parser) for parsing XML files which works perfectly in VC++ . When I move that into QT it started throwing some strange error which is hard for me to fix.It says
iconv.h: no such file or director
expected; before cd , etc.
我检查了MArkup网站。
The MARKUP_ICONV mode is currently automatically selected in g++ based on the GNUC predefined macro. Again, you can turn off iconv usage by adding MARKUP_STDCONV to your project preprocessor definitions, or on the command line with -DMARKUP_STDCONV. g++ main.cpp Markup.cpp MarkupTest.cpp -DMARKUP_STDCONV
我尝试了一切,但仍然存在。 谁会遇到类似的问题,帮助我解决这一问题。