Advertisement
Guest User

mex error

a guest
Oct 14th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Building with 'gcc'.
  2. Error using mex
  3. In file included from /home/workspace/runtime/random_inc.h:100:0,
  4. from /home/workspace/runtime.h:45,
  5. from /home/workspace/test/randgen.c:10,
  6. from /home/workspace/test/randsfun.c:6:
  7. /home/workspace/runtime/safe_math.h: In function ‘safe_mul_func_float_f_f’:
  8. /home/workspace/runtime/safe_math.h:982:13: error: exponent has no digits
  9. /home/workspace/runtime/safe_math.h:982:20: error: invalid suffix "f" on integer constant
  10. /home/workspace/runtime/safe_math.h:982:35: error: exponent has no digits
  11. /home/workspace/runtime/safe_math.h:982:42: error: invalid suffix "f" on integer constant
  12. /home/workspace/runtime/safe_math.h:982:57: error: exponent has no digits
  13. /home/workspace/runtime/safe_math.h:982:64: error: invalid suffix "f" on integer constant
  14. /home/workspace/runtime/safe_math.h:982:72: error: exponent has no digits
  15. /home/workspace/runtime/safe_math.h:982:79: error: invalid suffix "f" on integer constant
  16. /home/workspace/runtime/safe_math.h: In function ‘safe_div_func_float_f_f’:
  17. /home/workspace/runtime/safe_math.h:994:56: error: exponent has no digits
  18. /home/workspace/runtime/safe_math.h:994:63: error: invalid suffix "f" on integer constant
  19. /home/workspace/runtime/safe_math.h:994:100: error: exponent has no digits
  20. /home/workspace/runtime/safe_math.h:994:107: error: invalid suffix "f" on integer constant
  21. /home/workspace/runtime/safe_math.h:994:115: error: exponent has no digits
  22. /home/workspace/runtime/safe_math.h:994:122: error: invalid suffix "f" on integer constant
  23. /home/workspace/runtime/safe_math.h: In function ‘safe_mul_func_double_f_f’:
  24. /home/workspace/runtime/safe_math.h:1033:12: error: exponent has no digits
  25. /home/workspace/runtime/safe_math.h:1033:33: error: exponent has no digits
  26. /home/workspace/runtime/safe_math.h:1033:55: error: exponent has no digits
  27. /home/workspace/runtime/safe_math.h:1033:69: error: exponent has no digits
  28. /home/workspace/runtime/safe_math.h: In function ‘safe_div_func_double_f_f’:
  29. /home/workspace/runtime/safe_math.h:1045:52: error: exponent has no digits
  30. /home/workspace/runtime/safe_math.h:1045:95: error: exponent has no digits
  31. /home/workspace/runtime/safe_math.h:1045:109: error: exponent has no digits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement