> 
> Can we detect in-tree build and give error on Windows?
> I didn't realize this is caused by in-tree build when I saw
> this error.
 
During out-of-tree build initially build directory should
be empty.  So we could just test if some files from build
directory are present.  Detecting Windows could be tricky,
but we only care if filesystem is case sensitive.  Windows
with case sensitive filesystem should be OK.  Linux
with case insensitive filesystem would fail during build.

Actually we could test if some file giving clash is present.
For example, if build tree constains 'src/algebra/FFCAT.spad'
than we will have trouble.


-- 
                              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