Hi, you are correct, MCPO does not compile for android out of the box,
so its not your fault. I got it to compile as follows:
Extending
http://ariba-underlay.org/wiki/Documentation/Android:
mkdir ariba-android
cd ariba-android
svn co
https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/ariba/trunk/
./ariba
svn co
https://svn.tm.kit.edu/SpoVNet-KA/entwicklung/mcpo/trunk ./mcpo
***!!!!! perform small adaptations to mcpo files see below !!!!***
svn co
https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/android
./toolchain
cd toolchain
./get-ndk.sh
cd ../ariba
./bootstrap
../toolchain/bootstrap_ariba_libs
../toolchain/make_ariba
cd ../mcpo
./bootstrap
../toolchain/make_mcpo
So, now to the adaptations:
1) change mcpo/m4/ax_ariba.m4
Line 26 is
LIBS="$LIBS -lariba"
change this to
LIBS="$LIBS -lariba -lboost_system -lboost_thread -lgmp"
2) Create in toolchain/ a file make_mcpo, copy it from file
make_ariba. Change line 35 to
export PREFIX=`cd ../ariba/build; pwd`
Please report back if it compiles this way! If it does you should ask
con...@spovnet.de for a further small extension.
Best,
Christoph
On 24 Aug., 02:36, Gonzalo Huerta <
gonzalo.hue...@gmail.com> wrote:
> Hi,
> I am sorry to say but we could not make mcpo communication work among
> android devices.
> Maybe it is some restriction on these devices, I do not know.
> Anyway, since that was the main part of our scenario I have to withdraw from
> the competition, but I will upload the code anyways during the weekend,
> since maybe it will be useful ^^
>
> Thanks for everything!
>
> --Gonzalo
>
> On Tue, Aug 23, 2011 at 6:01 PM, SpoVNet Contest <
cont...@spovnet.de> wrote:
> > Hi,
>
> > You can have an additional day. However,
> > we need to inform the jury to be fair
> > with the other competitors which
> > submitted by the deadline.
>
> > Best regards
> > The SpoVNet-Team
>
> > Am 23.08.2011 02:16, schrieb Gonzalo Huerta:
>
> > Dear all:
> >> Can we have one more day?
> >> Things are implemented but not working at all!!!
> >> Debug is not our strength ^^
>
> >> I am not saying that things will work after one day for sure, but if
> >> possible I will appreciate it.
>
> >> Thanks,
> >> --Gonzalo
>
> >> On Mon, Aug 8, 2011 at 10:40 PM, SpoVNet Contest<
cont...@spovnet.de>