Advertisement
zDeveloper

errors

Feb 7th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. scons: Reading SConscript files ...
  2. Checking whether the C compiler works... (cached) yes
  3. Checking whether the C++ compiler works... (cached) yes
  4. Checking if 64 bit... (cached) no
  5. Adding 32 bit compile flags
  6. Checking for C library mingw32... (cached) yes
  7. Checking for C library ws2_32... (cached) yes
  8. Checking for C library SDLmain... (cached) yes
  9. Checking for C library SDL... (cached) yes
  10. Checking for C header file SDL.h... (cached) yes
  11. Checking for C library lua5.1... (cached) yes
  12. Checking for C header file lua.h... (cached) yes
  13. Checking for C library fftw3f... (cached) yes
  14. Checking for C library bz2... (cached) yes
  15. Checking for C header file bzlib.h... (cached) yes
  16. Checking for C library z... (cached) yes
  17. Checking for C library pthread... (cached) yes
  18. Checking for C library m... (cached) yes
  19. Checking for C library gdi32... (cached) yes
  20. Checking for C library winmm... (cached) yes
  21. Checking for C library dxguid... (cached) yes
  22. scons: done reading SConscript files.
  23. scons: Building targets ...
  24. g++ -o build\src\Format.o -c -Wno-invalid-offsetof -std=gnu++98 -msse -msse2 -O3
  25. -ftree-vectorize -funsafe-math-optimizations -ffast-math -fomit-frame-pointer -
  26. funsafe-loop-optimizations -w -DWIN -D_WIN32_WINNT=0x0501 -DX86 -DX86_SSE -DX86_
  27. SSE2 -DGRAVFFT -DLUACONSOLE -DUSE_SDL -Ibuild\src -Isrc -Ibuild\data -Idata -Ibu
  28. ild\generated -Igenerated src\Format.cpp
  29. scons: *** [build\src\Format.o] AttributeError : 'module' object has no attribut
  30. e 'STARTF_USESHOWWINDOW'
  31. Traceback (most recent call last):
  32. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Taskmaster.py", line 248
  33. , in execute
  34. self.targets[0].build()
  35. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Node\__init__.py", line
  36. 386, in build
  37. self.get_executor()(self, **kw)
  38. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Executor.py", line 362,
  39. in __call__
  40. return self.do_execute(target, kw)
  41. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Executor.py", line 344,
  42. in do_execute
  43. status = act(*args, **kw)
  44. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Action.py", line 909, in
  45. __call__
  46. show, execute, chdir, executor)
  47. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Action.py", line 977, in
  48. __call__
  49. return c.__call__(self, target, source, env, *args, **kw)
  50. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Action.py", line 586, in
  51. __call__
  52. stat = self.execute(target, source, env, executor=executor)
  53. File "C:\Python27\Lib\site-packages\scons-2.3.4\SCons\Action.py", line 809, in
  54. execute
  55. result = spawn(shell, escape, cmd_line[0], cmd_line, ENV)
  56. File "C:\atomictoy\the-powder-toy\SConscript", line 18, in ourspawn
  57. startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
  58. AttributeError: 'module' object has no attribute 'STARTF_USESHOWWINDOW'
  59. scons: building terminated because of errors.
  60. strip: 'build/Powder.exe': No such file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement