Advertisement
historic_bruno

Untitled

May 19th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. 1>------ Build started: Project: simulation2, Configuration: Release Win32 ------
  2. 2>------ Build started: Project: engine, Configuration: Release Win32 ------
  3. 1> CCmpSoundManager.cpp
  4. 2> COggData.cpp
  5. 2>..\..\..\source\soundmanager\data\COggData.cpp(50): error C2065: '_O_BINARY' : undeclared identifier
  6. 2>..\..\..\source\soundmanager\data\COggData.cpp(50): error C3861: '_setmode': identifier not found
  7. 2>..\..\..\source\soundmanager\data\COggData.cpp(51): error C2065: '_O_BINARY' : undeclared identifier
  8. 2>..\..\..\source\soundmanager\data\COggData.cpp(51): error C3861: '_setmode': identifier not found
  9. 2>..\..\..\source\soundmanager\data\COggData.cpp(120): error C2057: expected constant expression
  10. 2>..\..\..\source\soundmanager\data\COggData.cpp(120): error C2466: cannot allocate an array of constant size 0
  11. 2>..\..\..\source\soundmanager\data\COggData.cpp(120): error C2133: 'pcmout' : unknown size
  12. 2> CBufferItem.cpp
  13. 2>..\..\..\source\soundmanager\items\CBufferItem.cpp(43): error C2057: expected constant expression
  14. 2>..\..\..\source\soundmanager\items\CBufferItem.cpp(43): error C2466: cannot allocate an array of constant size 0
  15. 2>..\..\..\source\soundmanager\items\CBufferItem.cpp(43): error C2133: 'al_buf' : unknown size
  16. 2> CSoundItem.cpp
  17. 2> CStreamItem.cpp
  18. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(43): error C2057: expected constant expression
  19. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(43): error C2466: cannot allocate an array of constant size 0
  20. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(43): error C2133: 'al_buf' : unknown size
  21. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(68): error C2057: expected constant expression
  22. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(68): error C2466: cannot allocate an array of constant size 0
  23. 2>..\..\..\source\soundmanager\items\CStreamItem.cpp(68): error C2133: 'al_buf' : unknown size
  24. 2> JSound.cpp
  25. 1>C:\Users\Ben\devel\ps\source\lib/external_libraries/openal.h(34): fatal error C1083: Cannot open include file: 'AL/al.h': No such file or directory
  26. 2>..\..\..\source\soundmanager\js\JSound.cpp(92): warning C4100: 'argc' : unreferenced formal parameter
  27. 2>..\..\..\source\soundmanager\js\JSound.cpp(160): warning C4100: 'argc' : unreferenced formal parameter
  28. 2> Generating Code...
  29. 2>c:\users\ben\devel\ps\source\soundmanager\js\jsound.cpp(46): error C4716: 'JSound::clearSoundItem' : must return a value
  30. 3>------ Build started: Project: test, Configuration: Release Win32 ------
  31. 4>------ Build started: Project: pyrogenesis, Configuration: Release Win32 ------
  32. 4>LINK : fatal error LNK1181: cannot open input file '..\..\..\binaries\system\simulation2.lib'
  33. 3> test_root.cpp
  34. 3>LINK : fatal error LNK1181: cannot open input file '..\..\..\binaries\system\simulation2.lib'
  35. ========== Build: 0 succeeded, 4 failed, 14 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement