[Ecls-list] MSVC build errors for latest CVS
Juan Jose Garcia Ripoll
lisp at arrakis.es
Wed Mar 1 02:07:10 UTC 2006
Hi Dean,
I had a look at your patches and your problems seem to be related to
using an older copy of CVS and having updated it.
The new version uses a different directory structure and some of the
files (headers mainly) created from a previous build will conflict with
the new ones. Just to name an example, there are two external.h files,
one residing in msvc/ecl/external.h, a totally different one in
msvc/c/ecl/external.h. Your patches remove the latter, which contains
different external declarations used to build the DLL.
I would recommend starting from scratch. Something like (sorry for my
unix notation)
cd ecls
rm -rf msvc
cvs update -C -P -d msvc
It should not take much to get the updates. If you still experience
problems, please tell me.
Juanjo
--
Max-Planck-Institut für Quantenoptik
Hans-Kopfermann-Str. 1, Garching, D-85748, Germany
Phone: +49 89 32905 345 Fax: +49 89 32905 336
http://www.mpq.mpg.de/Theorygroup/CIRAC/
More information about the ecl-devel
mailing list