Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: Build error - MS Casablanca on Linux SUSE Enterprise

$
0
0
Hi All,

I was trying to build the casablanca SDK on a Linux SUSE Enterprise 11 machine. The "make all" failed midway with the following error (slightly modified, i have replaced the long path leading to "restcpp" with <path to directory>):
make[2]: Entering directory `/<path to directory>/restcpp/chkout/Release/src'
Building library /<path to directory>/restcpp/chkout/Release/../Binaries/Debug64/libcasablanca.so
/usr/bin/ld: cannot find -lboost_locale
/usr/bin/ld: cannot find -lboost_regex
collect2: error: ld returned 1 exit status
I have followed the instructions on this page (modifying as required for Linux).

I have made sure that libxml++, boost and SSL libraries are installed.

Also, the make shows the following warning for every file it is compiling:
Package libxml++-2.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml++-2.6.pc'
to the PKG_CONFIG_PATH environment variable
I tried to find the directory where the above file was, but "find" could not locate the .pc file at all.

Any help on this would be much appreciated.

Viewing all articles
Browse latest Browse all 4845

Trending Articles