gsoap编译错误:undefined reference to namespaces

1.问题描述:

当把多个wsdl文件合并在一个头文件中时,编译出现错误

gsoap编译错误:undefined reference to namespaces

 

2.问题解决:

修改make file:

CFLAGS 添加: -DWITH_NONAMESPACES

 

CFLAGS := -g -O2 -Wall -Wno-deprecated-declarations -DWITH_NONAMESPACES

你可能感兴趣的:(gsoap编译错误:undefined reference to namespaces)