Guest User

Untitled

a guest
Dec 11th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. In file included from /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:49:0:
  2. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.h:140:3: error: ‘Mutex’ in namespace ‘mozilla’ does not name a type
  3. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::Enumerate(nsIFile*)’:
  4. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:212:35: error: ‘mEnumeratorLock’ was not declared in this scope
  5. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::HasMoreElements(PRBool*)’:
  6. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:262:35: error: ‘mEnumeratorLock’ was not declared in this scope
  7. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetNext(nsIFile**)’:
  8. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:288:35: error: ‘mEnumeratorLock’ was not declared in this scope
  9. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetMaxDepth(PRUint32*)’:
  10. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:319:35: error: ‘mEnumeratorLock’ was not declared in this scope
  11. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetMaxDepth(PRUint32)’:
  12. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:328:35: error: ‘mEnumeratorLock’ was not declared in this scope
  13. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetDirectoriesOnly(PRBool*)’:
  14. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:343:35: error: ‘mEnumeratorLock’ was not declared in this scope
  15. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetDirectoriesOnly(PRBool)’:
  16. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:352:35: error: ‘mEnumeratorLock’ was not declared in this scope
  17. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetFilesOnly(PRBool*)’:
  18. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:367:35: error: ‘mEnumeratorLock’ was not declared in this scope
  19. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetFilesOnly(PRBool)’:
  20. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:376:35: error: ‘mEnumeratorLock’ was not declared in this scope
  21. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In constructor ‘sbDirectoryEnumerator::sbDirectoryEnumerator()’:
  22. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:394:3: error: class ‘sbDirectoryEnumerator’ does not have any field named ‘mEnumeratorLock’
  23. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘nsresult sbDirectoryEnumerator::Initialize()’:
  24. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:425:64: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(const char [38])’
  25. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:425:64: note: candidates are:
  26. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  27. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘const char [38]’ to ‘mozilla::MutexAutoLock&’
  28. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  29. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  30. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  31. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘const char [38]’ to ‘mozilla::Mutex&’
  32. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: error: no match for ‘operator!’ in ‘!mEnumeratorLock’
  33. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: candidate is:
  34. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: operator!(bool) <built-in>
  35. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: no known conversion for argument 1 from ‘mozilla::Mutex’ to ‘bool’
  36. make[6]: *** [sbDirectoryEnumerator.o] Error 1
Add Comment
Please, Sign In to add comment