Advertisement
pellekrogholt

Untitled

Nov 23rd, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. octave> libs_load_mean_weighted
  2. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  3. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  4. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  5. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  6. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  7. make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found
  8. In file included from histo_mex.cpp:47:
  9. In file included from /usr/local/Cellar/octave/3.6.4/include/octave-3.6.4/octave/mex.h:77:
  10. In file included from /usr/local/Cellar/octave/3.6.4/include/octave-3.6.4/octave/mexproto.h:52:
  11. /usr/include/c++/4.2.1/cstdlib:142:3: error: declaration conflicts with
  12. target of using declaration already in scope
  13. abs(long __i) { return labs(__i); }
  14. ^
  15. /usr/include/stdlib.h:146:6: note: target of using declaration
  16. int abs(int) __pure2;
  17. ^
  18. /usr/include/c++/4.2.1/cstdlib:109:11: note: using declaration
  19. using ::abs;
  20. ^
  21. /usr/include/c++/4.2.1/cstdlib:145:3: error: declaration conflicts with
  22. target of using declaration already in scope
  23. div(long __i, long __j) { return ldiv(__i, __j); }
  24. ^
  25. /usr/include/stdlib.h:158:8: note: target of using declaration
  26. div_t div(int, int) __pure2;
  27. ^
  28. /usr/include/c++/4.2.1/cstdlib:116:11: note: using declaration
  29. using ::div;
  30. ^
  31. histo_mex.cpp:72:11: warning: 6 enumeration values not handled in switch:
  32. 'mxUNKNOWN_CLASS', 'mxCELL_CLASS', 'mxSTRUCT_CLASS'... [-Wswitch]
  33. switch (Sort.Type) {
  34. ^
  35. 1 warning and 2 errors generated.
  36. make: *** [histo_mex.mex] Error 1
  37. 'make' returned the following error: mkoctfile --mex histo_mex.cpp -lgomp ## Octave
  38. error: called from 'pkg>configure_make' in file /usr/local/Cellar/octave/3.6.4/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
  39. error: called from:
  40. error: /usr/local/Cellar/octave/3.6.4/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
  41. error: /usr/local/Cellar/octave/3.6.4/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
  42. error: /Users/pelle/dev/braininterfaces/notes/experiments/final_evaluation/data/libs_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement