|
From: Jose Aparicio-N. <ja...@fr...> - 2009-11-05 14:58:18
|
Quoting Luigi Ballabio <lui...@gm...>:
>
> Hi all,
> as it turns out, the latest tarballs weren't the final ones after all.
Almost fine and dandy here on a very old CygWin/gcc set on W2K:
/gcc/i686-pc-cygwin/3.4.4/
boost 1.38.0
Lib builds and all the examples build and run.
Could not build the test-suite because I am having trouble building boost::test
on this environment but thats my own problem.
The building stops at the emacs/lisp script creation with the message below
and the libs do not get installed.
>From my ignorance I guess it has something to do with my local emacs
installation. If you can please tip me on this one now that I am at it.
So there are no code generation problems, I'll blame the other problems to my
cygwin installation. This is not a problem I am having now with 0.9.9; it is
not the env I normally use.
Best regards
Pepe
--------------------------------------------------------------
[......]
make[1]: Entering directory `/cygdrive/c/Documents and Settings/Pepe/Desktop/Q
uantLib-0.9.9'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='quantlib.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/sh ./config/elisp-comp "$@" || exit 1; \
else : ; fi
mv: cannot stat `*.elc': No such file or directory
make[1]: *** [elc-stamp] Error 1
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Pepe/Desktop/Qu
antLib-0.9.9'
make: *** [all-recursive] Error 1
--------------------------------------------------------------
|