Once more about building trunk version under cygwin. I've tried to it one more time and finished with following situation:
Build failed with the error: >> System error: LOAD: A file with name /home/dmitry_semikin/builds/fricas-trunk/fricas-build/src/algebra/IEVALAB.NRLIB/IEVALAB does not exist (1) -> mv: не удалось выполнить stat для <<browse.daase>>: No such file or directory mv: не удалось выполнить stat для <<category.daase>>: No such file or directory mv: не удалось выполнить stat для <<compress.daase>>: No such file or directory mv: не удалось выполнить stat для <<interp.daase>>: No such file or directory mv: не удалось выполнить stat для <<operation.daase>>: No such file or directory make[3]: *** [stamp-db] Ошибка 1 make[3]: Leaving directory `/home/dmitry_semikin/builds/fricas-trunk/fricas-build/src/algebra' make[2]: *** [all-ax] Ошибка 2 make[2]: Leaving directory `/home/dmitry_semikin/builds/fricas-trunk/fricas-build/src/algebra' make[1]: *** [all-algebra] Ошибка 2 make[1]: Leaving directory `/home/dmitry_semikin/builds/fricas-trunk/fricas-build/src' make: *** [all-src] Ошибка 2 Sorry for the Russian output, I run build on machine with russian locale, but hope major things can be taken from this (Ошибка = Error). As it can be seen, the system cannot find the file IEVALAB.NRLIB/IEVALAB I looked at that directory and found, that there is IEVALAB.erlib directory and IEVALAB-.NRLIB (with dash at the end). So, for some reason compiler added dash at the end of IEVALAB, while creating .NRLIB directory and all files within it. I tried to look into the source spad files, but did not find there any differences from other spad files (the only thing I've noticed is that after )abbrev line there is '--' comment (second line in file)... but I do not think, it can play so (although I did not try to build without this line to make sure, that it is not important) So, I wonder if sombody has any idea about why this can happen (dash '-' sign is appended to the name of .erlib, when converted to .NRLIB)? Or may be somebody can give some hints about how this can be debugged... I'll try to think about it myself, but I'm not quite familiar with fricas building process and compiler internals yet. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
