> 
> Successfully built FriCAS 1.2.7 with configure(.ac) and Makefile.in patched
> on Windows 7 with SBCL 1.3.0 and MinGW/MSYS.
> 
> 
> But when I download FriCAS trunc with Subversion without pregerated files,
> the build stops with :
<snip>
> I don't know what is going on exactly.
> 
> Build log file attached
> 
> >
> > Note that when building from SVN on Windows one has to
> > use separate build directory (some filenames created during
> > build differ on in case from filenames of source files).


Log indicates that you build in source directory.  As I wrote
above this currently fails on Windows -- Windows considers
ffcat.spad and FFCAT.spad to name the same file, so FFCAT.spad
(which is extracted from 'curve.spad') will probably overwrite
'ffcat.spad'.  'ffcat.spad' contains inside 'XF.spad' which
is source for ExtensionField.  This probably explains why
ExtensionField is missing and consequently error compiling
FiniteAlgebraicExtensionField.  The exact details may be
a bit different, but due too name clashes build can not work,

Instead you need to do something like:

mkdir /home/gvanuxem/fr_build
cd /home/gvanuxem/fr_build
../fricas/configure ...
make

That is you need to create directory for build, make it
a current directory, run configure from there using pathname
to source tree, then run make (possibly parallel).

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to