Opened 18 years ago
Closed 18 years ago
#1076 closed defect (fixed)
libdvdnav: dvdnav.h incompatible with C++
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | build system |
| Version: | unspecified | Severity: | normal |
| Keywords: | Cc: | nsabbi@… | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
This is a bug for libdvdnav 4.1.2:
$ cat testi.c
#include <inttypes.h>
#include <dvdnav/dvdnav.h>
$ g++ -DSTDC_LIMIT_MACROS -c -o test.o testi.c
In file included from testi.c:2:
/usr/include/dvdnav/dvdnav.h:293: error: expected ‘,’ or ‘...’ before
‘this’
This 'this' conflict didn't exist in previous versions.
This problem affects at least vdr-plugin-dvd.
Change History (2)
comment:1 by , 18 years ago
| Cc: | added |
|---|---|
| op_sys: | Linux → All |
| Status: | new → assigned |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
fixed last week renaming "this" to "self"
Note:
See TracTickets
for help on using tickets.

I guess you are missing some extern C whatever declarations...