Hi, I've ported CUPS to android, and have run into problems due to the way I build it.
I created a bunch of .mk files, recreated from the CUPS Makefiles. These build the libraries and executables. Since I'm using ndk-build, it sticks everything in the libs/armeabi directory. When I run on the target, it's looking for files in a particular directory structure. This includes the binaries I've built, plus lots of other files, such as configuration files, fonts, documentation, etc. Of course ./configure and make install solve this problem for a normal make environment. I'm wondering if anyone's ported any other medium-sized, native, open-source project that has figured out how to solve the "make install" problem. Thanks, Charlie -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
