kastnermario / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

Not able to compile in Visual Studio 2010 #294

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download source.
2. ran the command "cmake.exe -G "Visual Studio 10 2010 Win64" 
-DBUILD_SHARED_LIBS=ON"
3. Open  the YAML_CPP.sln file in visual studio 2010 and ran the "build 
solution" 

What is the expected output? What do you see instead?
I'm expecting the file to build without an error. Instead i'm getting the 
following errors: 
Error   3   error LNK1120: 2 unresolved 
externals   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\util\Re
lease\parse.exe parse
Error   39  error LNK1120: 21 unresolved 
externals   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\Re
lease\run-tests.exe run-tests
Error   30  error LNK2001: unresolved external symbol "class YAML::Node __cdecl 
YAML::Load(char const *)" 
(?Load@YAML@@YA?AVNode@1@PEBD@Z)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1
\yaml-cpp-0.5.1\test\spectests.cpp.obj  run-tests
Error   37  error LNK2001: unresolved external symbol "private: void __cdecl 
YAML::detail::node_data::convert_to_map(class boost::shared_ptr<class 
YAML::detail::memory_holder>)" 
(?convert_to_map@node_data@detail@YAML@@AEAAXV?$shared_ptr@Vmemory_holder@detail
@YAML@@@boost@@@Z)  C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.
1\test\spectests.cpp.obj    run-tests
Error   35  error LNK2001: unresolved external symbol "private: void __cdecl 
YAML::detail::node_data::insert_map_pair(class YAML::detail::node &,class 
YAML::detail::node &)" 
(?insert_map_pair@node_data@detail@YAML@@AEAAXAEAVnode@23@0@Z)  C:\Users\phn\Down
loads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj    run-tests
Error   7   error LNK2001: unresolved external symbol "public: class 
YAML::detail::node & __cdecl YAML::detail::memory::create_node(void)" 
(?create_node@memory@detail@YAML@@QEAAAEAVnode@23@XZ)   C:\Users\phn\Downloads\UA_
Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj run-tests
Error   19  error LNK2001: unresolved external symbol "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_data::begin(void)" 
(?begin@node_data@detail@YAML@@QEAA?AV?$node_iterator_base@Vnode@detail@YAML@@@2
3@XZ)   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\specte
sts.cpp.obj run-tests
Error   21  error LNK2001: unresolved external symbol "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_data::end(void)" 
(?end@node_data@detail@YAML@@QEAA?AV?$node_iterator_base@Vnode@detail@YAML@@@23@
XZ) C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectest
s.cpp.obj   run-tests
Error   27  error LNK2001: unresolved external symbol "public: static class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> YAML::detail::node_data::empty_scalar" 
(?empty_scalar@node_data@detail@YAML@@2V?$basic_string@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@A) C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp
-0.5.1\test\spectests.cpp.obj   run-tests
Error   17  error LNK2001: unresolved external symbol "public: unsigned __int64 
__cdecl YAML::detail::node_data::size(void)const " 
(?size@node_data@detail@YAML@@QEBA_KXZ) C:\Users\phn\Downloads\UA_Parser\yaml-cp
p-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj   run-tests
Error   33  error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::memory_holder::merge(class YAML::detail::memory_holder &)" 
(?merge@memory_holder@detail@YAML@@QEAAXAEAV123@@Z) C:\Users\phn\Downloads\UA_Pa
rser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj   run-tests
Error   9   error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::mark_defined(void)" 
(?mark_defined@node_data@detail@YAML@@QEAAXXZ)  C:\Users\phn\Downloads\UA_Parser\
yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj    run-tests
Error   23  error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::push_back(class YAML::detail::node &,class 
boost::shared_ptr<class YAML::detail::memory_holder>)" 
(?push_back@node_data@detail@YAML@@QEAAXAEAVnode@23@V?$shared_ptr@Vmemory_holder
@detail@YAML@@@boost@@@Z)   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-c
pp-0.5.1\test\spectests.cpp.obj run-tests
Error   13  error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_null(void)" 
(?set_null@node_data@detail@YAML@@QEAAXXZ)  C:\Users\phn\Downloads\UA_Parser\yaml
-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj    run-tests
Error   15  error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_scalar(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(?set_scalar@node_data@detail@YAML@@QEAAXAEBV?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@@Z)   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\ya
ml-cpp-0.5.1\test\spectests.cpp.obj run-tests
Error   11  error LNK2001: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_type(enum YAML::NodeType::value)" 
(?set_type@node_data@detail@YAML@@QEAAXW4value@NodeType@3@@Z)   C:\Users\phn\Downl
oads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj run-tests
Error   1   error LNK2019: unresolved external symbol "class 
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl 
YAML::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > 
&,class YAML::Node const &)" 
(??6YAML@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV12@AEBVNode@0@@
Z) referenced in function "void __cdecl parse(class 
std::basic_istream<char,struct std::char_traits<char> > &)" 
(?parse@@YAXAEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z)    C:\Users\phn\Do
wnloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\util\parse.obj  parse
Error   38  error LNK2019: unresolved external symbol "class std::vector<class 
YAML::Node,class std::allocator<class YAML::Node> > __cdecl YAML::LoadAll(char 
const *)" 
(?LoadAll@YAML@@YA?AV?$vector@VNode@YAML@@V?$allocator@VNode@YAML@@@std@@@std@@P
EBD@Z) referenced in function "struct Test::TEST __cdecl 
Test::Spec::PrimaryTagHandle(void)" 
(?PrimaryTagHandle@Spec@Test@@YA?AUTEST@2@XZ)   C:\Users\phn\Downloads\UA_Parser\y
aml-cpp-0.5.1\yaml-cpp-0.5.1\test\spectests.cpp.obj run-tests
Error   28  error LNK2019: unresolved external symbol "class std::vector<unsigned 
char,class std::allocator<unsigned char> > __cdecl YAML::DecodeBase64(class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &)" 
(?DecodeBase64@YAML@@YA?AV?$vector@EV?$allocator@E@std@@@std@@AEBV?$basic_string
@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z) referenced in function "public: 
static bool __cdecl YAML::convert<class YAML::Binary>::decode(class YAML::Node 
const &,class YAML::Binary &)" 
(?decode@?$convert@VBinary@YAML@@@YAML@@SA_NAEBVNode@2@AEAVBinary@2@@Z) C:\Users
\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj   run-te
sts
Error   31  error LNK2019: unresolved external symbol "class YAML::Node __cdecl 
YAML::Clone(class YAML::Node const &)" (?Clone@YAML@@YA?AVNode@1@AEBV21@@Z) 
referenced in function "struct `anonymous namespace'::TEST __cdecl 
Test::Node::CloneScalar(void)" 
(?CloneScalar@Node@Test@@YA?AUTEST@?A0x9e464a8f@@XZ)    C:\Users\phn\Downloads\UA_P
arser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj  run-tests
Error   29  error LNK2019: unresolved external symbol "class YAML::Node __cdecl 
YAML::Load(char const *)" (?Load@YAML@@YA?AVNode@1@PEBD@Z) referenced in 
function "struct `anonymous namespace'::TEST __cdecl 
Test::Node::ResetNode(void)" 
(?ResetNode@Node@Test@@YA?AUTEST@?A0x9e464a8f@@XZ)  C:\Users\phn\Downloads\UA_Par
ser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj    run-tests
Error   2   error LNK2019: unresolved external symbol "class YAML::Node __cdecl 
YAML::Load(class std::basic_istream<char,struct std::char_traits<char> > &)" 
(?Load@YAML@@YA?AVNode@1@AEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 
referenced in function "void __cdecl parse(class std::basic_istream<char,struct 
std::char_traits<char> > &)" 
(?parse@@YAXAEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z)    C:\Users\phn\Do
wnloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\util\parse.obj  parse
Error   5   error LNK2019: unresolved external symbol "class YAML::Node __cdecl 
YAML::Load(class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &)" 
(?Load@YAML@@YA?AVNode@1@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@
D@2@@std@@@Z) referenced in function "void __cdecl Test::`anonymous 
namespace'::RunEmitterTest(void (__cdecl*)(class YAML::Emitter &,class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> &),class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &,int &,int &)" 
(?RunEmitterTest@?A0x07de569a@Test@@YAXP6AXAEAVEmitter@YAML@@AEAV?$basic_string@
DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@ZAEBV56@AEAH4@Z) C:\Users\phn\Dow
nloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\emittertests.obj    run-tests
Error   36  error LNK2019: unresolved external symbol "private: void __cdecl 
YAML::detail::node_data::convert_to_map(class boost::shared_ptr<class 
YAML::detail::memory_holder>)" 
(?convert_to_map@node_data@detail@YAML@@AEAAXV?$shared_ptr@Vmemory_holder@detail
@YAML@@@boost@@@Z) referenced in function "public: void __cdecl 
YAML::detail::node_data::force_insert<int,int>(int const &,int const &,class 
boost::shared_ptr<class YAML::detail::memory_holder>)" 
(??$force_insert@HH@node_data@detail@YAML@@QEAAXAEBH0V?$shared_ptr@Vmemory_holde
r@detail@YAML@@@boost@@@Z)  C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-
cpp-0.5.1\test\nodetests.obj    run-tests
Error   34  error LNK2019: unresolved external symbol "private: void __cdecl 
YAML::detail::node_data::insert_map_pair(class YAML::detail::node &,class 
YAML::detail::node &)" 
(?insert_map_pair@node_data@detail@YAML@@AEAAXAEAVnode@23@0@Z) referenced in 
function "public: void __cdecl 
YAML::detail::node_data::force_insert<int,int>(int const &,int const &,class 
boost::shared_ptr<class YAML::detail::memory_holder>)" 
(??$force_insert@HH@node_data@detail@YAML@@QEAAXAEBH0V?$shared_ptr@Vmemory_holde
r@detail@YAML@@@boost@@@Z)  C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-
cpp-0.5.1\test\nodetests.obj    run-tests
Error   6   error LNK2019: unresolved external symbol "public: class 
YAML::detail::node & __cdecl YAML::detail::memory::create_node(void)" 
(?create_node@memory@detail@YAML@@QEAAAEAVnode@23@XZ) referenced in function 
"public: class YAML::detail::node & __cdecl 
YAML::detail::memory_holder::create_node(void)" 
(?create_node@memory_holder@detail@YAML@@QEAAAEAVnode@23@XZ)    C:\Users\phn\Downlo
ads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj  run-tests
Error   24  error LNK2019: unresolved external symbol "public: class 
YAML::detail::node & __cdecl YAML::detail::node_data::get(class 
YAML::detail::node &,class boost::shared_ptr<class 
YAML::detail::memory_holder>)" 
(?get@node_data@detail@YAML@@QEAAAEAVnode@23@AEAV423@V?$shared_ptr@Vmemory_holde
r@detail@YAML@@@boost@@@Z) referenced in function "public: class 
YAML::detail::node & __cdecl YAML::detail::node_ref::get(class 
YAML::detail::node &,class boost::shared_ptr<class 
YAML::detail::memory_holder>)" 
(?get@node_ref@detail@YAML@@QEAAAEAVnode@23@AEAV423@V?$shared_ptr@Vmemory_holder
@detail@YAML@@@boost@@@Z)   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-c
pp-0.5.1\test\nodetests.obj run-tests
Error   18  error LNK2019: unresolved external symbol "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_data::begin(void)" 
(?begin@node_data@detail@YAML@@QEAA?AV?$node_iterator_base@Vnode@detail@YAML@@@2
3@XZ) referenced in function "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_ref::begin(void)" 
(?begin@node_ref@detail@YAML@@QEAA?AV?$node_iterator_base@Vnode@detail@YAML@@@23
@XZ)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetes
ts.obj  run-tests
Error   20  error LNK2019: unresolved external symbol "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_data::end(void)" 
(?end@node_data@detail@YAML@@QEAA?AV?$node_iterator_base@Vnode@detail@YAML@@@23@
XZ) referenced in function "public: class 
YAML::detail::node_iterator_base<class YAML::detail::node> __cdecl 
YAML::detail::node_ref::end(void)"(?end@node_ref@detail@YAML@@QEAA?AV?$node_iter
ator_base@Vnode@detail@YAML@@@23@XZ)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0
.5.1\yaml-cpp-0.5.1\test\nodetests.obj  run-tests
Error   25  error LNK2019: unresolved external symbol "public: static bool __cdecl 
YAML::convert<bool>::decode(class YAML::Node const &,bool &)" 
(?decode@?$convert@_N@YAML@@SA_NAEBVNode@2@AEA_N@Z) referenced in function 
"private: static bool __cdecl YAML::detail::node_data::equals<bool>(class 
YAML::detail::node &,bool const &,class boost::shared_ptr<class 
YAML::detail::memory_holder>)" 
(??$equals@_N@node_data@detail@YAML@@CA_NAEAVnode@12@AEB_NV?$shared_ptr@Vmemory_
holder@detail@YAML@@@boost@@@Z) C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\
yaml-cpp-0.5.1\test\nodetests.obj   run-tests
Error   26  error LNK2019: unresolved external symbol "public: static class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> YAML::detail::node_data::empty_scalar" 
(?empty_scalar@node_data@detail@YAML@@2V?$basic_string@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@A) referenced in function "public: class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const & __cdecl YAML::Node::Scalar(void)const " 
(?Scalar@Node@YAML@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D
@2@@std@@XZ)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test
\nodetests.obj  run-tests
Error   16  error LNK2019: unresolved external symbol "public: unsigned __int64 
__cdecl YAML::detail::node_data::size(void)const " 
(?size@node_data@detail@YAML@@QEBA_KXZ) referenced in function "public: 
unsigned __int64 __cdecl YAML::detail::node_ref::size(void)const " 
(?size@node_ref@detail@YAML@@QEBA_KXZ)  C:\Users\phn\Downloads\UA_Parser\yaml-cpp
-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj    run-tests
Error   32  error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::memory_holder::merge(class YAML::detail::memory_holder &)" 
(?merge@memory_holder@detail@YAML@@QEAAXAEAV123@@Z) referenced in function 
"private: void __cdecl YAML::Node::AssignData(class YAML::Node const &)" 
(?AssignData@Node@YAML@@AEAAXAEBV12@@Z) C:\Users\phn\Downloads\UA_Parser\yaml-cp
p-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj   run-tests
Error   8   error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::mark_defined(void)" 
(?mark_defined@node_data@detail@YAML@@QEAAXXZ) referenced in function "public: 
void __cdecl YAML::detail::node_ref::mark_defined(void)" 
(?mark_defined@node_ref@detail@YAML@@QEAAXXZ)   C:\Users\phn\Downloads\UA_Parser\y
aml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj run-tests
Error   22  error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::push_back(class YAML::detail::node &,class 
boost::shared_ptr<class YAML::detail::memory_holder>)" 
(?push_back@node_data@detail@YAML@@QEAAXAEAVnode@23@V?$shared_ptr@Vmemory_holder
@detail@YAML@@@boost@@@Z) referenced in function "public: void __cdecl 
YAML::detail::node_ref::push_back(class YAML::detail::node &,class 
boost::shared_ptr<class YAML::detail::memory_holder>)" 
(?push_back@node_ref@detail@YAML@@QEAAXAEAVnode@23@V?$shared_ptr@Vmemory_holder@
detail@YAML@@@boost@@@Z)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yaml-cp
p-0.5.1\test\nodetests.obj  run-tests
Error   12  error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_null(void)" 
(?set_null@node_data@detail@YAML@@QEAAXXZ) referenced in function "public: void 
__cdecl YAML::detail::node_ref::set_null(void)" 
(?set_null@node_ref@detail@YAML@@QEAAXXZ)   C:\Users\phn\Downloads\UA_Parser\yaml-
cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj run-tests
Error   14  error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_scalar(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(?set_scalar@node_data@detail@YAML@@QEAAXAEBV?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@@Z) referenced in function "public: void __cdecl 
YAML::detail::node_ref::set_scalar(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(?set_scalar@node_ref@detail@YAML@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std
@@V?$allocator@D@2@@std@@@Z)    C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\yam
l-cpp-0.5.1\test\nodetests.obj  run-tests
Error   10  error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::detail::node_data::set_type(enum YAML::NodeType::value)" 
(?set_type@node_data@detail@YAML@@QEAAXW4value@NodeType@3@@Z) referenced in 
function "public: void __cdecl YAML::detail::node_ref::set_type(enum 
YAML::NodeType::value)" 
(?set_type@node_ref@detail@YAML@@QEAAXW4value@NodeType@3@@Z)    C:\Users\phn\Downlo
ads\UA_Parser\yaml-cpp-0.5.1\yaml-cpp-0.5.1\test\nodetests.obj  run-tests
Error   4   error LNK2019: unresolved external symbol "public: void __cdecl 
YAML::ostream_wrapper::write(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(?write@ostream_wrapper@YAML@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$
allocator@D@2@@std@@@Z) referenced in function "class YAML::ostream_wrapper & 
__cdecl YAML::operator<<(class YAML::ostream_wrapper &,class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &)" 
(??6YAML@@YAAEAVostream_wrapper@0@AEAV10@AEBV?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@@Z)   C:\Users\phn\Downloads\UA_Parser\yaml-cpp-0.5.1\ya
ml-cpp-0.5.1\test\emittertests.obj  run-tests

What version of the product are you using? On what operating system?
Windows 7 with Visual Studio 2010

Please provide any additional information below.

Original issue reported on code.google.com by xxphungu...@gmail.com on 4 Aug 2015 at 2:56

GoogleCodeExporter commented 8 years ago
yaml-cpp has moved to github.

https://github.com/jbeder/yaml-cpp

Can you refile this issue there?

Original comment by jbe...@gmail.com on 5 Aug 2015 at 6:58

GoogleCodeExporter commented 8 years ago

Original comment by jbe...@gmail.com on 5 Aug 2015 at 6:58

GoogleCodeExporter commented 8 years ago
done. i've refiled in github. thanks

Original comment by xxphungu...@gmail.com on 5 Aug 2015 at 7:56