I am new to sage as well as github, I am having a problem in building sage on develop branch using ./sage -br few days ago I successfully compiled and used sage but today when I made certain changes in python file in graph module and the tried to build it using ./sage -br , I got following errors: [Full file is attatched] Can somebody guide on how to proceed or if I am doing any mistake
In file included from ./sage/libs/ntl/ntlwrap.h:5:0, from build/cythonized/sage/combinat/partitions.cpp:663: /home/rajat/sage/local/include/NTL/ZZ.h:774:6: note: candidate: long int NTL::GCD(long int, long int) long GCD(long a, long b); ^ In file included from build/cythonized/sage/combinat/partitions.cpp:2686:0: build/cythonized/sage/combinat/partitions_c.cc: In function ‘void mp_a(__mpfr_struct*, unsigned int, unsigned int)’: build/cythonized/sage/combinat/partitions_c.cc:918:19: error: call of overloaded ‘GCD(unsigned int&, unsigned int&)’ is ambiguous if(GCD(h,k) == 1) { ^ build/cythonized/sage/combinat/partitions_c.cc:327:20: note: candidate: long int GCD(long int, long int) static inline long GCD(long a, long b); ^ In file included from ./sage/libs/ntl/ntlwrap.h:5:0, from build/cythonized/sage/combinat/partitions.cpp:663: /home/rajat/sage/local/include/NTL/ZZ.h:774:6: note: candidate: long int NTL::GCD(long int, long int) long GCD(long a, long b); ^ In file included from build/cythonized/sage/combinat/partitions.cpp:2686:0: build/cythonized/sage/combinat/partitions_c.cc:935:37: error: call of overloaded ‘GCD(unsigned int&, unsigned int&)’ is ambiguous unsigned int d = GCD(r,k); // cos( ^ build/cythonized/sage/combinat/partitions_c.cc:327:20: note: candidate: long int GCD(long int, long int) static inline long GCD(long a, long b); ^ In file included from ./sage/libs/ntl/ntlwrap.h:5:0, from build/cythonized/sage/combinat/partitions.cpp:663: /home/rajat/sage/local/include/NTL/ZZ.h:774:6: note: candidate: long int NTL::GCD(long int, long int) long GCD(long a, long b); ^ In file included from build/cythonized/sage/combinat/partitions.cpp:2686:0: build/cythonized/sage/combinat/partitions_c.cc: In function ‘T a(unsigned int, unsigned int)’: build/cythonized/sage/combinat/partitions_c.cc:1124:19: error: call of overloaded ‘GCD(unsigned int&, unsigned int&)’ is ambiguous if(GCD(h,k) == 1) { ^ build/cythonized/sage/combinat/partitions_c.cc:327:20: note: candidate: long int GCD(long int, long int) static inline long GCD(long a, long b); ^ In file included from ./sage/libs/ntl/ntlwrap.h:5:0, from build/cythonized/sage/combinat/partitions.cpp:663: /home/rajat/sage/local/include/NTL/ZZ.h:774:6: note: candidate: long int NTL::GCD(long int, long int) long GCD(long a, long b); Thanks Rajat -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
errorfile
Description: Binary data