Error in header files in C++
"Lionel Flandrin" <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <189b34150609190802s431d2a44te2dd81924c0d0e3b__25059.4645426192$1158678361$gmane$org@mail.gmail.com> |
There's a possible error in libdvbpsi header files: #ifdef __cplusplus }; #endif doesn't compile with g++ 3.4.4 /usr/local/include/dvbpsi/demux.h:175: error: extra `;' There's the same problem in all dvbpsi/*.h files. I removed the semicolon and it worked perfectly (I can't see any reason for a semicolon here anyway) -- Simias -- This is the libdvbpsi-devel mailing-list, see http://developers.videolan.org/ To unsubscribe, go to: http://developers.videolan.org/lists.html