** Description changed:

  Hi,
  
  when running the HelloWorld sample in Oneiric, it fails with the following 
errors:
  ...
  /tmp/cc6g8gjv.o: In function `main':
  harpiaBETMP01323722863.43.c:(.text+0xaf): undefined reference to `cvLoadImage'
  harpiaBETMP01323722863.43.c:(.text+0xbf): undefined reference to 
`cvCloneImage'
  harpiaBETMP01323722863.43.c:(.text+0xd7): undefined reference to 
`cvCloneImage'
  harpiaBETMP01323722863.43.c:(.text+0xf7): undefined reference to `cvSaveImage'
  harpiaBETMP01323722863.43.c:(.text+0x103): undefined reference to 
`cvReleaseImage'
  harpiaBETMP01323722863.43.c:(.text+0x10f): undefined reference to 
`cvReleaseImage'
  harpiaBETMP01323722863.43.c:(.text+0x11b): undefined reference to 
`cvReleaseImage'
  /tmp/cc6g8gjv.o: In function `__static_initialization_and_destruction_0(int, 
int)':
  harpiaBETMP01323722863.43.c:(.text+0x155): undefined reference to 
`std::ios_base::Init::Init()'
  harpiaBETMP01323722863.43.c:(.text+0x15a): undefined reference to 
`std::ios_base::Init::~Init()'
  collect2: ld devolvió el estado de salida 1
+ 
+ [Impact]
+ No project can be compiled with Harpia, no even the examples, as they all 
fails with the previous link errors
+ 
+ Development Fix]
+ The same patch as the one proposed for Oneiric has been uploaded to Precise 
as ubuntu2 version.
+ 
+ [Stable Fix]
+ Retrofit the patch that change the order of the compilation line, to put the 
libraries at the end of the command line, after the object to generate.
+ 
+ [Test Case]
+ 1) Install and run harpia
+ 2) go to help, examples, and choose Hello World
+ 3) click on the Run [F9] button
+ 4) Doble click on the Image box, in the graph
+ 5) With the broken version, you see the errors mentionned previously. With 
the fixed one, you see the image (a girl with a hat)
+ 
+ [Regression Potential]
+ Harpia is not usable at all in the actual status.

** Description changed:

  Hi,
  
  when running the HelloWorld sample in Oneiric, it fails with the following 
errors:
  ...
  /tmp/cc6g8gjv.o: In function `main':
  harpiaBETMP01323722863.43.c:(.text+0xaf): undefined reference to `cvLoadImage'
  harpiaBETMP01323722863.43.c:(.text+0xbf): undefined reference to 
`cvCloneImage'
  harpiaBETMP01323722863.43.c:(.text+0xd7): undefined reference to 
`cvCloneImage'
  harpiaBETMP01323722863.43.c:(.text+0xf7): undefined reference to `cvSaveImage'
  harpiaBETMP01323722863.43.c:(.text+0x103): undefined reference to 
`cvReleaseImage'
  harpiaBETMP01323722863.43.c:(.text+0x10f): undefined reference to 
`cvReleaseImage'
  harpiaBETMP01323722863.43.c:(.text+0x11b): undefined reference to 
`cvReleaseImage'
  /tmp/cc6g8gjv.o: In function `__static_initialization_and_destruction_0(int, 
int)':
  harpiaBETMP01323722863.43.c:(.text+0x155): undefined reference to 
`std::ios_base::Init::Init()'
  harpiaBETMP01323722863.43.c:(.text+0x15a): undefined reference to 
`std::ios_base::Init::~Init()'
  collect2: ld devolvió el estado de salida 1
  
  [Impact]
  No project can be compiled with Harpia, no even the examples, as they all 
fails with the previous link errors
  
- Development Fix]
+ [Development Fix]
  The same patch as the one proposed for Oneiric has been uploaded to Precise 
as ubuntu2 version.
  
  [Stable Fix]
- Retrofit the patch that change the order of the compilation line, to put the 
libraries at the end of the command line, after the object to generate.
+ Retrofit the patch that change the order of the parameters in the compilation 
line, to put the libraries at the end of the command line, after the object to 
generate.
  
  [Test Case]
  1) Install and run harpia
  2) go to help, examples, and choose Hello World
  3) click on the Run [F9] button
- 4) Doble click on the Image box, in the graph
+ 4) When the button is available again, doble click on the Image box, in the 
graph
  5) With the broken version, you see the errors mentionned previously. With 
the fixed one, you see the image (a girl with a hat)
  
  [Regression Potential]
  Harpia is not usable at all in the actual status.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903393

Title:
  Undefined reference to 'cvLoadImage' when running the hello World
  example

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/harpia/+bug/903393/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to