On Wed, Mar 17, 2010 at 1:01 PM, Nicolas M. Thiery
<nicolas.thi...@u-psud.fr> wrote:
> Thanks!
>
> Did you try with the latest version I posted on trac (6 hours ago) ?
>
> In principle this issue should be fixed.

Yes, I did.  Here's the error

if gcc -DHAVE_CONFIG_H -I. -I. -I./config    -Wall -pedantic -I
semigroupe -g -O2 -MT SelfContainedTest.o -MD -MP -MF
".deps/SelfContainedTest.Tpo" \
          -c -o SelfContainedTest.o `test -f 'SelfContainedTest.c' || echo
'./'`SelfContainedTest.c; \
        then mv -f ".deps/SelfContainedTest.Tpo" ".deps/SelfContainedTest.Po"; \
        else rm -f ".deps/SelfContainedTest.Tpo"; exit 1; \
        fi
cc1: error: semigroupe: not a directory
make: *** [SelfContainedTest.o] Error 1

This is because of the "-I semigroupe" due to

#ls -al Semigroupe
-rwxr-xr-x 1 mhansen None 16398 2010-03-17 10:50 Semigroupe

--Mike

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to