This gives error message when I try to make, [ 6%] Building CXX object src/CMakeFiles/csympy.dir/basic.cpp.o [ 13%] Building CXX object src/CMakeFiles/csympy.dir/dict.cpp.o /home/pallab/csympy/src/dict.cpp: In function ‘std::ostream& operator<<(std::ostream&, const CSymPy::Dict_int&)’: /home/pallab/csympy/src/dict.cpp:6:17: error: expected initializer before ‘:’ token /home/pallab/csympy/src/dict.cpp:9:5: error: expected primary-expression before ‘return’ /home/pallab/csympy/src/dict.cpp:9:5: error: expected ‘)’ before ‘return’ make[2]: *** [src/CMakeFiles/csympy.dir/dict.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/csympy.dir/all] Error 2 make: *** [all] Error 2
On Tuesday, July 17, 2012 11:09:17 AM UTC-4, Ondřej Čertík wrote: > > On Tue, Jul 17, 2012 at 3:40 AM, pallab <[email protected]> wrote: > > > > Hi, > > > > I would like to help. Please let me know how I can help. Although my > help > > may not be very effective :) > > Right now you can help by sending pull requests against: > > https://github.com/certik/csympy/tree/w > > (i.e. the "w" branch) that improve the code so that we can run > benchmarks from here: > > https://github.com/certik/sympyx/blob/master/benchmarks.py > > we'll stay on the C++ level, so that we don't have to bother with > Python wrappers (for now). > It might be too difficult to help out with this at this stage, I don't > know. I wanted to ask for help > later, but since you asked, I figured out why not to let you know early. > > Ondrej > -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/oor-J0yyMKMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
