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>):
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:
Any help on this would be much appreciated.
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.