>
> Actually, I have all the linux header files, now all I have to do
>is get autoconf to include them. Anyone with more familiarity with
>autoconf know how to do this? Include files from more than two
>directories, in the Makefile.in I have now I have these two lines that
>tell the compiler to include another dir.
>
>includedir = @includedir@
>oldincludedir = /usr/include
>
>so maybe another line like:
>linuxincludedir = /usr/compat/linux/usr/include/
>
>any better ideas?
I don't think you want to do that. The linux header files are so you can run
stuff using the Linux emulator. Unless you are compiling esound with a
cross-compiler or a gcc built for Linux that is running on the emulator, you
might have problems (you might not as many of the constants are tha same).
Just use the patch I sent in an earlier message. Let me know if the sound
works for you. If not I'll look into it.
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop