Skip to content

Instantly share code, notes, and snippets.

@automata
Created November 4, 2011 05:52
Show Gist options
  • Save automata/1338747 to your computer and use it in GitHub Desktop.
Save automata/1338747 to your computer and use it in GitHub Desktop.
macbook-de-vilson-vieira:rainbow vilson$ make
make -C components
g++ -o MediaRecorder.o -DRAINBOW_Mac -c -pipe -Os -arch i386 -dynamiclib -mmacosx-version-min=10.5 -DMOZ_NO_MOZALLOC -fPIC -fno-rtti -fno-exceptions -fno-strict-aliasing -fno-common -fshort-wchar -fpascal-strings -pthread -Wall -Werror -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -include xpcom-config.h -I. -IDarwin -I/Users/vilson/Repos/xulrunner-sdk/include -I/Users/vilson/Repos/xulrunner-sdk/include/system_wrappers -I/Users/vilson/Repos/xulrunner-sdk/include/xpcom -I/Users/vilson/Repos/xulrunner-sdk/include/string -I/Users/vilson/Repos/xulrunner-sdk/include/content -I/Users/vilson/Repos/xulrunner-sdk/include/dom -I/Users/vilson/Repos/xulrunner-sdk/include/nspr -I/Users/vilson/Repos/xulrunner-sdk/sdk/include -I../lib/Darwin_i386-gcc3/include MediaRecorder.cpp
MediaRecorder.cpp: In member function ‘void MediaRecorder::ParseProperties(nsIPropertyBag2*)’:
MediaRecorder.cpp:637: error: no matching function for call to ‘nsIPropertyBag2::GetPropertyAsBool(const nsString_external&, PRBool*)’
/Users/vilson/Repos/xulrunner-sdk/include/nsIPropertyBag2.h:55: note: candidates are: virtual nsresult nsIPropertyBag2::GetPropertyAsBool(const nsAString&, bool*)
MediaRecorder.cpp:639: error: no matching function for call to ‘nsIPropertyBag2::GetPropertyAsBool(const nsString_external&, PRBool*)’
/Users/vilson/Repos/xulrunner-sdk/include/nsIPropertyBag2.h:55: note: candidates are: virtual nsresult nsIPropertyBag2::GetPropertyAsBool(const nsAString&, bool*)
MediaRecorder.cpp:651: error: no matching function for call to ‘nsIPropertyBag2::GetPropertyAsBool(const nsString_external&, PRBool*)’
/Users/vilson/Repos/xulrunner-sdk/include/nsIPropertyBag2.h:55: note: candidates are: virtual nsresult nsIPropertyBag2::GetPropertyAsBool(const nsAString&, bool*)
make[1]: *** [MediaRecorder.o] Error 1
make: *** [components/libmediarecorder.dylib] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment