I have attempted many times to use the make function on the android source This is the following error I am always receiving, I highly doubt its my source because i have redownloaded the source multiple times. Could any shed some light or a gentle nudge in the right direction?
Install: out/target/product/sholes-open/system/lib/ libopencore_streamingreg.so target thumb C++: libopencorehw <= hardware/ti/omap3/libopencorehw/ android_surface_output_omap34xx.cpp hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: In constructor 'AndroidSurfaceOutputOmap34xx::AndroidSurfaceOutputOmap34xx()': hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: 78: error: 'mNumberOfFramesToHold' was not declared in this scope hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: In member function 'virtual void AndroidSurfaceOutputOmap34xx::setParametersSync(void*, PvmiKvp*, int, PvmiKvp*&)': hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: 289: error: 'class PVMFYuvFormatSpecificInfo0' has no member named 'width' hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: 293: error: 'class PVMFYuvFormatSpecificInfo0' has no member named 'height' hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: 297: error: 'class PVMFYuvFormatSpecificInfo0' has no member named 'display_height' hardware/ti/omap3/libopencorehw/android_surface_output_omap34xx.cpp: 302: error: 'class PVMFYuvFormatSpecificInfo0' has no member named 'display_width' make: *** [out/target/product/sholes-open/obj/SHARED_LIBRARIES/ libopencorehw_intermediates/android_surface_output_omap34xx.o] Error 1 -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

