Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-06-11 Thread Raena


Clemens Ladisch wrote:
 Raena wrote:
 I also installed the snapshot alsa-lib and that was fine but alsa-utils 
 would not configure. configure: error: panelw library not found I have 
 not been able to find out what package has this library. Here is my 
 configure output;
 ...
 checking for ncursesw5-config... yes 
 
 This indicates that ncursesw is installed ...
 
 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found
 
 ... but actually it isn't.
 
 What is the output of the following commands?
 
   ncursesw5-config --libs
   ncursesw5-config --libdir
   locate libncurses.so
   locate libncursesw.so
   locate libpanel.so
   locate libpanelw.so
 
 
 Best regards,
 Clemens
 
ra...@kubuntu:~$ ncursesw5-config --libs
-L/usr/lib -lncursesw
ra...@kubuntu:~$ ncursesw5-config --libdir
/usr/lib
ra...@kubuntu:~$ locate libncurses.so
/lib/libncurses.so.5
/lib/libncurses.so.5.7
/lib32/libncurses.so.5
/lib32/libncurses.so.5.7
/usr/lib/libncurses.so
/usr/lib/libncurses.so.5
/usr/lib32/libncurses.so
ra...@kubuntu:~$ locate libncursesw.so
/lib/libncursesw.so.5
/lib/libncursesw.so.5.7
/lib32/libncursesw.so.5
/lib32/libncursesw.so.5.7
/usr/lib32/libncursesw.so
ra...@kubuntu:~$ locate libpanel.so
/usr/lib/libpanel.so
/usr/lib/libpanel.so.5
/usr/lib/libpanel.so.5.7
/usr/lib32/libpanel.so
/usr/lib32/libpanel.so.5
/usr/lib32/libpanel.so.5.7
ra...@kubuntu:~$ locate libpanelw.so
/usr/lib/libpanelw.so.5
/usr/lib/libpanelw.so.5.7
/usr/lib32/libpanelw.so
/usr/lib32/libpanelw.so.5
/usr/lib32/libpanelw.so.5.7
ra...@kubuntu:~$


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-06-11 Thread Clemens Ladisch
Raena wrote:
 Clemens Ladisch wrote:
 Raena wrote:
 checking for ncursesw5-config... yes
 
 This indicates that ncursesw is installed ...
 
 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found
 
 ... but actually it isn't.
 
 What is the output of the following commands?
   ...
   locate libpanel.so
   locate libpanelw.so

 ra...@kubuntu:~$ locate libpanel.so
 /usr/lib/libpanel.so
 /usr/lib/libpanel.so.5
 /usr/lib/libpanel.so.5.7

This is OK ...

 ra...@kubuntu:~$ locate libpanelw.so
 /usr/lib/libpanelw.so.5
 /usr/lib/libpanelw.so.5.7

... but this isn't: the libpanelw.so link is missing.

Please file a bug report with your distribution.


You could create the missing files yourself with these commands:

ln -s libpanelw.so.5 /usr/lib/libpanelw.so
ln -s libformw.so.5 /usr/lib/libformw.so
ln -s libmenuw.so.5 /usr/lib/libmenuw.so
ln -s libncursesw.so.5 /lib/libncursesw.so


(You don't actually need the new alsa-utils, except if you want to see
the Japanese translation of alsamixer. :-)


Best regards,
Clemens

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-06-03 Thread Clemens Ladisch
Raena Lea-Shannon wrote:
 Is there another ncurses-devel I have missed?

libncursesw5-dev?


HTH
Clemens

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-06-02 Thread Clemens Ladisch
Raena wrote:
 I also installed the snapshot alsa-lib and that was fine but alsa-utils 
 would not configure. configure: error: panelw library not found I have 
 not been able to find out what package has this library. Here is my 
 configure output;
 ...
 checking for ncursesw5-config... yes 

This indicates that ncursesw is installed ...

 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found

... but actually it isn't.

What is the output of the following commands?

  ncursesw5-config --libs
  ncursesw5-config --libdir
  locate libncurses.so
  locate libncursesw.so
  locate libpanel.so
  locate libpanelw.so


Best regards,
Clemens

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-06-02 Thread Raena Lea-Shannon
Is there another ncurses-devel I have missed?


Raena wrote:
 I have libncurses5devel installed
 
 
 Geoffrey Leach wrote:
 Try ncurses-devel

 On 05/29/2009 09:21:04 PM, Raena wrote:
 Hi I am running 2.6.28-11-generic with ASUS M4A78T-E MOBO. I needed 
 to

 install the snapshot drivers to get my digital sound working and that 
 worked very well thanks a bunch.

 I also installed the snapshot alsa-lib and that was fine but
 alsa-utils 
 would not configure. configure: error: panelw library not found I 
 have

 not been able to find out what package has this library. Here is my 
 configure output;


 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$ sudo 
 ./configure
 [sudo] password for raena: 

 checking for a BSD-compatible install... /usr/bin/install -c 

 checking whether build environment is sane... yes 

 checking for gawk... no 

 checking for mawk... mawk 

 checking whether make sets $(MAKE)... yes 

 checking whether NLS is requested... yes 

 checking for msgfmt... /usr/bin/msgfmt 

 checking for gmsgfmt... /usr/bin/msgfmt 

 checking for xgettext... /usr/bin/xgettext 

 checking for msgmerge... /usr/bin/msgmerge 

 checking for style of include used by make... GNU 

 checking for gcc... gcc 

 checking for C compiler default output file name... a.out 

 checking whether the C compiler works... yes 

 checking whether we are cross compiling... no 

 checking for suffix of executables... 

 checking for suffix of object files... o 

 checking whether we are using the GNU C compiler... yes 

 checking whether gcc accepts -g... yes 

 checking for gcc option to accept ISO C89... none needed 

 checking dependency style of gcc... gcc3 

 checking build system type... x86_64-unknown-linux-gnu 

 checking host system type... x86_64-unknown-linux-gnu 

 checking for ld used by GCC... /usr/bin/ld 

 checking if the linker (/usr/bin/ld) is GNU ld... yes 

 checking for shared library run path origin... done 

 checking for CFPreferencesCopyAppValue... no 

 checking for CFLocaleCopyCurrent... no 

 checking for GNU gettext in libc... yes 

 checking whether to use NLS... yes 

 checking where the gettext function comes from... libc 

 checking for cross-compiler... gcc 

 checking for gcc... (cached) gcc 

 checking whether we are using the GNU C compiler... (cached) yes 

 checking whether gcc accepts -g... (cached) yes 

 checking for gcc option to accept ISO C89... (cached) none needed 

 checking dependency style of gcc... (cached) gcc3 

 checking for a BSD-compatible install... /usr/bin/install -c 

 checking whether ln -s works... yes 

 checking for ALSA CFLAGS... 

 checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread 

 checking for libasound headers version = 1.0.16... found. 

 checking for snd_ctl_open in -lasound... yes 

 checking for alsa/pcm.h... yes 

 checking for alsa/mixer.h... yes 

 checking for alsa/rawmidi.h... yes 

 checking for alsa/seq.h... yes 

 checking for librt... checking for clock_gettime in -lrt... yes 

 checking for xmlto... yes 

 checking how to run the C preprocessor... gcc -E 

 checking for grep that handles long lines and -e... /bin/grep 

 checking for egrep... /bin/grep -E 

 checking for ANSI C header files... yes 

 checking for ncursesw5-config... yes 

 checking for curses library... ncursesw
 checking for curses header name... ncurses.h
 checking for curses compiler flags... -I/usr/include/ncursesw
 checking for curses NLS support... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking panel.h usability... yes
 checking panel.h presence... yes
 checking for panel.h... yes
 checking menu.h usability... yes
 checking menu.h presence... yes
 checking for menu.h... yes
 checking form.h usability... yes
 checking form.h presence... yes
 checking for form.h... yes
 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found
 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$

 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand creativity
 professionals. Meet
 the minds behind Google Creative Lab, Visual Complexity, Processing, 
 

 iPhoneDevCamp as they present alongside digital heavyweights like
 Barbarian 
 Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user




 
 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand 

Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-05-31 Thread Raena
I have libncurses5devel installed


Geoffrey Leach wrote:
 Try ncurses-devel
 
 On 05/29/2009 09:21:04 PM, Raena wrote:
 Hi I am running 2.6.28-11-generic with ASUS M4A78T-E MOBO. I needed 
 to

 install the snapshot drivers to get my digital sound working and that 
 worked very well thanks a bunch.

 I also installed the snapshot alsa-lib and that was fine but
 alsa-utils 
 would not configure. configure: error: panelw library not found I 
 have

 not been able to find out what package has this library. Here is my 
 configure output;


 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$ sudo 
 ./configure
 [sudo] password for raena: 

 checking for a BSD-compatible install... /usr/bin/install -c 

 checking whether build environment is sane... yes 

 checking for gawk... no 

 checking for mawk... mawk 

 checking whether make sets $(MAKE)... yes 

 checking whether NLS is requested... yes 

 checking for msgfmt... /usr/bin/msgfmt 

 checking for gmsgfmt... /usr/bin/msgfmt 

 checking for xgettext... /usr/bin/xgettext 

 checking for msgmerge... /usr/bin/msgmerge 

 checking for style of include used by make... GNU 

 checking for gcc... gcc 

 checking for C compiler default output file name... a.out 

 checking whether the C compiler works... yes 

 checking whether we are cross compiling... no 

 checking for suffix of executables... 

 checking for suffix of object files... o 

 checking whether we are using the GNU C compiler... yes 

 checking whether gcc accepts -g... yes 

 checking for gcc option to accept ISO C89... none needed 

 checking dependency style of gcc... gcc3 

 checking build system type... x86_64-unknown-linux-gnu 

 checking host system type... x86_64-unknown-linux-gnu 

 checking for ld used by GCC... /usr/bin/ld 

 checking if the linker (/usr/bin/ld) is GNU ld... yes 

 checking for shared library run path origin... done 

 checking for CFPreferencesCopyAppValue... no 

 checking for CFLocaleCopyCurrent... no 

 checking for GNU gettext in libc... yes 

 checking whether to use NLS... yes 

 checking where the gettext function comes from... libc 

 checking for cross-compiler... gcc 

 checking for gcc... (cached) gcc 

 checking whether we are using the GNU C compiler... (cached) yes 

 checking whether gcc accepts -g... (cached) yes 

 checking for gcc option to accept ISO C89... (cached) none needed 

 checking dependency style of gcc... (cached) gcc3 

 checking for a BSD-compatible install... /usr/bin/install -c 

 checking whether ln -s works... yes 

 checking for ALSA CFLAGS... 

 checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread 

 checking for libasound headers version = 1.0.16... found. 

 checking for snd_ctl_open in -lasound... yes 

 checking for alsa/pcm.h... yes 

 checking for alsa/mixer.h... yes 

 checking for alsa/rawmidi.h... yes 

 checking for alsa/seq.h... yes 

 checking for librt... checking for clock_gettime in -lrt... yes 

 checking for xmlto... yes 

 checking how to run the C preprocessor... gcc -E 

 checking for grep that handles long lines and -e... /bin/grep 

 checking for egrep... /bin/grep -E 

 checking for ANSI C header files... yes 

 checking for ncursesw5-config... yes 

 checking for curses library... ncursesw
 checking for curses header name... ncurses.h
 checking for curses compiler flags... -I/usr/include/ncursesw
 checking for curses NLS support... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking panel.h usability... yes
 checking panel.h presence... yes
 checking for panel.h... yes
 checking menu.h usability... yes
 checking menu.h presence... yes
 checking for menu.h... yes
 checking form.h usability... yes
 checking form.h presence... yes
 checking for form.h... yes
 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found
 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$

 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand creativity
 professionals. Meet
 the minds behind Google Creative Lab, Visual Complexity, Processing, 
 

 iPhoneDevCamp as they present alongside digital heavyweights like
 Barbarian 
 Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

 
 
 
 

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative 

Re: [Alsa-user] alsa-utils-1.0.20.12.g730e compile problem

2009-05-30 Thread Geoffrey Leach
Try ncurses-devel

