Guest User

build error

a guest
Mar 5th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [ 31%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/io/SerializableAsciiReader00.cpp.o
  2. /home/f0z/shogun/shogun/src/shogun/io/SerializableAsciiReader00.cpp: In member function ‘virtual bool shogun::SerializableAsciiReader00::read_scalar_wrapped(const shogun::TSGDataType*, void*)’:
  3. /home/f0z/shogun/shogun/src/shogun/io/SerializableAsciiReader00.cpp:96:34: error: lvalue required as left operand of assignment
  4. ((complex128_t*) param)->real()=c_real;
  5. ^
  6. /home/f0z/shogun/shogun/src/shogun/io/SerializableAsciiReader00.cpp:97:34: error: lvalue required as left operand of assignment
  7. ((complex128_t*) param)->imag()=c_imag;
  8. ^
  9. make[2]: *** [src/shogun/CMakeFiles/libshogun.dir/io/SerializableAsciiReader00.cpp.o] Error 1
  10. make[1]: *** [src/shogun/CMakeFiles/libshogun.dir/all] Error 2
  11. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment