cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

compiling errors with imgrec iterator on red hat

Open liubodream opened this issue 10 years ago • 1 comments

src/io/data.cpp: In function 'cxxnet::IIteratorcxxnet::DataBatch* cxxnet::CreateIterator(const std::vector<std::pair<std::basic_string<char, std::char_traits, std::allocator >, std::basic_string<char, std::char_traits, std::allocator > >, std::allocator<std::pair<std::basic_string<char, std::char_traits, std::allocator >, std::basic_string<char, std::char_traits, std::allocator > > > >&)': src/io/data.cpp:47: error: expected type-specifier before 'ImageRecordIOIterator' src/io/data.cpp:47: error: expected ')' before 'ImageRecordIOIterator' src/io/data.cpp:47: error: no matching function for call to 'cxxnet::AugmentIterator::AugmentIterator(int_, int)' src/io/iter_augment_proc-inl.hpp:24: note: candidates are: cxxnet::AugmentIterator::AugmentIterator(cxxnet::IIteratorcxxnet::DataInst_, int) src/io/iter_augment_proc-inl.hpp:22: note: cxxnet::AugmentIterator::AugmentIterator(const cxxnet::AugmentIterator&) make: *** [data.o] Error 1 make: *** Waiting for unfinished jobs....

can anyone give me some help, I will thanks a lot!!!

liubodream avatar Jul 20 '15 03:07 liubodream

I have the same problem. Have you solved this problem? Thank a lot.

kerwinJ avatar May 06 '16 13:05 kerwinJ