Advertisement
Guest User

Untitled

a guest
May 2nd, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. mathematics/Random.cpp:33:2: error: member access into incomplete type 'shogun::Parameter'
  2. SG_ADD(&m_seed, "seed", "Seed for PRNG", MS_NOT_AVAILABLE);
  3. ^
  4. ../shogun/base/SGObject.h:65:15: note: expanded from macro 'SG_ADD'
  5. m_parameters->add(param, name, description);\
  6. ^
  7. ../shogun/base/SGObject.h:39:7: note: forward declaration of 'shogun::Parameter'
  8. class Parameter;
  9. ^
  10. mathematics/Random.cpp:33:2: error: member access into incomplete type 'shogun::Parameter'
  11. SG_ADD(&m_seed, "seed", "Seed for PRNG", MS_NOT_AVAILABLE);
  12. ^
  13. ../shogun/base/SGObject.h:67:32: note: expanded from macro 'SG_ADD'
  14. m_model_selection_parameters->add(param, name, description);\
  15. ^
  16. ../shogun/base/SGObject.h:39:7: note: forward declaration of 'shogun::Parameter'
  17. class Parameter;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement