Package: libmodplug Version: 1:0.8.4-2 User: [EMAIL PROTECTED] Usertags: ftbfs-gcc-4.4 Severity: important
Your package causes other packages fails to build with the upcoming GCC 4.4. Version 4.4 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. GCC 4.4 cleaned up some more C++ headers. You always have to #include headers directly and cannot rely for things to be included indirectly. /usr/include/libmodplug/stdafx.h does: #if defined(HAVE_CONFIG_H) && !defined(CONFIG_H_INCLUDED) # include "config.h" # define CONFIG_H_INCLUDED 1 #endif #ifdef HAVE_INTTYPES_H # include <inttypes.h> #endif #ifdef HAVE_STDINT_H # include <stdint.h> #endif This means that stdint.h won't be included in most cases when including stdafx.h because HAVE_CONFIG_H is probably not defined... this leads to the build error below. I'm not quite sure what to do about this, but I hope you do. You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of qmmp_0.2.2-1 on em64t by sbuild/amd64 0.53 ... > make[3]: Leaving directory `/build/tbm/qmmp-0.2.2' > make[3]: Entering directory `/build/tbm/qmmp-0.2.2' > [ 67%] Building CXX object > src/plugins/Input/modplug/CMakeFiles/modplug.dir/decoder_modplug.o > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:32: > /usr/include/libmodplug/stdafx.h:41: error: 'uint8_t' does not name a type > /usr/include/libmodplug/stdafx.h:42: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:43: error: 'uint16_t' does not name a type > /usr/include/libmodplug/stdafx.h:44: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:45: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:46: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:50: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:51: error: 'uint16_t' does not name a type > /usr/include/libmodplug/stdafx.h:52: error: 'uint8_t' does not name a type > /usr/include/libmodplug/stdafx.h:53: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:57: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h: In function 'LONG MulDiv(long int, long > int, long int)': > /usr/include/libmodplug/stdafx.h:65: error: 'uint64_t' was not declared in > this scope > /usr/include/libmodplug/stdafx.h:65: error: expected ')' before 'a' > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:33: > /usr/include/libmodplug/it_defs.h: At global scope: > /usr/include/libmodplug/it_defs.h:8: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:10: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:11: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:12: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:13: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:14: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:15: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:16: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:17: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:18: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:19: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:20: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:21: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:22: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:23: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:24: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:25: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:26: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:27: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:28: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:29: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:35: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:36: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:37: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:38: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:39: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:40: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:41: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:42: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:48: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:50: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:51: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:52: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:53: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:54: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:55: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:56: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:57: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:58: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:59: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:60: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:61: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:62: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:64: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:65: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:66: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:67: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:74: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:76: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:77: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:78: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:79: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:80: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:82: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:83: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:84: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:85: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:86: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:87: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:88: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:89: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:91: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:92: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:93: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:94: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:95: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:96: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:100: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:107: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:109: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:110: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:111: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:112: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:114: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:115: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:116: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:117: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:118: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:119: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:120: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:121: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:122: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:123: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:124: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:125: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:126: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:131: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:132: error: 'BYTE' does not name a type > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:34: > /usr/include/libmodplug/sndfile.h:21: error: expected initializer before '*' > token > /usr/include/libmodplug/sndfile.h:306: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:307: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:309: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:310: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:311: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:312: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:313: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:316: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:317: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:318: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:319: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:327: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:328: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:329: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:330: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:331: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:332: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:333: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:334: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:335: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:336: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:337: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:338: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:340: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:341: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:342: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:343: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:344: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:345: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:346: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:347: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:348: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:349: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:350: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:351: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:352: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:353: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:354: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:355: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:356: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:357: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:358: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:359: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:360: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:361: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:362: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:363: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:364: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:365: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:378: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:379: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:386: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:387: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:388: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:389: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:404: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:405: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:409: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:413: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:414: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:415: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:416: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:417: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:418: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:419: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:420: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:421: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:422: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:423: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:424: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:425: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:426: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:427: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:428: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:429: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:430: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:431: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:437: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:438: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:439: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:440: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:447: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:448: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:449: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:450: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:451: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:452: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:468: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:479: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:488: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:489: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:490: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:491: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:492: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:501: error: 'ULONG' does not name a type > /usr/include/libmodplug/sndfile.h:540: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:541: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:542: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:543: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:544: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:546: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:547: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:553: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:558: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:559: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:562: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:563: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:564: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:565: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:566: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:567: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:568: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:569: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:570: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:571: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:573: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:574: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:575: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:585: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:585: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:587: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:588: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:589: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:590: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:591: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:592: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:593: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:594: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:595: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:596: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:597: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:598: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:599: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:600: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:601: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:602: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:605: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:606: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:607: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:608: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:609: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:610: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:615: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:616: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:617: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:617: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:619: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:619: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:620: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:620: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:621: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:621: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:622: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:622: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:623: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:623: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:624: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:624: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:625: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:625: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:626: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:626: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:627: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:627: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:628: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:628: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:629: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:629: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:630: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:630: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:631: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:631: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:632: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:632: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:633: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:633: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:634: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:634: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:635: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:635: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:636: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:636: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:637: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:637: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:638: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:638: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:639: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:639: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:640: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:640: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:641: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:641: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:642: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:642: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:643: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:643: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:644: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:644: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:645: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:645: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:646: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:646: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:647: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:647: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:648: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:648: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:658: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:659: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:662: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:662: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:663: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:669: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:670: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:671: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:672: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:673: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:680: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:682: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:683: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:684: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:685: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:699: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:699: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:701: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:701: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:703: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:703: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:708: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:709: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:709: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:710: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:711: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:713: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:714: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:715: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:716: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:717: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:718: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:719: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:720: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:721: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:722: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:723: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:724: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:725: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:726: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:727: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:728: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:729: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:729: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:730: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:730: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:731: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:732: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:733: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:733: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:734: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:734: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:735: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:736: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:736: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:741: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:742: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:743: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:744: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:747: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:748: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:749: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:749: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:749: error: 'BYTE' has not been declared > /usr/include/libmodplug/sndfile.h:750: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:751: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:752: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:753: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:754: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:755: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:756: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:760: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:760: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:761: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:761: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:763: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:764: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:765: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:767: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:768: error: expected ';' before 'void' > /usr/include/libmodplug/sndfile.h:769: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:770: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:771: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:772: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:774: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:779: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:780: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:785: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:786: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:789: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h: In member function 'BOOL > CSoundFile::IsPaused() const': > /usr/include/libmodplug/sndfile.h:613: error: 'm_dwSongFlags' was not > declared in this scope > /usr/include/libmodplug/sndfile.h: In member function 'VOID > CSoundFile::ResetTotalTickCount()': > /usr/include/libmodplug/sndfile.h:674: error: 'm_nTotalCount' was not > declared in this scope > /usr/include/libmodplug/sndfile.h: In static member function 'static BOOL > CSoundFile::IsStereo()': > /usr/include/libmodplug/sndfile.h:681: error: 'gnChannels' was not declared > in this scope > /usr/include/libmodplug/sndfile.h: In static member function 'static BOOL > CSoundFile::GetAGC()': > /usr/include/libmodplug/sndfile.h:687: error: 'gdwSoundSetup' was not > declared in this scope > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:34: > /usr/include/libmodplug/sndfile.h: At global scope: > /usr/include/libmodplug/sndfile.h:832: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:833: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:834: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:840: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:841: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:842: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:843: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:844: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:845: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:846: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:847: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:853: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:854: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:861: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:862: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:863: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:864: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:865: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:866: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:867: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:868: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:869: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:870: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:871: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:877: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:878: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:879: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:880: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:881: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:882: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:895: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:896: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:897: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:903: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:904: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:905: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:906: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:907: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:908: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:909: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:910: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:911: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:912: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:913: error: 'BYTE' does not name a type > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp: In > member function 'virtual bool DecoderModPlug::initialize()': > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:167: > error: invalid conversion from 'uchar*' to 'int' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:167: > error: initializing argument 1 of 'BOOL CSoundFile::Create(int, int)' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:168: > error: 'class CSoundFile' has no member named 'GetNumChannels' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:175: > error: 'class CSoundFile' has no member named 'GetSongTime' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp: In > member function 'virtual void DecoderModPlug::run()': > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:238: > error: 'class CSoundFile' has no member named 'GetSongTime' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:240: > error: 'class CSoundFile' has no member named 'GetMaxPosition' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:248: > error: 'class CSoundFile' has no member named 'Read' > make[3]: *** > [src/plugins/Input/modplug/CMakeFiles/modplug.dir/decoder_modplug.o] Error 1 > make[3]: Leaving directory `/build/tbm/qmmp-0.2.2' > make[2]: *** [src/plugins/Input/modplug/CMakeFiles/modplug.dir/all] Error 2 > make[2]: Leaving directory `/build/tbm/qmmp-0.2.2' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]