COP Version 2.0
bb
bblochl at arcor.de
Sat Jan 30 09:42:44 UTC 2010
PICCA Frédéric-Emmanuel schrieb:
> ok so I took the Makefile of the stable version and try to compile the 0.39-rc1 version.
>
> I attach the Makefile as I have to do a small modification to help lisaac finding the library path by defining
> the LISAAC_DIRECTORY.
>
> but I have this problem when compiling the shorter
>
> picca at mordor:~/Debian/lisaac/lisaac$ make all
> cd bin && LISAAC_DIRECTORY=`pwd`/.. ./lisaac ../src/make.lip -shorter -boost
> Depending pass: ..--SEMANTIC---------
> Invariance type result invalid.
> Line 36 column 11 in PARSER(.../lib/unstable/expat-binding/src/parser.li):
> + parent :Expanded EXPAT_OBJECT;
> ^
>
> Line 36 column 11 in EXPAT_OBJECT(.../lib/unstable/expat-binding/src/private/expat_object.li):
> + parent :Expanded OBJECT;
> ^
> make: *** [bin/shorter] Erreur 1
>
>
I do not know if that is a problem, but if you check
../src/make.lip
you find that ist is not executable. I think it should be executable?
If I check the directory /lib/ I cannot find the subdirectory unstable,
so the call of
/lib/unstable/expat-binding/src/parser.li
is on error. I cannot find any directory unstable in the whole file
system of version lisaac_0.39_rc1! And I find parser.li in the directory
"src" and in example/tiny-object.
May be that is a relict from the move from unstable to lisaac_0.39_rc1?
Indeed I found a directory
/lib/unstable/
but without "expat-binding/src/parser.li" in the version
lisaac_0.39_beta. But it is still a mystery, because there is no
directory tree expat-bindings/src an not a file parser.li. But again the
parser.li is located in "src" and in example/tiny-object.
If one checks trhe file make.lip in line 77 and 78 one finds
+ lib_extra:STRING := "lib/extra/*";
+ lib_unstable:STRING := "lib/unstable/*";
I argue that there a wrong path is set! I think one should correct this
for the new version lisaac_0.39_rc1 as tehre is no directory unstable at
all!
My be all that is without rhyme or reason than I am sorry. I am not a
developer but a simple minded PC user.
Regards BB
More information about the Lisaac-devel
mailing list