hi list,
in trying to build pd-0.30 on an old machine w/ OSS drivers and (minimal) debian 'slink' -
'make' stops w/ following message
s_linux.c: In function oss_configure': s_linux.c:559:
AFMT_S16_NE' undeclared (first use this function)
s_linux.c:559: (Each undeclared identifier is reported only once
s_linux.c:559: for each function it appears in.)
make: *** [s_linux.o] Error 1
thank you for any insights,
Bill Sack bsack@toast.net wsack@acsu.buffalo.edu
"'Michael Gilhaney,' said the Sergeant, 'is an example of a man that is nearly banjanxed from the principle of the Atomic Theory. Would it astonish you to hear that he is nearly half a bicycle?'" -Flann O'Brien, "The Third Policeman"
I think that the OSS drivers in the older kernels don't have AFMT_S16_NE - you should maybe upgrade to frozen (to get a 2.2 kernel) or change the line to AFMT_S16_LE (assuming intel hardware).
Karl _____________________________________________________ | Karl W. MacMillan | | Peabody Institute of the Johns Hopkins University | | Network and Telecommunications Services | | karlmac@peabody.jhu.edu | | 410/659-8297 |
On Mon, 24 Jul 2000, Bill Sack wrote:
hi list,
in trying to build pd-0.30 on an old machine w/ OSS drivers and (minimal) debian 'slink' -
'make' stops w/ following message
s_linux.c: In function
oss_configure': s_linux.c:559:
AFMT_S16_NE' undeclared (first use this function) s_linux.c:559: (Each undeclared identifier is reported only once s_linux.c:559: for each function it appears in.) make: *** [s_linux.o] Error 1thank you for any insights,
Bill
Bill Sack bsack@toast.net wsack@acsu.buffalo.edu
"'Michael Gilhaney,' said the Sergeant, 'is an example of a man that is nearly banjanxed from the principle of the Atomic Theory. Would it astonish you to hear that he is nearly half a bicycle?'" -Flann O'Brien, "The Third Policeman"
I think you can use "AFMT_S16_LE" instead of "AFMT_S16_NE" on PCs and it should work...
cheers Miller
On Mon, Jul 24, 2000 at 03:06:46PM -0400, Bill Sack wrote:
hi list,
in trying to build pd-0.30 on an old machine w/ OSS drivers and (minimal) debian 'slink' -
'make' stops w/ following message
s_linux.c: In function
oss_configure': s_linux.c:559:
AFMT_S16_NE' undeclared (first use this function) s_linux.c:559: (Each undeclared identifier is reported only once s_linux.c:559: for each function it appears in.) make: *** [s_linux.o] Error 1thank you for any insights,
Bill
Bill Sack bsack@toast.net wsack@acsu.buffalo.edu
"'Michael Gilhaney,' said the Sergeant, 'is an example of a man that is nearly banjanxed from the principle of the Atomic Theory. Would it astonish you to hear that he is nearly half a bicycle?'" -Flann O'Brien, "The Third Policeman"