meshileya / ipcamera-for-android

Automatically exported from code.google.com/p/ipcamera-for-android
0 stars 0 forks source link

Not compile Eclipse-NDK7 #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Dowload Sources ipcamera-for-android-read-only and webrtc-read-only
2. Configure NDK on Eclipse
3. add "-Wno-error=format-security" on "LOCAL_CPPFLAGS" (Android.mk)
4. Build Project.

What is the expected output? What do you see instead?
Compile the project DrooidIPCam. And I got this:

Invalid attribute name: android:name 
Compile++ thumb  : ipcamera <= mediabuffer.cpp
Compile++ thumb  : ipcamera <= mediastreamer.cpp
Compile++ thumb  : ipcamera <= mediacapture.cpp
jni/mediacapture.cpp: In member function 'void MediaStreamer::doCapture2()':
jni/mediacapture.cpp:54:21: warning: format not a string literal and no format 
arguments [-Wformat-security]
Compile++ thumb  : ipcamera <= mediastreaming.cpp
Compile++ thumb  : teaonly <= common.cc
Compile++ thumb  : teaonly <= logging.cc
make: *** No rule to make target `jni/talk/base/time.cc', needed by 
`obj/local/armeabi/objs/teaonly/talk/base/time.o'.  Stop.

What version of the product are you using? On what operating system?
-adt-bundle-linux-x86_64-20130729
-android-ndk-r9-linux-x86_64
-Ubuntu 12.04 x64

Please provide any additional information below.

Original issue reported on code.google.com by efg...@gmail.com on 6 Nov 2013 at 7:59