看板 DFBSD_bugs 關於我們 聯絡資訊
Simon 'corecode' Schubert wrote: > On Thursday, 6. January 2005 19:04, walt wrote: >>This file seems to include a recipe as well as diffs. I assume (?) that >>all this is meant to happen after the build fails, but I'm guessing. > after make patch, i think. The patches applied cleanly even though the version number has changed. But I'm seeing this: mibII/tcpTable.c: In function `tcpTable_load': mibII/tcpTable.c:736: error: dereferencing pointer to incomplete type mibII/tcpTable.c:738: error: dereferencing pointer to incomplete type mibII/tcpTable.c:738: error: invalid application of `sizeof' to incomplete type `xinpgen' I don't understand the error message. In what sense can a type be 'incomplete'? (This is gcc34, btw.)