gSoap not working with correct pkg-config

Posted by O.O on Super User See other posts from Super User or by O.O
Published on 2012-09-17T21:25:47Z Indexed on 2012/09/17 21:41 UTC
Read the original article Hit count: 268

Filed under:

I run: soapcpp2 myClass.hpp -dsoap and get this error:

Package gsoap++ was not found in the pkg-config search path. Perhaps you should add the directory containing `gsoap++.pc' to the PKG_CONFIG_PATH environment variable No package 'gsoap++' found

Package gsoap++ was not found in the pkg-config search path. Perhaps you should add the directory containing `gsoap++.pc' to the PKG_CONFIG_PATH environment variable No package 'gsoap++' found

The path is set...

$ echo $PKG_CONFIG_PATH
:/home/someUser/SOAP/gsoap-2.8/:/home/someUser/SOAP/gsoap-2.8/

© Super User or respective owner

Related posts about cygwin