Closed
Bug 1251948
Opened 9 years ago
Closed 9 years ago
Cannot compile, several cases of nsAutoArrayPtr to UniquePtr
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1251541
People
(Reporter: ola, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160211213400
Steps to reproduce:
Cloned B2G from git.
Run './config.sh flame-kk'
Made some standard changes to .userconfig:
PRODUCTION=1
export NOFTU=1
export LOCALE_BASEDIR=$PWD/gaia/locales
export LOCALES_FILE=$PWD/gaia/locales/languages_dev.json
export GAIA_DEFAULT_LOCALE=en-US
Run './build.sh'.
Actual results:
First I got a compilation error (unknown type nsAutoArrayPtr) for:
gecko/ipc/hal/DaemonSocketPDUHelpers.h
I changed to UniquePtr and then it worked. However, then I got the same thing for:
gecko/dom/bluetooth/bluedroid/BluetoothDaemonAvrcpInterface.h
It relates to this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1236561
Comment 1•9 years ago
|
||
Can you check if the fixes in bug 1251541 are enough for you? (they should)
Comment 2•9 years ago
|
||
Should be a dupe of bug 1251541
Comment 3•9 years ago
|
||
Yes, bug 1251541 fixes this problem. And there are a number of similar issues in Bluetooth being fixed as well.
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•