Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. scons: Configure: DXX-Archive.3: checking for usable library SDL_mixer...
  2. .sconf_temp/conftest_2.cpp <-
  3. |#undef main /* avoid -Dmain=SDL_main from libSDL */
  4. |#include <SDL_mixer.h>
  5. |int main(int argc, char **argv){
  6. |
  7. | int i = Mix_Init(MIX_INIT_FLAC | MIX_INIT_OGG);
  8. | (void)i;
  9. | Mix_Pause(0);
  10. | Mix_ResumeMusic();
  11. | Mix_Quit();
  12. |return 0;}
  13. |
  14. mipsel-linux-g++ -o .sconf_temp/conftest_2.o -c -O2 -Wall -O2 -ffast-math -ffunction-sections -pipe -std=c++11 -Werror -pthread -Wall -Wundef -Werror=missing-declarations -Werror=pointer-arith -Werror=undef -funsigned-char -Werror=format-security -Wno-sign-compare -D_GNU_SOURCE=1 -D_REENTRANT -D__LINUX__ -DHAVE_STRUCT_TIMESPEC -DHAVE_STRUCT_TIMEVAL -DNO_ASM -DNDEBUG -DRELEASE -DUSE_UDP -DUSE_TRACKER -I/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL -Icommon/include -Icommon/main -I. .sconf_temp/conftest_2.cpp
  15. In file included from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/endian.h:61:0,
  16. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/bits/pthreadtypes.h:23,
  17. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/bits/types.h:202,
  18. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/sys/types.h:31,
  19. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL/SDL_stdinc.h:34,
  20. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL/SDL_types.h:28,
  21. from /opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL/SDL_mixer.h:27,
  22. from .sconf_temp/conftest_2.cpp:2:
  23. common/include/byteswap.h: In function 'int16_t SWAPSHORT(const int16_t&)':
  24. common/include/byteswap.h:45:49: error: declaration of C function 'int16_t SWAPSHORT(const int16_t&)' conflicts with
  25. static inline int16_t SWAPSHORT(const int16_t &i)
  26. ^
  27. common/include/byteswap.h:40:24: error: previous declaration 'uint16_t SWAPSHORT(const uint16_t&)' here
  28. static inline uint16_t SWAPSHORT(const uint16_t &x)
  29. ^
  30. common/include/byteswap.h: In function 'int32_t SWAPINT(const int32_t&)':
  31. common/include/byteswap.h:55:47: error: declaration of C function 'int32_t SWAPINT(const int32_t&)' conflicts with
  32. static inline int32_t SWAPINT(const int32_t &i)
  33. ^
  34. common/include/byteswap.h:50:24: error: previous declaration 'uint32_t SWAPINT(const uint32_t&)' here
  35. static inline uint32_t SWAPINT(const uint32_t &x)
  36. ^
  37. scons: Configure: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement