Hi,

this is my first post. I hope you can help me with my problem.
I'm trying to build Android for my Beagleboard. I'm using the source
code from the 0xlab project.
When i build the project i get an error with the STATIC_LIBRARIES.
Here`s the error message:

Install: out/target/product/beagleboard/system/lib/libsoundpool.so
Install: out/target/product/beagleboard/system/lib/libttssynthproxy.so
Install: out/target/product/beagleboard/system/bin/alsa_amixer
Install: out/target/product/beagleboard/system/bin/alsa_aplay
Install: out/target/product/beagleboard/system/bin/alsa_ctl
Install: out/target/product/beagleboard/system/bin/app_process
Install: out/target/product/beagleboard/system/lib/
libmediaplayerservice.so
Install: out/target/product/beagleboard/system/bin/mediaserver
Install: out/target/product/beagleboard/system/lib/libsystem_server.so
Install: out/target/product/beagleboard/system/bin/system_server
Install: out/target/product/beagleboard/system/lib/
libandroid_servers.so
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(WebViewCore.o): In function
`android::WebViewCore::replaceTextfieldText(int, int, WebCore::String
const&, int, int, int)':
/home/ubuntu/donut/nopbs/external/webkit/WebKit/android/jni/
WebViewCore.cpp:1702: undefined reference to
`WebCore::TypingCommand::insertText(WebCore::Document*,
WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(WebViewCore.o): In function
`android::WebViewCore::deleteSelection(int, int, int)':
/home/ubuntu/donut/nopbs/external/webkit/WebKit/android/jni/
WebViewCore.cpp:1684: undefined reference to
`WebCore::TypingCommand::deleteSelection(WebCore::Document*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Document.o): In function
`WebCore::Document::addMarker(WebCore::Range*,
WebCore::DocumentMarker::MarkerType, WebCore::String)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/Document.cpp:
3383: undefined reference to
`WebCore::TextIterator::TextIterator(WebCore::Range const*, bool,
bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/Document.cpp:
3384: undefined reference to `WebCore::TextIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/Document.cpp:
3383: undefined reference to `WebCore::TextIterator::advance()'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Element.o): In function
`WebCore::Element::innerText() const':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/Element.cpp:1278:
undefined reference to `WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Range.o): In function
`WebCore::Range::text() const':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/Range.cpp:1045:
undefined reference to `WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::lastVisibleRange(WebCore::String const&, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2753: undefined reference to `WebCore::findPlainText(WebCore::Range
const*, WebCore::String const&, bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2760: undefined reference to `WebCore::findPlainText(WebCore::Range
const*, WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::firstVisibleRange(WebCore::String const&, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2737: undefined reference to `WebCore::findPlainText(WebCore::Range
const*, WebCore::String const&, bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2744: undefined reference to `WebCore::findPlainText(WebCore::Range
const*, WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::nextVisibleRange(WebCore::Range*, WebCore::String
const&, bool, bool, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2775: undefined reference to `WebCore::findPlainText(WebCore::Range
const*, WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::addToKillRing(WebCore::Range*, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2651: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::findFirstGrammarDetailInRange(WTF::Vector<WebCore::GrammarDetail,
0u> const&, int, int, WebCore::Range*, int, int, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1556: undefined reference to
`WebCore::TextIterator::subrange(WebCore::Range*, int, int)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::findFirstMisspellingInRange(WebCore::EditorClient*,
WebCore::Range*, int&, bool, WTF::RefPtr<WebCore::Range>&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1454: undefined reference to
`WebCore::WordAwareIterator::WordAwareIterator(WebCore::Range const*)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1484: undefined reference to
`WebCore::TextIterator::subrange(WebCore::Range*, int, int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1505: undefined reference to `WebCore::WordAwareIterator::advance()'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1461: undefined reference to `WebCore::WordAwareIterator::characters()
const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1462: undefined reference to `WebCore::WordAwareIterator::length()
const'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::paragraphAlignedRangeForRange(WebCore::Range*, int&,
WebCore::String&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1526: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1530: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::insertLineBreak()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
985: undefined reference to
`WebCore::TypingCommand::insertLineBreak(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::insertParagraphSeparator()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1001: undefined reference to
`WebCore::TypingCommand::insertParagraphSeparator(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::insertTextWithoutSendingTextEvent(WebCore::String
const&, bool, WebCore::Event*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
965: undefined reference to
`WebCore::TypingCommand::insertText(WebCore::Document*,
WebCore::String const&, WebCore::VisibleSelection const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::findFirstBadGrammarInRange(WebCore::EditorClient*,
WebCore::Range*, WebCore::GrammarDetail&, int&, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1595: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::isRangeUngrammatical(WebCore::EditorClient*,
WebCore::Range*, WTF::Vector<WebCore::String, 0u>&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2001: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::advanceToNextMisspelling(bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1864: undefined reference to
`WebCore::CharacterIterator::CharacterIterator(WebCore::Range const*,
bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1865: undefined reference to
`WebCore::CharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1866: undefined reference to `WebCore::CharacterIterator::range()
const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1866: undefined reference to `WebCore::CharacterIterator::range()
const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1898: undefined reference to
`WebCore::CharacterIterator::CharacterIterator(WebCore::Range const*,
bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1899: undefined reference to
`WebCore::CharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1900: undefined reference to `WebCore::CharacterIterator::range()
const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1900: undefined reference to `WebCore::CharacterIterator::range()
const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1920: undefined reference to
`WebCore::TextIterator::subrange(WebCore::Range*, int, int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1931: undefined reference to
`WebCore::TextIterator::subrange(WebCore::Range*, int, int)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::deleteWithDirection(WebCore::SelectionController::EDirection,
WebCore::TextGranularity, bool, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
245: undefined reference to
`WebCore::TypingCommand::forwardDeleteKeyPressed(WebCore::Document*,
bool, WebCore::TextGranularity, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
249: undefined reference to
`WebCore::TypingCommand::deleteKeyPressed(WebCore::Document*, bool,
WebCore::TextGranularity, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::transpose()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2628: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::markMisspellingsAfterTypingToPosition(WebCore::VisiblePosition
const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
2188: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::confirmComposition(WebCore::String const&, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1359: undefined reference to
`WebCore::TypingCommand::deleteSelection(WebCore::Document*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Editor.o): In function
`WebCore::Editor::setComposition(WebCore::String const&,
WTF::Vector<WebCore::CompositionUnderline, 0u> const&, unsigned int,
unsigned int)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1386: undefined reference to
`WebCore::TypingCommand::deleteSelection(WebCore::Document*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/Editor.cpp:
1392: undefined reference to
`WebCore::TypingCommand::insertText(WebCore::Document*,
WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeInsertText(WebCore::Frame*, WebCore::Event*,
WebCore::EditorCommandSource, WebCore::String const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:537: undefined reference to
`WebCore::TypingCommand::insertText(WebCore::Document*,
WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeInsertParagraph(WebCore::Frame*, WebCore::Event*,
WebCore::EditorCommandSource, WebCore::String const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:526: undefined reference to
`WebCore::TypingCommand::insertParagraphSeparator(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeInsertNewlineInQuotedContent(WebCore::Frame*,
WebCore::Event*, WebCore::EditorCommandSource, WebCore::String
const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:514: undefined reference to
`WebCore::TypingCommand::insertParagraphSeparatorInQuotedContent(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeInsertLineBreak(WebCore::Frame*, WebCore::Event*,
WebCore::EditorCommandSource, WebCore::String const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:499: undefined reference to
`WebCore::TypingCommand::insertLineBreak(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeForwardDelete(WebCore::Frame*, WebCore::Event*,
WebCore::EditorCommandSource, WebCore::String const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:444: undefined reference to
`WebCore::TypingCommand::forwardDeleteKeyPressed(WebCore::Document*,
bool, WebCore::TextGranularity, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::executeDelete(WebCore::Frame*, WebCore::Event*,
WebCore::EditorCommandSource, WebCore::String const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
EditorCommand.cpp:313: undefined reference to
`WebCore::TypingCommand::deleteKeyPressed(WebCore::Document*, bool,
WebCore::TextGranularity, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(EditorCommand.o): In function
`WebCore::UnlinkCommand::create(WebCore::Document*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
UnlinkCommand.h:37: undefined reference to
`WebCore::UnlinkCommand::UnlinkCommand(WebCore::Document*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(RemoveFormatCommand.o): In
function `WebCore::RemoveFormatCommand::doApply()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
RemoveFormatCommand.cpp:54: undefined reference to
`WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(ReplaceSelectionCommand.o): In
function `ReplacementFragment':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp:140: undefined reference to
`WebCore::plainText(WebCore::Range const*)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp:140: undefined reference to
`WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(SelectionController.o): In
function
`WebCore::SelectionController::setSelection(WebCore::VisibleSelection
const&, bool, bool, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
SelectionController.cpp:130: undefined reference to
`WebCore::TypingCommand::closeTyping(WebCore::EditCommand*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(VisibleSelection.o): In function
`WebCore::VisibleSelection::appendTrailingWhitespace()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
VisibleSelection.cpp:236: undefined reference to
`WebCore::CharacterIterator::CharacterIterator(WebCore::Range const*,
bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
VisibleSelection.cpp:238: undefined reference to
`WebCore::CharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
VisibleSelection.cpp:242: undefined reference to
`WebCore::CharacterIterator::range() const'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(htmlediting.o): In function
`WebCore::indexForVisiblePosition(WebCore::VisiblePosition const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
htmlediting.cpp:1055: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(markup.o): In function
`WebCore::renderedText(WebCore::Node const*, WebCore::Range const*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/markup.cpp:
271: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(visible_units.o): In function
`WebCore::previousBoundary(WebCore::VisiblePosition const&, unsigned
int (*)(unsigned short const*, unsigned int, unsigned int,
WebCore::BoundarySearchContextAvailability, bool&))':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:103: undefined reference to
`WebCore::TextIterator::TextIterator(WebCore::Range const*, bool,
bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:112: undefined reference to
`WebCore::TextIterator::advance()'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:123: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(WebCore::Range
const*)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:140: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::advance()'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:150: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:152: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:158: undefined reference to
`WebCore::BackwardsCharacterIterator::BackwardsCharacterIterator(WebCore::Range
const*)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:159: undefined reference to
`WebCore::BackwardsCharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:160: undefined reference to
`WebCore::BackwardsCharacterIterator::range() const'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(visible_units.o): In function
`WebCore::nextBoundary(WebCore::VisiblePosition const&, unsigned int
(*)(unsigned short const*, unsigned int, unsigned int,
WebCore::BoundarySearchContextAvailability, bool&))':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:194: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(WebCore::Range
const*)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:203: undefined reference to
`WebCore::SimplifiedBackwardsTextIterator::advance()'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:209: undefined reference to
`WebCore::TextIterator::TextIterator(WebCore::Range const*, bool,
bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:227: undefined reference to
`WebCore::TextIterator::advance()'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:237: undefined reference to
`WebCore::TextIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:240: undefined reference to
`WebCore::CharacterIterator::CharacterIterator(WebCore::Range const*,
bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:241: undefined reference to
`WebCore::CharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:242: undefined reference to
`WebCore::CharacterIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
visible_units.cpp:247: undefined reference to
`WebCore::CharacterIterator::range() const'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(ContextMenuController.o): In
function
`WebCore::ContextMenuController::contextMenuItemSelected(WebCore::ContextMenuItem*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/
ContextMenuController.cpp:239: undefined reference to
`WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Frame.o): In function
`WebCore::Frame::markAllMatchesForText(WebCore::String const&, bool,
unsigned int)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:1468:
undefined reference to `WebCore::findPlainText(WebCore::Range const*,
WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Frame.o): In function
`WebCore::Frame::findString(WebCore::String const&, bool, bool, bool,
bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:1399:
undefined reference to `WebCore::findPlainText(WebCore::Range const*,
WebCore::String const&, bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:1418:
undefined reference to `WebCore::findPlainText(WebCore::Range const*,
WebCore::String const&, bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:1431:
undefined reference to `WebCore::findPlainText(WebCore::Range const*,
WebCore::String const&, bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:1444:
undefined reference to `WebCore::findPlainText(WebCore::Range const*,
WebCore::String const&, bool, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(Frame.o): In function
`WebCore::Frame::selectedText() const':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/Frame.cpp:283:
undefined reference to `WebCore::plainText(WebCore::Range const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(ContextMenu.o): In function
`WebCore::selectionContainsPossibleWord(WebCore::Frame*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/platform/
ContextMenu.cpp:245: undefined reference to
`WebCore::TextIterator::TextIterator(WebCore::Range const*, bool,
bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/platform/
ContextMenu.cpp:245: undefined reference to
`WebCore::TextIterator::advance()'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(RenderTextControl.o): In
function
`WebCore::RenderTextControl::indexForVisiblePosition(WebCore::VisiblePosition
const&)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/rendering/
RenderTextControl.cpp:301: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(RenderTextControl.o): In
function `WebCore::RenderTextControl::visiblePositionForIndex(int)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/rendering/
RenderTextControl.cpp:281: undefined reference to
`WebCore::CharacterIterator::CharacterIterator(WebCore::Range const*,
bool, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/rendering/
RenderTextControl.cpp:282: undefined reference to
`WebCore::CharacterIterator::advance(int)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/rendering/
RenderTextControl.cpp:283: undefined reference to
`WebCore::CharacterIterator::range() const'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/rendering/
RenderTextControl.cpp:285: undefined reference to
`WebCore::CharacterIterator::range() const'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(InputElement.o): In function
`WebCore::InputElement::handleBeforeTextInsertedEvent(WebCore::InputElementData&,
WebCore::InputElement*, WebCore::Document*, WebCore::Event*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/dom/InputElement.cpp:
227: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(ApplyStyleCommand.o): In
function
`WebCore::ApplyStyleCommand::applyBlockStyle(WebCore::CSSMutableStyleDeclaration*)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ApplyStyleCommand.cpp:550: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ApplyStyleCommand.cpp:551: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ApplyStyleCommand.cpp:575: undefined reference to
`WebCore::TextIterator::rangeFromLocationAndLength(WebCore::Element*,
int, int, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
ApplyStyleCommand.cpp:574: undefined reference to
`WebCore::TextIterator::rangeFromLocationAndLength(WebCore::Element*,
int, int, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(CompositeEditCommand.o): In
function `WebCore::CompositeEditCommand::inputText(WebCore::String
const&, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:300: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:317: undefined reference to
`WebCore::TextIterator::rangeFromLocationAndLength(WebCore::Element*,
int, int, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(CompositeEditCommand.o): In
function
`WebCore::CompositeEditCommand::moveParagraphs(WebCore::VisiblePosition
const&, WebCore::VisiblePosition const&, WebCore::VisiblePosition
const&, bool, bool)':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:772: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:778: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:864: undefined reference to
`WebCore::TextIterator::rangeLength(WebCore::Range const*, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:880: undefined reference to
`WebCore::TextIterator::rangeFromLocationAndLength(WebCore::Element*,
int, int, bool)'
/home/ubuntu/donut/nopbs/external/webkit/WebCore/editing/
CompositeEditCommand.cpp:881: undefined reference to
`WebCore::TextIterator::rangeFromLocationAndLength(WebCore::Element*,
int, int, bool)'
out/target/product/beagleboard/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(DOMSelection.o): In function
`WebCore::DOMSelection::toString()':
/home/ubuntu/donut/nopbs/external/webkit/WebCore/page/DOMSelection.cpp:
472: undefined reference to `WebCore::plainText(WebCore::Range
const*)'
collect2: ld returned 1 exit status
make: *** [out/target/product/beagleboard/obj/SHARED_LIBRARIES/
libwebcore_intermediates/LINKED/libwebcore.so] Error 1
ubuntu@ubuntu-VirtualBox:~/donut/nopbs$





My Host System is Ubuntu 10.10 running on a virtual machine
(virtualbox) on a windows pc.
flex, bison java version 1.5 etc.

Can you please help me.
I`m getting little frustrated and I need this for my project!



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to