Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.19 KB | None | 0 0
  1. c++ -fPIC  -g -Wall -Werror-implicit-function-declaration -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-unknown-pragmas -Wno-deprecated -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse -march=native -mtune=native -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_GZIP -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS  -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_GZIP -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS  -c -I. -I..  -I../libshogun -I.. -o mathematics/lapack.cpp.o mathematics/lapack.cpp
  2. mathematics/lapack.cpp: In function ‘void shogun::wrap_dsyevr(char, char, int, double*, int, int, int, double*, double*, int*)’:
  3. mathematics/lapack.cpp:311:7: error: invalid cast from type ‘__complex__ float’ to type ‘char’
  4. mathematics/lapack.cpp:321:16: error: lvalue required as unary ‘&’ operand
  5. mathematics/lapack.cpp:329:16: error: lvalue required as unary ‘&’ operand
  6. mathematics/lapack.cpp: In function ‘void shogun::wrap_dsygvx(int, char, char, int, double*, int, double*, int, int, int, double*, double*, int*)’:
  7. mathematics/lapack.cpp:347:7: error: invalid cast from type ‘__complex__ float’ to type ‘char’
  8. mathematics/lapack.cpp:356:23: error: lvalue required as unary ‘&’ operand
  9. mathematics/lapack.cpp:361:23: error: lvalue required as unary ‘&’ operand
  10. make[1]: *** [mathematics/lapack.cpp.o] Error 1
  11. make[1]: Leaving directory `/usr/lib/pymodules/python2.7/shogun-2.1.0/src/shogun'
  12. make: *** [libshogun.so.13.0] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement