-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile failing #66
Comments
Can you put the whole log? there is likely an error before that triggers this. |
The whole log -> http://paste.desdelinux.net/4662 |
this log is truncated, try with another paste site paste.ubuntu.com for example. |
http://paste.ubuntu.com/1367510/ |
here is another build fail log for SHA: c98bec6 |
Hi try the ndkr8c branch. git pull, git checkout ndkr8c then re-compile |
Ok, tomorrow i try |
Finally works ^^ |
thx, works like a charm now |
Here is my log, anybody help me... |
Hans2011,
now re-run distribute.sh... |
Akshayaurora, I meet another issue with zlib.h I tried to copy the subfold's Zlib.h and zconf.h into the folder of zlibmodule.c, but gcc -pthread -Xlinker -export-dynamic -o python |
Could you start fresh? git clean -dxf(usual warning about this deleting any On Mon, Nov 26, 2012 at 10:05 AM, Hans2011 [email protected] wrote:
|
The cleaning seems not works. sudo apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev |
would make sense to have a step in the recipes checking for build dependencies, opened a new issue #68 |
Alternatively, If you run into any issues regarding jmem-ashmem.c compilation, just change the memory manager in In other words, your Android.mk should have something like this: # keep this section commented
# use ashmem as libjpeg decoder's backing store
#LOCAL_CFLAGS += -DUSE_ANDROID_ASHMEM
#LOCAL_SRC_FILES += \
#jmem-ashmem.c
# keep this section uncommented
# the original android memory manager.
# use sdcard as libjpeg decoder's backing store
LOCAL_SRC_FILES += \
jmem-android.c Now |
I solved the problem doing what this post explain: |
This was merged into master some time ago and such you shouldn't need to use this branch and the error shouldn't arise if you have the latest master. |
Hi, firts sorry for my english
I try compile but in make show this error:
/home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S: Assembler messages:
/home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:66: Error: missing ')'
/home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:66: Error: garbage following instruction --
pld (r2,#0)' /home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:259: Error: missing ')' /home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:259: Error: garbage following instruction --
pld (sp,#32)'/home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:271: Error: missing ')'
/home/sonlink/proyectos/python-for-android/src/jni/../jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [/home/sonlink/proyectos/python-for-android/src/obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
any idea why this error?
My system:
Arch Linux (64 bits)
Gcc-multilib 4.7.2
Ant 1.8.4
Android SDK r21
Android NDK r8c
Thanks
The text was updated successfully, but these errors were encountered: