> After that i got an Error i..e Android.mk is trying to find ops.cpp which is
> not present. To solve this i removed ops.cpp from Android.mk and build again.
If you don't have ops.cpp, then you don't have a complete current version. (And
BTW, why are you using 2.3.0, which is old?)
Simply leaving it out of the Android.mk file won't work. There are Ops plugins
that are sub-classes of that, so you're bound to fail.
> collect2: ld returned 1 exit status
> make: ***
> [/home/coderwall/Desktop/openbabel-2-3-0/obj/local/armeabi/libopenbabel.so]
> Error 1
I mean, that's simply saying it can't link. That's clear from all the undefined
references seen in your pastebin trace.
I suspect the Android.mk file is probably horribly out of date and would need
to be re-written to work. That was contributed by someone else and none of the
active developers are affiliated with it. OTOH, I don't think it should be hard
for you to adapt from the CMakeLists.txt files. Just don't leave out files
arbitrarily. That's rarely a good solution when porting to a new architecture
or build environment.
-Geoff
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss