Thanks,
Phil.
Notice
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying or distribution of the message, or
any action taken by you in reliance on it, is prohibited and may be
unlawful. If you have received this message in error, please delete it
and contact the sender immediately. Thank you.
3Dlabs Ltd company number 02883883 registered in England and Wales at 79
Knightsbridge, London SW1X 7RB
Regards,
Chanwit
2008/11/13 Muthu Ramadoss <muthu.r...@gmail.com>:
--
Chanwit Kaewkasi
PhD Candidate,
Centre for Novel Computing
School of Computer Science
The University of Manchester
Oxford Road
Manchester
M13 9PL, UK
To build android:
> >
> > Change the following file:
> >
> > external/sqlite/dist/Android.mk:
> >
> > LOCAL_LDLIBS += -lpthread -ldl
> > to
> > LOCAL_LDLIBS += -lpthread -ldl -lncurses
> >
> > make clean
> > rm -rf out
> > export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-sun
> > export ANDROID_JAVA_HOME=$JAVA_HOME
>>export HOST_GLOBAL_LDFLAGS='-lncurses'
> > make
thanks.>> > external/sqlite/dist/Android.mk:
>> >
>> > LOCAL_LDLIBS += -lpthread -ldl
>> > to
>> > LOCAL_LDLIBS += -lpthread -ldl -lncurses
It solved it with this patch.
http://review.source.android.com/2896
It adjusts to the latest source.
2008/11/19 Dhananjay Joshi <dhananja...@gmail.com>: