Problem about crossing compile SDL

Dear sir,

I’m cross compiling the SDL on the platform of fedora 4(Linux) platform.
I entered ./configure --host=arm-linux --disable-sound CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc, OK.
then entered make, but it still comes the statement"… esd.h: No such file or directory"

I didn’t cross compile the esd, where can I find the development package of esd?

                                                       LEO

Try adding --disable-esd to your ./configure arguments.On 10/11/06, Zhang Long <llzz2.zhang at samsung.com> wrote:

Dear sir,

I’m cross compiling the SDL on the platform of fedora 4(Linux) platform.
I entered ./configure --host=arm-linux --disable-sound
CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc, OK.
then entered make, but it still comes the statement"… esd.h: No such file
or directory"

I didn’t cross compile the esd, where can I find the development package of
esd?

  • SR

I entered ./configure --host=arm-linux --disable-sound
Try adding --disable-esd to your ./configure arguments.

Or --disable-audio … “–disable-sound” isn’t the keyword.

–ryan.