libcv-dev: error: 'ptrdiff_t' does not name a type
Bug #791527 reported by
Jose Luis Blanco-Claraco
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenCV Manager |
New
|
Undecided
|
Unassigned | ||
opencv (Debian) |
Fix Released
|
Unknown
|
|||
opencv (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Not only the package itself fails to build, but any other package depending on libcv-dev also fails with the new g++ with this error:
error: 'ptrdiff_t' does not name a type
The solution is very simple: to add an #include <stddef.h> to /usr/include/
Please, could any maintainer patch this package?
An equivalent bug was already reported in Debian: http://
Thanks,
Jose Luis
Related branches
lp://staging/~gal-fourier/ubuntu/natty/opencv/bug-756154
Rejected
for merging
into
lp://staging/ubuntu/natty/opencv
- Ubuntu branches: Pending requested
- Chris Coulson: Pending requested
-
Diff: 257 lines (+215/-1)6 files modifieddebian/changelog (+14/-0)
debian/control (+1/-1)
debian/patches/cvcap_ffmpeg_fix_compile_against_libav0.7.patch (+120/-0)
debian/patches/series (+4/-0)
debian/patches/ubuntu11.04_no_videodev.h_include_file.patch (+56/-0)
debian/patches/ubuntu11.10_oneiric_fix_compilation_error_with_gcc4.6.patch (+20/-0)
Changed in opencv (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in opencv (Debian): | |
status: | Unknown → Fix Released |
To post a comment you must log in.
See a proposed fix at: LP: #791527