Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. ils/src/sbDirectoryEnumerator.cpp
  2. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘nsresult sbDirectoryEnumerator::Initialize()’:
  3. /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])’
  4. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:425:64: note: candidates are:
  5. /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&)
  6. /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&’
  7. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  8. /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
  9. /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&)
  10. /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&’
  11. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: error: no match for ‘operator!’ in ‘!mEnumeratorLock’
  12. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: candidate is:
  13. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: operator!(bool) <built-in>
  14. /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’
Add Comment
Please, Sign In to add comment