Hi sage-release, I get an error with the compilation of sage/graphs/distances_all_pairs.c. Here is what I did:
$ git checkout master $ git pull --ff-only github master $ make distclean $ make [...] **************************************************** Host system: Darwin pol 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=/Users/slabbe/Applications/sage-git/local/bin/gcc COLLECT_LTO_WRAPPER=/Users/slabbe/Applications/sage-git/local/bin/../libexec/gcc/i386-apple-darwin9.8.0/4.7.3/lto-wrapper Target: i386-apple-darwin9.8.0 Configured with: ../src/configure --prefix=/Users/slabbe/Applications/sage-6.2.beta6/local --with-local-prefix=/Users/slabbe/Applications/sage-6.2.beta6/local --with-gmp=/Users/slabbe/Applications/sage-6.2.beta6/local --with-mpfr=/Users/slabbe/Applications/sage-6.2.beta6/local --with-mpc=/Users/slabbe/Applications/sage-6.2.beta6/local --with-system-zlib --disable-multilib --disable-nls Thread model: posix gcc version 4.7.3 (GCC) **************************************************** [...] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/slabbe/Applications/sage-git/local/include -I/Users/slabbe/Applications/sage-git/local/include/csage -I/Users/slabbe/Applications/sage-git/src -I/Users/slabbe/Applications/sage-git/src/sage/ext -I/Users/slabbe/Applications/sage-git/local/include/python2.7 -c sage/graphs/distances_all_pairs.c -o build/temp.macosx-10.5-i386-2.7/sage/graphs/distances_all_pairs.o -fno-strict-aliasing -w sage/graphs/distances_all_pairs.c: In function '__pyx_f_4sage_6graphs_19distances_all_pairs_binary_matrix_set1': sage/graphs/distances_all_pairs.c:17:0: error: unterminated #else sage/graphs/distances_all_pairs.c:5963:3: error: expected ';' at end of input sage/graphs/distances_all_pairs.c:5963:3: error: expected declaration or statement at end of input error: command 'gcc' failed with exit status 1 gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/slabbe/Applications/sage-git/local/include -I/Users/slabbe/Applications/sage-git/local/include/csage -I/Users/slabbe/Applications/sage-git/src -I/Users/slabbe/Applications/sage-git/src/sage/ext -I/Users/slabbe/Applications/sage-git/local/include/python2.7 -c sage/graphs/base/static_dense_graph.c -o build/temp.macosx-10.5-i386-2.7/sage/graphs/base/static_dense_graph.o -fno-strict-aliasing -w real 7m2.226s user 5m46.811s sys 0m32.472s make[2]: *** [/Users/slabbe/Applications/sage-git/local/var/lib/sage/installed/sage] Error 1 make[1]: *** [all] Error 2 real 309m57.375s user 246m38.930s sys 37m50.261s *************************************************************** Error building Sage. The following package(s) may have failed to build: The build directory may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. make: *** [build] Error 1 -- You received this message because you are subscribed to the Google Groups "sage-release" 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 http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
