This problem seems to be related to the new "ecl-11.1.1.exe" (which
can be used even without a C compiler).
Sorry, but if you want to build EQL, you'll need to download the ECL sources:
"ecl-11.1.1.tar.gz"
and build ECL manually (see "Windows Easy Guide").
(The link error about "static_lib.tmp" is probably related to an older
build of ECL.)
Paul
A (maybe stupid) guess:
Could it simply be that your %path% is not set to the new paths of
both ECL and EQL?
If you open the command prompt from Windows, what does the following
command give?
echo %path%
I ask this because you told to use the latest version of EQL too, but
your log misses a file:
> Start c:build-static-library:
>
> "lisp/x.obj"
> "lisp/package.obj"
> "lisp/ini.obj"
"lisp/enums.obj" <-- this file is missing!
which should be present if you're *really* using the latest EQL version.
Paul
The problem with "static_lib.tmp" is probably trivial to solve:
Sorry, but I didn't try to open it before, it's a simple text file,
including some path.
So, please open the file in an editor, and change the paths
(c:/ecl/...) according to where you installed your ECL.
Hope this helps.
Paul
I wasn't clear enough, sorry.
I mean the "static_lib.tmp" file form the ECL installation, which is
located here:
C:\ ... ecl-11.1.1 \ msvc \ static_lib.tmp
Your ECL installation path most probably differs from mine.
Paul
Sure!
(since it uses ECL 11.1.1)
I will update the eql-win32.zip (maybe tomorrow) to the latest EQL version.
Paul
Huh, sorry, I can't help you right now.
My preferred (and development) platform is Linux, and a quick try to
run the current SLIME with ECL 11.1.1 on Windows hasn't been
successful...
I didn't expect that many possible problems on Windows, and I'm
certainly no Windows expert.
Anyway, I'll try to compile the latest SLIME/Windows (with the latest
EQL) in the next few days, and I'll simply include a compiled SLIME in
the "eql-win32.zip".
Paul
Please download the new eql-win32.zip (built from the latest EQL sources).
It includes now a compiled Slime.
Important: you need to put the slime exactly here:
C:\emacs\slime
I really hope this finally works for you!
Paul
good!
> In windows easy manual can you add that one will use eql in emacs just
> run emacs via bat file like this:
> runemacs.bat:
> @call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
> @"C:\Program Files\Emacs\emacs\bin\runemacs.exe"
ok I will add a section for the EQL-win32.zip, following your
suggestions, thanks.
Paul