Date: Sat, 2 Feb 2013 23:04:23 +0400 From: awarecons <awarecons@gmail.com> To: Juergen Lock <nox@jelal.kn-bremen.de> Cc: x11@freebsd.org, multimedia@freebsd.org, ports-bugs@freebsd.org Subject: Re: multimedia/vlc [2.0.5,3] ISSUE Use X C Bindings Message-ID: <CACGq7x3a_0GoS1-WNDVcGrsAKW7_xcnH5wAiSL1VyhBpeQxZGA@mail.gmail.com> In-Reply-To: <201302021543.r12FhSVK038296@triton8.kn-bremen.de> References: <CACGq7x2qkY5dr0Y2ie_0uYric07_eBgZTA6aQEnhpVsEyCo7zw@mail.gmail.com> <201302021543.r12FhSVK038296@triton8.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Mine has: ... /** * @brief xcb_randr_output_property_t **/ typedef struct xcb_randr_output_property_t { xcb_window_t window; /**< */ xcb_randr_output_t output; /**< */ xcb_atom_t atom; /**< */ xcb_timestamp_t timestamp; /**< */ uint8_t status; /**< */ uint8_t pad0[11]; /**< */ m xcb_randr_output_property_t; /** * @brief xcb_randr_output_property_iterator_t **/ typedef struct xcb_randr_output_property_iterator_t { xcb_randr_output_property_t *data; /**< */ int rem; /**< */ int index; /**< */ } xcb_randr_output_property_iterator_t; ... 2013/2/2 Juergen Lock <nox@jelal.kn-bremen.de>: > In article <CACGq7x2qkY5dr0Y2ie_0uYric07_eBgZTA6aQEnhpVsEyCo7zw@mail.gmail.com> you write: >>If chosen >> >>[*] XCB Use X C Bindings for X11 output >> >>GCC 4.6.3: >>gmake[5]: Entering directory >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' >> CC libpanoramix_plugin_la-panoramix.lo >> CC libpostproc_plugin_la-postproc.lo >>In file included from panoramix.c:50:0: >>/usr/local/include/xcb/randr.h:1168:1: error: unknown type name 'm' >>/usr/local/include/xcb/randr.h:1173:1: error: expected >>specifier-qualifier-list before 'typedef' >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 >> >>gcc4.2: >> >>gmake[5]: Entering directory >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' >> CC libpanoramix_plugin_la-panoramix.lo >> CCLD libpostproc_plugin.la >>In file included from panoramix.c:50: >>/usr/local/include/xcb/randr.h:1168: error: expected >>specifier-qualifier-list before 'm' >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 >> >>But, for e.g., mplayer using XCB compiles fine. > > Hmm what's in/around those lines in your /usr/local/include/xcb/randr.h ? > Mine doesn't have an identifier 'm' there anywhere... > > [...] > /** > * @brief xcb_randr_output_property_t > **/ > typedef struct xcb_randr_output_property_t { > xcb_window_t window; /**< */ > xcb_randr_output_t output; /**< */ > xcb_atom_t atom; /**< */ > xcb_timestamp_t timestamp; /**< */ > uint8_t status; /**< */ > uint8_t pad0[11]; /**< */ > } xcb_randr_output_property_t; > > /** > * @brief xcb_randr_output_property_iterator_t > **/ > typedef struct xcb_randr_output_property_iterator_t { > xcb_randr_output_property_t *data; /**< */ > int rem; /**< */ > int index; /**< */ > } xcb_randr_output_property_iterator_t; > [...] > > Thanx, > Juergen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACGq7x3a_0GoS1-WNDVcGrsAKW7_xcnH5wAiSL1VyhBpeQxZGA>