Advertisement
demetrioussharpe

Untitled

Aug 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. /codeblocks/codeblocks-16.01.release % make
  2. Making all in src
  3. Making all in include
  4. rm -f sdk_precomp.h.gch
  5. c++ -DHAVE_CONFIG_H -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_THREAD_SAFE -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -o sdk_precomp.h.gch -xc++-header ./sdk_precomp.h
  6. In file included from ./sdk_precomp.h:13:
  7. In file included from ../../src/include/sdk_common.h:37:
  8. In file included from /usr/local/include/wx-3.0/wx/wxprec.h:58:
  9. In file included from /usr/local/include/wx-3.0/wx/wx.h:15:
  10. In file included from /usr/local/include/wx-3.0/wx/object.h:19:
  11. In file included from /usr/local/include/wx-3.0/wx/memory.h:15:
  12. In file included from /usr/local/include/wx-3.0/wx/string.h:4305:
  13. In file included from /usr/local/include/wx-3.0/wx/crt.h:19:
  14. /usr/local/include/wx-3.0/wx/wxcrt.h:903:41: error: use of undeclared identifier 'strtoll'
  15. WX_STRTOX_FUNC(wxLongLong_t, wxStrtoll, wxCRT_StrtollA, wxCRT_StrtollW)
  16. ^
  17. /usr/local/include/wx-3.0/wx/wxcrtbase.h:213:34: note: expanded from macro 'wxCRT_StrtollA'
  18. #define wxCRT_StrtollA strtoll
  19. ^
  20. /usr/local/include/wx-3.0/wx/wxcrt.h:877:18: note: expanded from macro 'WX_STRTOX_FUNC'
  21. { return implA(nptr, endptr, base); } \
  22. ^
  23. /usr/local/include/wx-3.0/wx/wxcrt.h:904:43: error: use of undeclared identifier 'strtoull'; did you mean 'strtoul'?
  24. WX_STRTOX_FUNC(wxULongLong_t, wxStrtoull, wxCRT_StrtoullA, wxCRT_StrtoullW)
  25. ^~~~~~~~~~~~~~~
  26. strtoul
  27. /usr/local/include/wx-3.0/wx/wxcrtbase.h:214:34: note: expanded from macro 'wxCRT_StrtoullA'
  28. #define wxCRT_StrtoullA strtoull
  29. ^
  30. /usr/local/include/wx-3.0/wx/wxcrt.h:877:18: note: expanded from macro 'WX_STRTOX_FUNC'
  31. { return implA(nptr, endptr, base); } \
  32. ^
  33. /usr/include/stdlib.h:112:3: note: 'strtoul' declared here
  34. strtoul(const char * __restrict, char ** __restrict, int);
  35. ^
  36. In file included from ./sdk_precomp.h:13:
  37. In file included from ../../src/include/sdk_common.h:43:
  38. ../../src/include/prep.h:41:13: warning: 'nullptr' macro redefined
  39. #define nullptr nullptr_
  40. ^
  41. /usr/include/c++/v1/cstddef:87:9: note: previous definition is here
  42. #define nullptr _VSTD::__get_nullptr_t()
  43. ^
  44. 1 warning and 2 errors generated.
  45. *** Error code 1
  46.  
  47. Stop.
  48. make[2]: stopped in /huge/tools/development/ide/codeblocks/codeblocks-16.01.release/src/include
  49. *** Error code 1
  50.  
  51. Stop.
  52. make[1]: stopped in /huge/tools/development/ide/codeblocks/codeblocks-16.01.release/src
  53. *** Error code 1
  54.  
  55. Stop.
  56. make: stopped in /huge/tools/development/ide/codeblocks/codeblocks-16.01.release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement