Giter VIP home page Giter VIP logo

boost-for-android-prebuilt's Introduction

boost-for-android-prebuilt's People

Contributors

r4sas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boost-for-android-prebuilt's Issues

1.64 arm64-v8a

hi,
thanks for your prebuild libs.

will 1.64 built with gcc for arm64-v8a ?

ld: error: undefined symbol: boost::throw_exception

Hello,

I finally migrated to Android.mk + Application.mk file.

I have an issue on building my project with some boost calls (regex).

image

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE    			:=  helperEngine
LOCAL_MODULE_FILENAME 		:= 	libhelperEngine
LOCAL_SRC_FILES 			:= 	test.cpp
LOCAL_CPP_EXTENSION 		:= 	.cxx .cpp .cc
LOCAL_CPPFLAGS 				:= 	-D__ANDROID__ -DBOOST_NO_EXCEPTIONS
LOCAL_LDLIBS 				:= 	-llog
LOCAL_C_INCLUDES			:= 	$(LOCAL_PATH)/boost/boost-1_72_0/include
LOCAL_STATIC_LIBRARIES 		:= 	libboost_system \
								libboost_thread \
							   	libboost_context \
							   	libboost_exception \
							   	libboost_container \
							   	libboost_regex \
							   	libboost_atomic \
							   	libboost_chrono
APP_ABI := x86 x86_64 armeabi-v7a arm64-v8a
APP_STL := c++_static
APP_CLANG_TIDY := false
APP_BUILD_SCRIPT := Android.mk
APP_CPPFLAGS += -std=c++14

Need help..
Thanks

I'm using ND24 and boost 1.72 prebuilt.

Missing file `armeabi-v7a/lib/libboost_signals.a` on branch ` boost-1_72_0`

It looks like one compiled file, libboost_signals.a is missing for boost v1.72.0. Not sure if I'm doing anything wrong, but just thought I'd leave a heads up here incase anyone else tries to use that version (and needs libboost_signals).

This is what my root Android.mk looks like:

MY_PATH := $(call my-dir)
include $(MY_PATH)/boost-1_72_0/Android.mk

LOCAL_PATH := $(JNI_PATH)

include $(CLEAR_VARS)
LOCAL_MODULE := <my module name here>
LOCAL_SRC_FILES := <list of files>
LOCAL_LDLIBS += -llog
LOCAL_CPPFLAGS += -std=c++11

LOCAL_SHARED_LIBRARIES := boost
include $(BUILD_SHARED_LIBRARY)

I tried LOCAL_SHARED_LIBRARIES=boost and LOCAL_SHARED_LIBRARIES=boost* with Android NDK 21, and both versions of the Android.mk led to an error that looked like this:

Android NDK: ERROR:/path/to/my/app/jni/boost-1_72_0/Android.mk:boost_signals: LOCAL_SRC_FILES points to a missing file    
Android NDK: Check that /path/to/my/app/jni/boost-1_72_0/armeabi-v7a/lib/libboost_signals.a exists  or that its path is correct   

Looking at that directory in this repo, it does indeed appear that libboost_signals.a does not exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.