Hi,

I tried to compile ecl on Windows7 64bit using Visual Studio 2010 and MinGW32
but it always crashes when executing the `./ecl_min.exe compile` command.

The compile process itself seems to work until ecl_min is executed. Here are the
last lines of MinGW32 console output:

if [ -f CROSS-COMPILER ]; then \
                ./CROSS-COMPILER compile; \
        else \
                ECLDIR=`pwd`/ ./ecl_min.exe compile; \
        fi
make[1]: *** [bin/ecl.exe] Error 253
make[1]: Leaving directory `/c/Users/raz/work/ecl/build'
make: *** [all] Error 2


./ecl_min.exe itself always crashes when I try to execute it myself.
Did I overlooked something?

Thanks,

-- 
Renaud Casenave-Péré

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to