On 05/29/2009 09:21:04 PM, Raena wrote:
 Hi I am running 2.6.28-11-generic with ASUS M4A78T-E MOBO. I needed 
 to
 
 install the snapshot drivers to get my digital sound working and that 
 worked very well thanks a bunch.
 
 I also installed the snapshot alsa-lib and that was fine but
 alsa-utils 
 would not configure. configure: error: panelw library not found I 
 have
 
 not been able to find out what package has this library. Here is my 
 configure output;
 
 
 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$ sudo 
 ./configure
 [sudo] password for raena: 
 
 checking for a BSD-compatible install... /usr/bin/install -c 
 
 checking whether build environment is sane... yes 
 
 checking for gawk... no 
 
 checking for mawk... mawk 
 
 checking whether make sets $(MAKE)... yes 
 
 checking whether NLS is requested... yes 
 
 checking for msgfmt... /usr/bin/msgfmt 
 
 checking for gmsgfmt... /usr/bin/msgfmt 
 
 checking for xgettext... /usr/bin/xgettext 
 
 checking for msgmerge... /usr/bin/msgmerge 
 
 checking for style of include used by make... GNU 
 
 checking for gcc... gcc 
 
 checking for C compiler default output file name... a.out 
 
 checking whether the C compiler works... yes 
 
 checking whether we are cross compiling... no 
 
 checking for suffix of executables... 
 
 checking for suffix of object files... o 
 
 checking whether we are using the GNU C compiler... yes 
 
 checking whether gcc accepts -g... yes 
 
 checking for gcc option to accept ISO C89... none needed 
 
 checking dependency style of gcc... gcc3 
 
 checking build system type... x86_64-unknown-linux-gnu 
 
 checking host system type... x86_64-unknown-linux-gnu 
 
 checking for ld used by GCC... /usr/bin/ld 
 
 checking if the linker (/usr/bin/ld) is GNU ld... yes 
 
 checking for shared library run path origin... done 
 
 checking for CFPreferencesCopyAppValue... no 
 
 checking for CFLocaleCopyCurrent... no 
 
 checking for GNU gettext in libc... yes 
 
 checking whether to use NLS... yes 
 
 checking where the gettext function comes from... libc 
 
 checking for cross-compiler... gcc 
 
 checking for gcc... (cached) gcc 
 
 checking whether we are using the GNU C compiler... (cached) yes 
 
 checking whether gcc accepts -g... (cached) yes 
 
 checking for gcc option to accept ISO C89... (cached) none needed 
 
 checking dependency style of gcc... (cached) gcc3 
 
 checking for a BSD-compatible install... /usr/bin/install -c 
 
 checking whether ln -s works... yes 
 
 checking for ALSA CFLAGS... 
 
 checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread 
 
 checking for libasound headers version = 1.0.16... found. 
 
 checking for snd_ctl_open in -lasound... yes 
 
 checking for alsa/pcm.h... yes 
 
 checking for alsa/mixer.h... yes 
 
 checking for alsa/rawmidi.h... yes 
 
 checking for alsa/seq.h... yes 
 
 checking for librt... checking for clock_gettime in -lrt... yes 
 
 checking for xmlto... yes 
 
 checking how to run the C preprocessor... gcc -E 
 
 checking for grep that handles long lines and -e... /bin/grep 
 
 checking for egrep... /bin/grep -E 
 
 checking for ANSI C header files... yes 
 
 checking for ncursesw5-config... yes 
 
 checking for curses library... ncursesw
 checking for curses header name... ncurses.h
 checking for curses compiler flags... -I/usr/include/ncursesw
 checking for curses NLS support... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking panel.h usability... yes
 checking panel.h presence... yes
 checking for panel.h... yes
 checking menu.h usability... yes
 checking menu.h presence... yes
 checking for menu.h... yes
 checking form.h usability... yes
 checking form.h presence... yes
 checking for form.h... yes
 checking for new_panel in -lpanelw... no
 configure: error: panelw library not found
 ra...@kubuntu:/usr/src/alsa/alsa-utils-1.0.20.12.g730e8$
 
 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand creativity
 professionals. Meet
 the minds behind Google Creative Lab, Visual Complexity, Processing, 
 
 
 iPhoneDevCamp as they present alongside digital heavyweights like
 Barbarian 
 Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 




--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative