Closed
Bug 1033234
Opened 11 years ago
Closed 11 years ago
[Vixen] Build breaks when building Vixen tablet project
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S5 (4july)
People
(Reporter: shawnjohnjr, Assigned: shawnjohnjr)
References
Details
Attachments
(1 file, 1 obsolete file)
In file included from ../../../gecko/dom/bluetooth/bluedroid/BluetoothA2dpManager.cpp:10:0:
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:30:3: error: a class-key must be used when declaring a friend
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:30:3: error: friend declaration does not name a class or function
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:57:3: error: a class-key must be used when declaring a friend
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:57:3: error: friend declaration does not name a class or function
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:119:3: error: a class-key must be used when declaring a friend
../../../gecko/dom/bluetooth/bluedroid/BluetoothInterface.h:119:3: error: friend declaration does not name a class or function
| Assignee | ||
Comment 1•11 years ago
|
||
Vixen is based on JB 4.2. I guess this error might be related to g++ rejects 'friend BluetoothInterface' but only accepts friend class BluetoothInterface'.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → shuang
Comment 2•11 years ago
|
||
I'll watch out for this problem in future patches.
| Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8449286 -
Flags: review?(tzimmermann)
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Thomas Zimmermann [:tzimmermann] [:tdz] from comment #2)
> I'll watch out for this problem in future patches.
Oh, ok, now i see your comment, you want to fix in the future patches? Ok.
| Assignee | ||
Updated•11 years ago
|
Attachment #8449286 -
Flags: review?(tzimmermann)
Updated•11 years ago
|
Attachment #8449286 -
Flags: review+
Comment 5•11 years ago
|
||
Hi Shawn,
Please land this patch. I meant that I'll watch out for this problem when I send patches in the future.
| Assignee | ||
Comment 6•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8449286 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S5 (4july)
You need to log in
before you can comment on or make changes to this bug.
Description
•