On Sat, Aug 25, 2012 at 3:58 AM, Juan Jose Garcia-Ripoll <
juanjose.garciarip...@gmail.com> wrote:

> On Fri, Aug 17, 2012 at 2:21 PM, bob <bobat...@gmail.com> wrote:
>
>> I am trying to build ecl (both stable from git) on MinGW (latest stable)
>> with gcc 4.7.0. But I am presented with different errors during the make
>> stage. Using the stable release (12.7.1) I hit upon make error while
>> building libsocket. So I tried configure with --with-tcp=no. But then I
>> have error in /src/c/file.d.
>
>
> I reckon from your private email that you were configuring with a C++
> compiler. That uncovered certain problems with some windows function
> prototypes and the gcc compiler being less permissive about pointer
> coercion. I fixed all problems in the sockets library and find no further
> problems in file.d. So the message is that now ECL seems to build fine in
> Mingw + C++
>
> I git pull'ed the latest ECL but these configure flags didn't work:
--with-sse=yes --with-cxx=yes. It had problems compiling libffi. So I tried
to compile without dffi with this:

./configure --prefix=/c/lisp/ecl-gcc --with-cxx=yes --with-sse=yes
--with-dffi=no

and it worked! Thanks!

bob
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to