avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

src/ime-core/utils.h should include <string> #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Otherwise compiling may fail:

In file included from ../../src/ime-core/imi_options.h:41:0,
                 from sunpinyin.cpp:52:
../../src/ime-core/utils.h:43:19: error: ‘string’ is not a member of 
‘std’

I am using ibus-sunpinyin-2.0.1.tar.gz, and './configure 
--enable-gtkstandalone'.

Original issue reported on code.google.com by arcpp.zju@gmail.com on 1 Aug 2010 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by find...@gmail.com on 3 Aug 2010 at 5:46

GoogleCodeExporter commented 9 years ago
had been fixed in github master ...

Original comment by find...@gmail.com on 3 Aug 2010 at 11:05