svn 29544 vidix compile error
Henry Garcia <[email protected]> Fri, 21 Aug 2009 18:53:53 -0400
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Looks like a few undefined preventing compilation in the vidix section. gcc 4.4 MinGW 32 Pentium4 _______________________________________________ MPlayer-cygwin mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
error.txt
(text/plain, 1.2 KB)
makefile:989: warning: overriding commands for target `TAGS' makefile:986: warning: ignoring old commands for target `TAGS' vidix/cyberblade_vid.c:88: error: 'VENDOR_TRIDENT' undeclared here (not in a function) vidix/cyberblade_vid.c:95: error: 'DEVICE_TRIDENT_CYBERBLADE_I7' undeclared here (not in a function) vidix/cyberblade_vid.c:96: error: 'DEVICE_TRIDENT_CYBERBLADE_I7D' undeclared here (not in a function) vidix/cyberblade_vid.c:97: error: 'DEVICE_TRIDENT_CYBERBLADE_I1' undeclared here (not in a function) vidix/cyberblade_vid.c:98: error: 'DEVICE_TRIDENT_CYBERBLADE_I12' undeclared here (not in a function) vidix/cyberblade_vid.c:99: error: 'DEVICE_TRIDENT_CYBERBLADE_I13' undeclared here (not in a function) vidix/cyberblade_vid.c:100: error: 'DEVICE_TRIDENT_CYBERBLADE_XPAI1' undeclared here (not in a function) vidix/cyberblade_vid.c: In function 'cyberblade_probe': vidix/cyberblade_vid.c:130: warning: comparison between pointer and integer vidix/cyberblade_vid.c:137: warning: passing argument 1 of 'pci_device_name' makes integer from pointer without a cast vidix/pci_names.h:22: note: expected 'short unsigned int' but argument is of type 'short unsigned int *' make: *** [vidix/cyberblade_vid.o] Error 1