CartoDB / mobile-external-libs

External libraries needed for CARTO Mobile SDK
5 stars 6 forks source link

build broken #1

Closed farfromrefug closed 4 years ago

farfromrefug commented 4 years ago

Since you actually replaced the boost submodule with a symlink to a windows folder, it is now impossible to build the sdk anymore :s Any chance for you to bring it back?

mtehver commented 4 years ago

Thanks. Should be fixed now.

farfromrefug commented 4 years ago

@mtehver i cant get it to build. I see the boost folder now but when i build:

/Volumes/dev/carto/mobile-sdk/all/native/components/LicenseManager.cpp:23:10: fatal error: 'boost/lexical_cast.hpp' file not found
#include <boost/lexical_cast.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/carto_mobile_sdk.dir/Volumes/dev/carto/mobile-sdk/all/native/components/LicenseManager.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/carto_mobile_sdk.dir/all] Error 2
make: *** [all] Error 2
Error while executing cmake (path /Volumes/dev/carto/mobile-sdk/build/android-armeabi-v7a):
cmake --build . -- -j4
mtehver commented 4 years ago

Did you follow the steps needed to setup boost (described in mobile-sdk github page)?

git submodule update --init --remote --recursive
cd libs-external/boost
./bootstrap.sh
./b2 headers
cd ../..
farfromrefug commented 4 years ago

@mtehver damn me forgot to do the boostrap again :s really sorry