[Ecls-list] [emscripten] function pointer casting issue?

2015-03-22 Thread Rujia Liu
Dear all, AFAICS the manipulation with 'foo' makes no sense in Javascript. I would just remove the test (which seem to fail now) and the 'else' branch. Thanks for your suggestion. I removed this and got stuck in another place: d:\ecl-em\msvc\bclinknode a.out.js Calling stub instead of signal()

[Ecls-list] [emscripten] exception in cs_set_size (when executing cl-boot)

2015-03-20 Thread Rujia Liu
Dear all, Now that I've successfully compiled ECL with empscripten after quite a few tweaking in code and config. However, it crashes: node a.out.js Calling stub instead of signal() Calling stub instead of signal() Calling stub instead of signal() Calling stub instead of signal() Calling stub

[Ecls-list] ?????? Issue: ECL fails to compile under Chinese Windows

2015-03-06 Thread Rujia Liu
??: Rujia Liu 2575...@qq.com : ecls-list ecls-list@lists.sourceforge.net : Re: [Ecls-list] Issue: ECL fails to compile under Chinese Windows Hello, I believe that I have succesfully found solution. Problem was recurrence in si_make_encoding function. It was calling ext::make-encoding

[Ecls-list] 回复: Fwd: Emscripten support?

2015-03-13 Thread Rujia Liu
the next week and report my progress and/or troubles. On Sun, Mar 8, 2015 at 11:39 PM, Rujia Liu 2575...@qq.com wrote: Dear all, Anyone interested in emscripten support of ECL? I'm talking about this because 1. ECL's code is quite portable 2. ECL's only dependencies: bdwgc and gmp are both

[Ecls-list] [emscripten support] Compile under windows without ECL_THREADS?

2015-03-14 Thread Rujia Liu
Dear all, To support emscripten, I think we need to compile ECL without threads support. However, currently ECL windows port must be built without threads, as in ecl/ecl.h: # ifdef ECL_THREADS typedef HANDLE pthread_t; typedef HANDLE pthread_mutex_t; typedef HANDLE pthread_cond_t;

[Ecls-list] ?????? Emscripten support?

2015-03-12 Thread Rujia Liu
Ok. I'll try to port it in my spare time. If anyone else would like to join, I'd be happy. iPhone -- -- ??: Daniel Kochma??ski jackdan...@hellsgate.pl : 2015??03??13?? 04:58 ??: Rujia Liu 2575...@qq.com : ecls-list ecls-list

[Ecls-list] ?????? ?????? ??????ecl-15.2.21 build failed with visual studio 2012express (ecl_min.execrash)

2015-03-12 Thread Rujia Liu
ok I'll try to make an account at gitlab and post a more detailed bug report iPhone -- -- ??: Daniel Kochma??ski jackdan...@hellsgate.pl : 2015??03??13?? 04:58 ??: Rujia Liu 2575...@qq.com : lll l...@xeltek-cn.com, ecls-list

[Ecls-list] Issue: ECL fails to compile under Chinese Windows

2015-03-03 Thread Rujia Liu
can choose to skip this part when compiling? BTW: I'm very happy to see that ECL has a new maintainer now. That's REALLY great! ‍ Best regards, Rujia Liu-- Dive into the World of Parallel Programming The Go Parallel

[Ecls-list] ??????When installing ecl using VS2013, it reports bugs????

2015-03-08 Thread Rujia Liu
it looks like you are not using nmake inside visual stidio command prompt. It is recommended to launch visual studio command prompt to use command line tools like nmake or msbuild - Rujia iPhone -- -- ??: Hernan Ezequiel Di Giorgi

[Ecls-list] 回复: When installing ecl using VS2013, it reports bugs……

2015-03-08 Thread Rujia Liu
code '0x2' Stop. NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 11.0 \VC\BIN\nmake.exe' : return code '0x2' Stop. 2015-03-08 12:26 GMT-03:00 Rujia Liu 2575...@qq.com: it looks like you are not using nmake inside visual stidio command prompt. It is recommended

[Ecls-list] Emscripten support?

2015-03-08 Thread Rujia Liu
Dear all, Anyone interested in emscripten support of ECL? I'm talking about this because 1. ECL's code is quite portable 2. ECL's only dependencies: bdwgc and gmp are both supporting emscripten (though bdwgc's emscripten support was added in July 2014, not yet available in last stable

[Ecls-list] Packaging executable

2015-06-23 Thread Rujia Liu
Dear all, I want to migrate a win32 application previously built win ccl, to ecl. With ccl I used CCL:SAVE-APPLICATION to save a big exe file (after loading neccesary libraries), which works perfectly. However, with ecl, I only know how to write a simple exe which loads run a bunch of on-disk

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

2015-06-24 Thread Rujia Liu
-- -- ??: Evrim Ulu evrim...@gmail.com : 2015??06??24?? 18:36 ??: Rujia Liu 2575...@qq.com : ecls-list ecls-list@lists.sourceforge.net : Re: [Ecls-list] Packaging executable Hello, I'm confused. Please explain the following. 2015-06-24 13:12 GMT+03:00 Rujia Liu 2575...@qq.com

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

2015-06-24 Thread Rujia Liu
bytecmp and how can I use native cmp by default? Thanks! Rujia iPhone -- -- ??: Evrim Ulu evrim...@gmail.com : 2015??06??24?? 19:13 ??: Rujia Liu 2575...@qq.com : ecls-list ecls-list@lists.sourceforge.net : Re: [Ecls-list

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

2015-06-24 Thread Rujia Liu
: 2015??06??24?? 22:08 ??: Rujia Liu 2575...@qq.com : Evrim Ulu evrim...@gmail.com, ecls-list ecls-list@lists.sourceforge.net : Re: [Ecls-list] ?? Packaging executable Hey, bytecmp is default on windows - in changelog in sources you may read under known issues

[Ecls-list] Re?? building executable using cxml

2015-06-29 Thread Rujia Liu
used, it's ok to replace it with another library. Thanks in advance! - Rujia -- -- ??: Rujia Liu;2575...@qq.com; : 2015??6??29??(??) 6:44 ??: ecls-listecls-list@lists.sourceforge.net; : [Ecls-list] building executable using cxml