Re: [Alsa-user] Problem about cross-compiling alsa-utils
Brought to you by:
perex
From: Clemens L. <cl...@la...> - 2010-04-15 06:17:14
|
jj...@nu... wrote: > checking for ncurses5-config... yes > checking for curses library... ncurses > checking for curses header name... <ncurses.h> > checking for curses compiler flags... -I/usr/include/ncurses > ... > checking panel.h usability... no > checking panel.h presence... no > checking for panel.h... no > configure: error: required curses helper header not found > > It seems that the configuration is trying to using ncurses.h on the > build machine. However, it should use the ncurses.h header file in my > cross-compiled ncurse library. The configure script currently assumes that the ncurses settings can be read with the ncurses5-config script. > How can I "force" the configuration to use the cross-compiled ncurse > library and headers? Should I set "--with-curses" option? If so, how > to set it? That options takes auto/ncursesw/ncurses/curses; try curses. If all else fails, you can --disable-alsamixer if you don't need it. HTH Clemens |