|
From: nobody <no...@so...> - 2001-03-12 18:55:52
|
Patches #407986, was updated on 2001-03-12 10:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304393&aid=407986&group_id=4393 Category: None Group: None Status: Open Priority: 5 Submitted By: victor Dong Assigned to: Nobody/Anonymous Summary: Compiling error!! Initial Comment: Hi: I just downloaded the libdv-0.6 and when I compile it, I got these error messages: encode_x86.S:265: unterminated character constant encode_x86.S:266: unterminated character constant I opened the encode_x86.s and found line 265 and 266 are just comments, so I removed then and try to compile again, then I got more error messages: Can I anyone tell me what is wrong? ./configure is successful. I am using Debian-2.2.16. Thanks! Victor display.c: In function `dv_display_set_norm': display.c:259: structure has no member named `sheight' display.c: In function `dv_display_check_format': display.c:268: structure has no member named `pic_format' display.c:269: structure has no member named `flags' display.c:269: `XV_FORMAT_MASK' undeclared (first use in this function) display.c:269: (Each undeclared identifier is reported only once display.c:269: for each function it appears in.) display.c:273: `DV_FORMAT_UNKNOWN' undeclared (first use in this function) display.c:276: `DV_FORMAT_NORMAL' undeclared (first use in this function) display.c:277: structure has no member named `flags' display.c:277: `XV_FORMAT_WIDE' undeclared (first use in this function) display.c:281: structure has no member named `lyoff' display.c:282: structure has no member named `dheight' display.c:282: structure has no member named `lheight' display.c:283: structure has no member named `dwidth' display.c:283: structure has no member named `lwidth' display.c:284: structure has no member named `lxoff' display.c:289: structure has no member named `lxoff' display.c:289: structure has no member named `lyoff' display.c:290: structure has no member named `dwidth' display.c:290: structure has no member named `lwidth' display.c:291: structure has no member named `dheight' display.c:291: structure has no member named `lheight' ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304393&aid=407986&group_id=4393 |