Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. 1>------ Build started: Project: engine, Configuration: Release Win32 ------
  2. 1> SoundGroup.cpp
  3. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(71): error C2825: 'Engine': must be a class or namespace when followed by '::'
  4. 1> E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(192) : see reference to function template instantiation 'T boost::random::detail::generate_uniform_real<Engine,RealType>(Engine &,T,T)' being compiled
  5. 1> with
  6. 1> [
  7. 1> T=double
  8. 1> , Engine=rng_t *
  9. 1> , RealType=double
  10. 1> ]
  11. 1> ..\..\..\source\soundmanager\scripting\SoundGroup.cpp(108) : see reference to function template instantiation 'double boost::random::uniform_real_distribution<RealType>::operator ()<rng_t*>(Engine &) const' being compiled
  12. 1> with
  13. 1> [
  14. 1> RealType=double
  15. 1> , Engine=rng_t *
  16. 1> ]
  17. 1> ..\..\..\source\soundmanager\scripting\SoundGroup.cpp(108) : see reference to function template instantiation 'double boost::random::uniform_real_distribution<RealType>::operator ()<rng_t*>(Engine &) const' being compiled
  18. 1> with
  19. 1> [
  20. 1> RealType=double
  21. 1> , Engine=rng_t *
  22. 1> ]
  23. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(71): error C2039: 'result_type' : is not a member of '`global namespace''
  24. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(71): error C2146: syntax error : missing ';' before identifier 'base_result'
  25. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(71): error C2065: 'base_result' : undeclared identifier
  26. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(73): error C2065: 'base_result' : undeclared identifier
  27. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(73): error C2923: 'boost::is_integral' : 'base_result' is not a valid template type argument for parameter 'T'
  28. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(73): error C2955: 'boost::is_integral' : use of class template requires template argument list
  29. 1> E:\0AD\ps\trunk\libraries\win32\boost\include\boost/type_traits/is_integral.hpp(22) : see declaration of 'boost::is_integral'
  30. 1>E:\0AD\ps\trunk\libraries\win32\boost\include\boost/random/uniform_real_distribution.hpp(73): fatal error C1903: unable to recover from previous error(s); stopping compilation
  31. ========== Build: 0 succeeded, 1 failed, 12 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement