keerthanashanmugam / graphlabapi

Automatically exported from code.google.com/p/graphlabapi
1 stars 0 forks source link

Compilation problem in svdpp.hpp file #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd debug
2. make

What version of the product are you using? On what operating system?

I have downloaded: graphlabapi_v1_1396.tar.gz

Linux zwks01 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011 
x86_64 GNU/Linux

Please provide any additional information below.

I had the following output:

Linking CXX executable pbp_protein
[ 94%] Built target pbp_protein
Scanning dependencies of target pagerank
[ 94%] Building CXX object demoapps/pagerank/CMakeFiles/pagerank.dir/pagerank.o
Linking CXX executable pagerank
[ 94%] Built target pagerank
Scanning dependencies of target graphlabpmf
[ 94%] Building CXX object demoapps/pmf/CMakeFiles/graphlabpmf.dir/pmf.o
In file included from /mnt/hd0/zunnit/graphlabapi/demoapps/pmf/pmf.cpp:49:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp: In function ‘void 
svd_init()’:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:62: error: ‘D’ was not 
declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:65: error: ‘debug’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:65: error: ‘class 
problem_setup’ has no member named ‘D’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp: In function ‘double 
calc_svd_rmse(graph_type*, bool, double&)’:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:74: error: ‘Le’ was not 
declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:82: error: ‘g’ was not 
declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:84: error: ‘class 
problem_setup’ has no member named ‘D’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp: In function ‘void 
svd_post_iter()’:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:107: error: ‘iiter’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:111: error: ‘gt’ was not 
declared in this scope
In file included from /mnt/hd0/zunnit/graphlabapi/demoapps/pmf/pmf.cpp:49:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:111: error: 
‘validation_graph’ was not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp: In function ‘float 
svd_predict(const vertex_data&, const vertex_data&, const edge_data*, float, 
float&)’:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:129: error: ‘class 
problem_setup’ has no member named ‘maxval’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:130: error: ‘class 
problem_setup’ has no member named ‘minval’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp: In function ‘void 
svd_plus_plus_update_function(graphlab::iscope<graphlab::graph<vertex_data, 
edge_data> >&, graphlab::icallback<graphlab::graph<vertex_data, edge_data> 
>&)’:
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:149: error: ‘debug’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:151: error: ‘class 
problem_setup’ has no member named ‘D’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:163: error: ‘edge_list’ 
was not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:163: error: expected ‘;’ 
before ‘outs’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:164: error: expected ‘;’ 
before ‘ins’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:172: error: ‘class 
problem_setup’ has no member named ‘D’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:174: error: ‘outs’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:186: error: ‘class 
problem_setup’ has no member named ‘D’
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:189: error: ‘outs’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:216: error: ‘outs’ was 
not declared in this scope
/mnt/hd0/zunnit/graphlabapi/demoapps/pmf/svdpp.hpp:223: error: ‘counter’ 
was not declared in this scope
make[2]: *** [demoapps/pmf/CMakeFiles/graphlabpmf.dir/pmf.o] Error 1
make[1]: *** [demoapps/pmf/CMakeFiles/graphlabpmf.dir/all] Error 2
make: *** [all] Error 2

Original issue reported on code.google.com by ani...@zunnit.com on 29 Aug 2011 at 8:09

GoogleCodeExporter commented 8 years ago

Original comment by yucheng...@gmail.com on 16 Nov 2012 at 11:30