Python-4-Android NumPy error: 'struct lconv' has no member named 'decimal_point'
up vote
0
down vote
favorite
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1
android python android-ndk kivy buildozer
add a comment |
up vote
0
down vote
favorite
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1
android python android-ndk kivy buildozer
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1
android python android-ndk kivy buildozer
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1
android python android-ndk kivy buildozer
android python android-ndk kivy buildozer
edited Nov 9 at 1:01
eyllanesc
68.3k82952
68.3k82952
asked Nov 8 at 19:18
Ahmed Gad
101112
101112
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53214705%2fpython-4-android-numpy-error-struct-lconv-has-no-member-named-decimal-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown