Advertisement
Guest User

Untitled

a guest
May 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [ 4%] Building CXX object llcommon/CMakeFiles/llcommon.dir/llevents.o
  2. [ 4%] Building CXX object llcommon/CMakeFiles/llcommon.dir/lleventtimer.o
  3. In file included from /root/viewer-external/indra/llcommon/llfasttimer_class.h:37,
  4. from /root/viewer-external/indra/llcommon/llfasttimer.h:38,
  5. from /root/viewer-external/indra/llcommon/llstring.h:42,
  6. from /root/viewer-external/indra/llcommon/llfile.h:72,
  7. from /root/viewer-external/indra/llcommon/linden_common.h:89,
  8. from /root/viewer-external/indra/llcommon/lleventtimer.cpp:34:
  9. /root/viewer-external/indra/llcommon/llinstancetracker.h: In constructor ‘LLInstanceTracker<T, T*>::LLInstanceTracker() [with T = LLEventTimer]’:
  10. /root/viewer-external/indra/llcommon/lleventtimer.cpp:48: instantiated from here
  11. /root/viewer-external/indra/llcommon/llinstancetracker.h:165: error: ‘LLInstanceTracker<LLEventTimer, LLEventTimer*>’ is an inaccessible base of ‘LLEventTimer’
  12. /root/viewer-external/indra/llcommon/llinstancetracker.h: In destructor ‘LLInstanceTracker<T, T*>::~LLInstanceTracker() [with T = LLEventTimer]’:
  13. /root/viewer-external/indra/llcommon/lleventtimer.cpp:48: instantiated from here
  14. /root/viewer-external/indra/llcommon/llinstancetracker.h:171: error: ‘LLInstanceTracker<LLEventTimer, LLEventTimer*>’ is an inaccessible base of ‘LLEventTimer’
  15. make[2]: *** [llcommon/CMakeFiles/llcommon.dir/lleventtimer.o] Error 1
  16. make[2]: Leaving directory `/root/viewer-external/indra/viewer-linux-i686-release'
  17. make[1]: *** [llcommon/CMakeFiles/llcommon.dir/all] Error 2
  18. make[1]: Leaving directory `/root/viewer-external/indra/viewer-linux-i686-release'
  19. make: *** [all] Error 2
  20. make: Leaving directory `/root/viewer-external/indra/viewer-linux-i686-release'
  21. Error: the command 'make' exited with status 2
  22. root@ubuntu:~/viewer-external/indra#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement