Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build project #1

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 12 comments
Open

Cannot build project #1

GoogleCodeExporter opened this issue Mar 22, 2015 · 12 comments

Comments

@GoogleCodeExporter
Copy link

I have downloaded the svn trunk, but when I try and build it it complains that 
HoughTransformation is not part of GraphicsCoreNS (which is true).

In Andriod.mk there is a reference to HoughTransformation.cpp which is not in 
the source trunk and in com_graphic_NativeGraphics.h there is an include of 
HoughTransformation.h which is also not in the source trunk.

However, there is a HoughTransformation java / class which is 
intelligence.imageanalysis folder

Am I missing the header / c++ or should we be calling the java in some other 
way?

Thank you in advance for your help.

Bob Johnson

Original issue reported on code.google.com by coolhand...@googlemail.com on 25 Jan 2012 at 1:12

@GoogleCodeExporter
Copy link
Author

Please update the project. HoughTransformation.c replaced to 
HoughTransformation.cpp file.
HoughTransformation.cpp file plased in "jni" dirrectory of project and included 
in project in Android.mk file 
(LOCAL_SRC_FILES += HoughTransformation.cpp) 

Original comment by zdanchik@gmail.com on 30 Jan 2012 at 2:43

@GoogleCodeExporter
Copy link
Author

cannot load library com_native graphics error is comming please give me some 
solutions

Original comment by bipinsha...@gmail.com on 12 Mar 2012 at 5:58

@GoogleCodeExporter
Copy link
Author

You need to download android NDK and build JNI code before you can compile java 
code

1. download Android NDK  http://developer.android.com/sdk/ndk/index.html
2. add line into ndk-build.cmd.bat file 
   set NDK_PROJECT_PATH = YOUR_CODE_PATH

Original comment by udom...@gmail.com on 20 Apr 2012 at 11:38

@GoogleCodeExporter
Copy link
Author

I've got the program run on my device. But it doesn't work. It just shows about 
20 lines of "w::1280 h::720" and then stops. Nothing happenes. (See the 
attached screen cap; the picture taken by the camera cannot be captured, so the 
background is just black)

Original comment by xyxzfj@gmail.com on 20 Apr 2012 at 12:40

Attachments:

@GoogleCodeExporter
Copy link
Author

hi,
same problem. it doesn't work. I've just  "w::1280 h::720" with camera in 
backgroung but nothing happens when i fix a plate. 

May you help me ?

Original comment by mobby...@gmail.com on 30 Apr 2012 at 12:53

@GoogleCodeExporter
Copy link
Author

Hi,
I'm having the same problem as mobby...

Please, help me.

Original comment by rodrigov...@gmail.com on 16 May 2012 at 5:19

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I am uanble to use it.It just shows w::1280 h::720 and recognize[].its not 
recognizing the number plate.please help its urgent.

Original comment by bismita....@gmail.com on 31 May 2012 at 8:51

@GoogleCodeExporter
Copy link
Author

I have hext error when i try to build project library, please help.

C:/android-ndk-r6/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt
/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androi
deabi/bin/ld.exe: cannot find -lcxcore
collect2: ld returned 1 exit status
/cygdrive/c/android-ndk-r6/android-ndk-r6/build/core/build-binary.mk:280: 
recipe for target 
`/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so' failed
make: *** 
[/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so] Error 1

Original comment by L.Nata...@gmail.com on 27 Jul 2012 at 11:51

@GoogleCodeExporter
Copy link
Author


I failed to build the library and the error is:

SharedLibrary  : libcom_graphics_NativeGraphics.so
collect2: ld terminated with signal 5 [Trace/BPT trap]
dyld: lazy symbol binding failed: Symbol not found: _memmem
  Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _memmem
  Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
  Expected in: /usr/lib/libSystem.B.dylib

make: *** [obj/local/armeabi/libcom_graphics_NativeGraphics.so] Error 1


Please help!


Original comment by andrewt...@gmail.com on 16 Nov 2012 at 6:50

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

not able to build project.it contains errors in .c and .cpp files.
if anyone have done that please suggest me what should i do to resolve these 
issues.
Thank you.

Original comment by aditya7...@gmail.com on 25 Sep 2014 at 11:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant