Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. swig -w473 -w454 -w312 -w325 -fvirtual -builtin -modern -modernargs -c++ -python -I../../shogun -I../.. -I.. -I. -DSWIGWORDSIZE64 -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 -DHAVE_PYTHON modshogun.i
  2. python ../../.scrub_docstrings.py .py modshogun_wrap.cxx
  3. c++ -fPIC -g -O0 -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 -DHAVE_PYTHON -c -I. -I..  -I../../shogun -I../.. -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include  -o modshogun_wrap.cxx.o modshogun_wrap.cxx
  4. In file included from ../../shogun/structure/DualLibQPBMSOSVM.h:15:0,
  5.                  from modshogun_wrap.cxx:5288:
  6. ../../shogun/structure/libbmrm.h:106:14: error: expected ‘,’ or ‘...’ before ‘(’ token
  7. In file included from ../../shogun/statistics/LinearTimeMMD.h:15:0,
  8.                  from modshogun_wrap.cxx:5391:
  9. ../../shogun/lib/external/libqp.h:61:29: error: expected ‘,’ or ‘...’ before ‘(’ token
  10. make[1]: *** [modshogun_wrap.cxx.o] Error 1
  11. make[1]: Leaving directory `/usr/lib/pymodules/python2.7/shogun-2.1.0/src/interfaces/python_modular'
  12. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement