liruoteng/FlowNet

Building error

Opened this issue · 1 comments

While using make command I get the following error:
In file included from src/caffe/common.cpp:8:0:
./include/caffe/util/rng.hpp:20:79: error: ‘RandomGeneratorParameter’ does not name a type
template <typename Dtype,typename Randtype> Randtype caffe_rng_generate(const RandomGeneratorParameter& param, Dtype discount_coeff = 1,Dtype prob0_value = NAN);

It seems that I have an issue with the RandomGeneratorParameter type... Any clue appreciated !
Please let me know if more details are required.
Thanks in advance

The issue was related to a bad Makefile.config