You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the source code. Many files forget to include standard
libraries, and some of the assertions in the Unit tests fail.
What steps will reproduce the problem?
1. Follow the instructions on https://code.google.com/p/sofia-ml/
2. Run make all_test in src/
What is the expected output? What do you see instead?
I see lots of compile time errors.
What version of the product are you using? On what operating system?
Ubuntu 14.04, G++ 4.7, sofia-ml
Please provide any additional information below.
The following updates fixed everything for me:
sf-sparse-vector_test.cc
l27 //assert(x1.GetGroupId() == "2");
l75 //assert(x6.GetGroupId() == "3");
simple-cmd-line-helper.h
l68 #include <cstdlib>
l69 #include <stdio.h>
sofia-ml-methods_test.cc
l19 #include <cstdlib>
Original issue reported on code.google.com by hol...@it-caesar.de on 16 Jul 2014 at 4:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
hol...@it-caesar.de
on 16 Jul 2014 at 4:55The text was updated successfully, but these errors were encountered: