Re: Crosscompiling ECL for Windows

2016-11-17 Thread Wolfgang Dautermann
On 2016-11-16 16:57, Daniel Kochmański wrote: > It seems, that your host ECL has different version than sources you > compile. Make sure, that you remove build/ directory (for instance > with make distclean), rebuild host ECL and cross-compile target ECL > with the new host. Thanks. It works now

Re: Crosscompiling ECL for Windows

2016-11-16 Thread Daniel Kochmański
Wolfgang Dautermann writes: > On 2016-11-14 16:20, Daniel Kochmański wrote: >> Your patch added to the develop branch. >> >> Best regards, >> Daniel > > Thank you. That branch I could not (cross)compile. The native > compiliation works, but when I crosscompile, I get error messages, where > I wa

Re: Crosscompiling ECL for Windows

2016-11-15 Thread Wolfgang Dautermann
On 2016-11-14 16:20, Daniel Kochmański wrote: > Your patch added to the develop branch. > > Best regards, > Daniel Thank you. That branch I could not (cross)compile. The native compiliation works, but when I crosscompile, I get error messages, where I was not able to find the reason: First the '

Re: Crosscompiling ECL for Windows

2016-11-15 Thread Wolfgang Dautermann
On 2016-11-12 18:04, Daniel Kochmański wrote: >> Shouldnt a bytecode compiler be invoked, if ECL is configured with >> "--with-cmp=no"? >> > > Yet it should. If you could make an issue on gitlab it would be great. Hm. If both compilers (bytecode & C) are enabled, how can one select which one shou

Re: Crosscompiling ECL for Windows

2016-11-14 Thread Daniel Kochmański
Your patch added to the develop branch. Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: Crosscompiling ECL for Windows

2016-11-12 Thread Daniel Kochmański
Dear Wolfgang, > I think it works now. If someone wants to try it - get > http://wolfgang.dautermann.at/ecl/ecl-crosscompiling.tar.gz > and follow the instructions from > http://wolfgang.dautermann.at/ecl/ecl-crosscompiling/Readme-crosscompiling.txt I'll check it out on Monday. Thanks for working

Re: Crosscompiling ECL for Windows

2016-11-12 Thread Wolfgang Dautermann
On 2016-09-16 10:36, Daniel Kochmański wrote: > Wolfgang Dautermann writes: > >> Dear ECL-developers, >> >> Can one crosscompile ECL for Windows (on a Linux based system)? > > it should, but apparently it doesn't. Dear ECL-developers, I think it works now. If someone wants to try it - get http:

Re: Crosscompiling ECL for Windows

2016-09-24 Thread Wolfgang Dautermann
On 2016-09-20 14:46, Daniel Kochmański wrote: > Cross compilation isn't well support at this point, > but we try to improve that. Hi, (sorry for the late answer) Thank you. I found some further issues. > What host are you building on? ("Z:/" looks very strange if its > Linux). I doubt that the t

Re: Crosscompiling ECL for Windows

2016-09-20 Thread Daniel Kochmański
OK, fixed in the `develop' branch, if you could try the lastest changes and report back if it work for you I would be grateful. Thanks, Daniel -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in t

Re: Crosscompiling ECL for Windows

2016-09-20 Thread Daniel Kochmański
Wolfgang Dautermann writes: > > Thank you very much for the fast response. That seems to solve that > issue. This time it took me more time, sorry about that. > > Currently I try to compile with the following shell script: > > --- > LANG=C > rm

Re: Crosscompiling ECL for Windows

2016-09-17 Thread Wolfgang Dautermann
On 2016-09-16 10:36, Daniel Kochmański wrote: > That is defienetely ECL bug. I've created an issue on GitLab: > > https://gitlab.com/embeddable-common-lisp/ecl/issues/288 > > there is some potential fix (I didn't include it, because of the comment > in our own source code - this needs to be verif

Re: Crosscompiling ECL for Windows

2016-09-16 Thread Daniel Kochmański
Hello, Wolfgang Dautermann writes: > Dear ECL-developers, > > Can one crosscompile ECL for Windows (on a Linux based system)? it should, but apparently it doesn't. > Currently it fails - both the latest release and the current GIT - with: > > > $ ./configure --host=i686-w64-mingw32 > $ make > [.

Crosscompiling ECL for Windows

2016-09-16 Thread Wolfgang Dautermann
Dear ECL-developers, Can one crosscompile ECL for Windows (on a Linux based system)? Currently it fails - both the latest release and the current GIT - with: $ ./configure --host=i686-w64-mingw32 $ make [...] i686-w64-mingw32-gcc -DECLDIR="\"/usr/local/lib/ecl-16.1.2\"" -I. -I/tmp/ecl/build -I/t