[Ecls-list] What do I do after compiling ECL Android

2015-06-24 Thread ThutmoseIII Thoth
All, I finally got ECL android to compile, and I wish to proceed. Specifically, 1. Where do I put the ECL files on my android device? 2. Do I need root privileges? (I've tried copying the ECL binary with "adb push"and the android OS won't even let me try to run it. 3. How do I start

[Ecls-list] Re?? Packaging executable

2015-06-24 Thread Rujia Liu
Thanks! make-build is exactly what I need. However, I ran into an error when calling it: compile-file-pathname does not support OBJECT when i use type :fasl and does not support LIB for type :program compile-file-pathname seems like a function to determine the file extension. Maybe my ecl is

Re: [Ecls-list] Packaging executable

2015-06-24 Thread Evrim Ulu
Hello, I'm confused. Please explain the following. 2015-06-24 13:12 GMT+03:00 Rujia Liu <2575...@qq.com>: > > However, I ran into an error when calling it: compile-file-pathname does > not support OBJECT when i use type :fasl and does not support LIB for type > :program > > :program should give

[Ecls-list] ?????? Packaging executable

2015-06-24 Thread Rujia Liu
sorry for the confusion. for some reason I am unable to post the exact error messages. I will try to reproduce the error on my home pc ASAP. The problem is that make-build calls compile-file-pathname internally and the error is not directly from make-build When I manually try something like (

Re: [Ecls-list] Packaging executable

2015-06-24 Thread Evrim Ulu
https://gitlab.com/embeddable-common-lisp/ecl/blob/develop/contrib/bytecmp/bytecmp.lsp#L61 Is this the case? Are you trying to use the byte-compiler? Sorry Rujia, I'm pretty busy right atm, I'm trying to finish my dissertation. I wish I could help you. evrim. 2015-06-24 13:46 GMT+03:00 Rujia Li

[Ecls-list] ?????? Packaging executable

2015-06-24 Thread Rujia Liu
Yes, I confirmed you are right, but I dont know why I am using it instead of the native compiler. I did every thing in default (e.g did not change Makefile and did not add any flags to nmake). I am using vs2008 under windows XP sp2, Chinese edition. Could any one tell me why I am using bytec

Re: [Ecls-list] 回复: Packaging executable

2015-06-24 Thread Daniel Kochmański
Hey, bytecmp is default on windows - in changelog in sources you may read under "known issues": In Windows ECL comes with bytecodes compiler by default, because C compilers are normally not avaiable. Unfortunately several libraries out there are not prepared for this. If you plan to use

[Ecls-list] ?????? ?????? Packaging executable

2015-06-24 Thread Rujia Liu
Thanks! I only want to make executables with asdf:make-build and will not compile any code on end user' system. is it ok? or rather, is it possible to switch cmp back and forth? iPhone -- -- ??: Daniel Kochma??ski : 2015??06??24?? 22