=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for rio-1.07 cd /usr/pkgsrc/work/audio/rio/work/rio107 && c++ -O2 -march=i586 -Wl,-R/usr/pkg/lib -li386 app.cpp rio.cpp -o rio app.cpp:86:3: error: ! ! compiler/platform not supported ! ! #error ! ! compiler/platform not supported ! ! ^ app.cpp:149:9: error: use of undeclared identifier 'SIZE_MAXPATH' return SIZE_MAXPATH; ^ app.cpp:175:29: warning: format specifies type 'short' but the argument has type 'int' [-Wformat] INFOSTR( "blocks %-5hd\r", iCount-iPos ); ~~~~~ ^~~~~~~~~~~ %-5d app.cpp:326:23: warning: format specifies type 'unsigned long' but the argument has type 'int' [-Wformat] INFOSTR( "%08lx ", iA*16 ); ~~~~~ ^~~~~ %08x app.cpp:389:4: error: unknown type name 'DELETEARRAY' DELETEARRAY pszBuf; ^ app.cpp:399:4: error: unknown type name 'DELETEARRAY' DELETEARRAY pszBuf; ^ app.cpp:409:4: error: unknown type name 'DELETEARRAY' DELETEARRAY pszBuf; ^ app.cpp:435:4: error: unknown type name 'DELETEARRAY' DELETEARRAY pszBuf; ^ app.cpp:442:2: error: unknown type name 'DELETEARRAY' DELETEARRAY pszBuf; ^ app.cpp:489:67: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] INFOSTR( " -di specify initialization delay (default is %ld)\n", CRIO_TIME_IODELAY_INIT ); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %d ./rio.h:44:34: note: expanded from macro 'CRIO_TIME_IODELAY_INIT' #define CRIO_TIME_IODELAY_INIT 20000 ^~~~~ app.cpp:490:55: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] INFOSTR( " -dt specify tx delay (default is %ld)\n", CRIO_TIME_IODELAY_TX ); ~~~ ^~~~~~~~~~~~~~~~~~~~ %d ./rio.h:46:32: note: expanded from macro 'CRIO_TIME_IODELAY_TX' #define CRIO_TIME_IODELAY_TX 100 ^~~ app.cpp:491:55: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] INFOSTR( " -dr specify rx delay (default is %ld)\n", CRIO_TIME_IODELAY_RX ); ~~~ ^~~~~~~~~~~~~~~~~~~~ %d ./rio.h:45:32: note: expanded from macro 'CRIO_TIME_IODELAY_RX' #define CRIO_TIME_IODELAY_RX 2 ^ app.cpp:504:50: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] INFOSTR( " rio -o \"5 4 3 2 1\" -d -dr %ld\n", CRIO_TIME_IODELAY_RX*2 ); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %d ./rio.h:45:32: note: expanded from macro 'CRIO_TIME_IODELAY_RX' #define CRIO_TIME_IODELAY_RX 2 ^ app.cpp:534:3: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:603:7: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:684:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:693:3: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:699:3: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:721:3: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:737:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:754:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:769:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:784:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:794:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ app.cpp:803:4: error: use of undeclared identifier 'unlink'; did you mean 'inline'? CLEANUP_RETURN( FALSE ); ^ app.cpp:106:3: note: expanded from macro 'CLEANUP_RETURN' unlink( pszFilePlaylistTemp ); \ ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 6 warnings and 20 errors generated. rio.cpp:138:3: error: ! ! compiler/platform not supported ! ! #error ! ! compiler/platform not supported ! ! ^ rio.cpp:438:25: error: use of undeclared identifier 'CLOCK_SECOND' long lTime = clock() + CLOCK_SECOND; ^ rio.cpp:442:10: error: use of undeclared identifier 'INPORT' ucRx = INPORT( m_iPortStatus ) & 0xf8; ^ rio.cpp:454:25: error: use of undeclared identifier 'CLOCK_SECOND' long lTime = clock() + CLOCK_SECOND; ^ rio.cpp:457:16: error: use of undeclared identifier 'INPORT' UCHAR ucRx = INPORT( m_iPortStatus ); ^ rio.cpp:469:2: error: use of undeclared identifier 'OUTPORT' OUTPORT( m_iPortControl, B_00000000 ); ^ rio.cpp:470:2: error: use of undeclared identifier 'INPORT' IODELAY( m_lTimeIODelayRx ); ^ rio.cpp:219:58: note: expanded from macro 'IODELAY' #define IODELAY(c) { for( long _lA=0; _lA