Hi,

I have a 32 bit Ubuntu 9.04. I am trying to build Android from source
(ofcourse, after following the set up steps).

Below is the make command I executed:

         make TARGET_ARCH=x86 TARGET_PRODUCT=sim
TARGET_BUILD_TYPE=release showcommands

The last line shows an error (I have the latest from the repository).
Can anyone tell me why is this happening?


...
...
...

out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
LoadableImage.o: In function `LoadableImage::LoadResources()':
/home/harsha/mydroid/development/simulator/app/LoadableImage.cpp:84:
undefined reference to `wxBitmap::wxBitmap(wxImage const&, int)'
out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
MainFrame.o: In function `MainFrame::CreateDeviceMenu(char const*)':
/home/harsha/mydroid/development/simulator/app/MainFrame.cpp:280:
undefined reference to `wxMenuBase::AppendSeparator()'
out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
MainFrame.o: In function `MainFrame::ConstructMenu()':
/home/harsha/mydroid/development/simulator/app/MainFrame.cpp:201:
undefined reference to `wxMenuBase::AppendSeparator()'
/home/harsha/mydroid/development/simulator/app/MainFrame.cpp:213:
undefined reference to `wxMenuBase::AppendSeparator()'
/home/harsha/mydroid/development/simulator/app/MainFrame.cpp:239:
undefined reference to `wxMenuBase::AppendSeparator()'
out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
PhoneWindow.o: In function `PhoneWindow::OnMove(wxMoveEvent&)':
/home/harsha/mydroid/development/simulator/app/PhoneWindow.cpp:345:
undefined reference to `wxWindowBase::Move(wxPoint const&, int)'
out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
PhoneWindow.o: In function `PhoneWindow::Setup(int)':
/home/harsha/mydroid/development/simulator/app/PhoneWindow.cpp:294:
undefined reference to `wxWindowBase::SetClientSize(int, int)'
out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
PhoneWindow.o: In function `PhoneWindow::OnPaint(wxPaintEvent&)':
/home/harsha/mydroid/development/simulator/app/PhoneWindow.cpp:898:
undefined reference to `wxDCBase::DrawBitmap(wxBitmap const&, int,
int, bool)'
collect2: ld returned 1 exit status
make: *** [out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
simulator] Error 1
har...@dreams-lab:~/mydroid$

PS:

The file from the ~/mydroid/build/core/build-system.html refers to ~/
mydroid/build/building.html which does not exist when we sync with the
repository. That document seems to have all the build instructions. If
somebody happens to have that file on their system, would you please
share it?

Regards,
Harsha




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to