Minimal debdiff that adds the "-x c++" option to gcc, adds the missing
dependencies and updates the standards-version.

** Description changed:

- OpenCV 2 changes the prototype of some functions:
+ In Lucid Lynx, Ubuntu uses Opencv2.
+ 
+ OpenCV 2 changes the prototype of some functions (using for example
+ default parameters):
  
  /* save image to file */
  CVAPI(int) cvSaveImage( const char* filename, const CvArr* image,
-                         const int* params CV_DEFAULT(0) );
+                         const int* params CV_DEFAULT(0) );
  
  Since this third parameter is not accounted for in Harpia, the user will
- get errors there.
+ get errors when compiling/running any programs (even the samples).
  
- Applying the patch attached to /usr/share/pyshared/harpia/gerador.py will 
solve that problems.
- Other problems should be reported here so that we can maintain this patch
+ TEST CASE: Open Harpia, go to "Help>Examples>01-Hello-World.hrp", press F9 
(run). This will exit with a error message/red light
+ (the compile error msg can be viewed clicking twice on the "Show Image" 
block). This way the application is totally unusable.
+ Expected behavior would be to have a green light on the status message and 
seeing the image (lenna.png) when clicking twice on 
+ the "Show Image" block.

** Also affects: harpia (Ubuntu)
   Importance: Undecided
       Status: New

** Patch added: "Minimal debdiff to SRU harpia package in lucid."
   http://launchpadlibrarian.net/49048417/harpia_1.0-0ubuntu1.1.debdiff

** Changed in: harpia (Ubuntu)
       Status: New => Fix Released

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

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

Reply via email to