Coder Social home page Coder Social logo

clutter-android's People

Contributors

djdeath avatar mrosset avatar rhuelga avatar thos avatar

Stargazers

 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

clutter-android's Issues

Compilation Error

When I compile in my x64 system, it always exit with this error "configure: error: C compiler cannot create executables".

Looking into the config.log file, I found out that the "ld" complains that it cannot find "libstdc++.so.6". How can I fix it? Thanks!

configure: error: Package requirements (sqlite3) were not met

I replace clutter-android.modules but have same error message.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Replace this :






By this :







////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
And I use ubuntu 1404 and edit build-clutter-android.sh to this:
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

set -ex

download Android NDK and create standalone toolchain

if ! test -d android-ndk-r8c; then

wget http://dl.google.com/android/ndk/android-ndk-r8c-linux-x86.tar.bz2

tar jxf android-ndk-r8c-linux-x86.tar.bz2

rm android-ndk-r8c-linux-x86.tar.bz2

pushd android-ndk-r8c

./build/tools/make-standalone-toolchain.sh --platform=android-14 --install-dir=../toolchain

popd

fi

if ! test -d android-ndk-r9d; then
wget http://dl.google.com/android/ndk/android-ndk-r9d-linux-x86.tar.bz2
tar jxf android-ndk-r9d-linux-x86.tar.bz2
rm android-ndk-r9d-linux-x86.tar.bz2
pushd android-ndk-r9d
./build/tools/make-standalone-toolchain.sh --platform=android-14 --install-dir=../toolchain
popd
fi

JHB_PREFIX=$PWD/jhbuild/.local

set up patched version of jhbuild

if ! test -d jhbuild; then
git clone git://git.gnome.org/jhbuild
pushd jhbuild
patch -p1 -i ../modulesets/patches/jhbuild/disable-clean-la-files.patch
./autogen.sh --prefix=$JHB_PREFIX
make install
popd
fi

mkdir -p $JHB_PREFIX/share/aclocal
cp /usr/share/aclocal/gtk-doc.m4 $JHB_PREFIX/share/aclocal/

source ./android-env.sh

start the build

$JHB_PREFIX/bin/jhbuild -f jhbuildrc-android build -q mx libsoup

download Android SDK

if ! test -d android-sdk-linux; then
wget http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
tar zxf android-sdk_r22.6.2-linux.tgz
rm android-sdk_r22.6.2-linux.tgz
fi

android update sdk -u --filter platform-tool,tool

android update sdk --all -u --filter platform-tool,tool

android update sdk -u --filter android-19

android update sdk --all -u --filter android-19

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.