Closed
Bug 825968
Opened 12 years ago
Closed 12 years ago
Build fails using NDK r8d in STLPort on Android
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: jchen, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Latest NDK strikes again! The problem is the new NDK enables exception support in STLPort but we want to keep them disabled. Should be able to do that by defining necessary flags in build/stlport/stl/config/_android.h.in.
Reporter | ||
Comment 1•12 years ago
|
||
I'm assigning this bug to you, Chetna. Again, feel free to email me or talk to me on IRC!
Assignee: nobody → cheta.gup
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
The error is:
In file included from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_stdexcept_base.h:25:0,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_ios_base.h:22,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_ios.h:23,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_ostream.h:24,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_string_io.h:23,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_bitset.c:172,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_bitset.h:873,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/bitset:49,
from /home/mh/android-ndk-r8d/sources/cxx-stl/stlport/src/bitset.cpp:21:
/home/mh/android-ndk-r8d/sources/cxx-stl/stlport/stlport/stl/_exception.h:58:60: fatal error: ../../system/include/exception: No such file or directory
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #712241 -
Flags: review?(ted)
Assignee | ||
Updated•12 years ago
|
Assignee: cheta.gup → mh+mozilla
Reporter | ||
Updated•12 years ago
|
Whiteboard: [mentor=jchen][lang=c++]
Updated•12 years ago
|
Attachment #712241 -
Flags: review?(ted) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Updated•12 years ago
|
Blocks: 851990
Summary: Build fails using NDKr8d in STLPort on Android → Build fails using NDK r8d in STLPort on Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•