Window Manager Transparent Move/Re-size

2005-09-19 Thread Brandin Creech
This is a general question about the move/re-size behaviour of every window manager I've seen under Linux. Most of them support "opaque move/re-size" in which the contents of the window is updated continuously during a move or re-size operation. But my question is about the non-opaque ("transparen

samba3030 on lfs

2005-09-19 Thread lux-integ
Greetings, I am attempting to compile samba3.0.20 on an LFS-based installation and compilation fails everytinme (regardless of the configure options).I get the folowing message: compiling dynoconfig.c gcc dynoconfig.c no such file or directory make *** [ dynoconfig.o ] Error 1 (Compili

Re: Problem with Expect

2005-09-19 Thread Randy McMurchy
Julien Demoor wrote these words on 09/19/05 17:15 CST: > I am trying to install Expect 5.43. Several errors happen during > compilation, the log is attached to this message. I have tcl/tk 8.4.11. > How can I fix this ? I suspect Tcl is not installed properly. It could be that the variables were

Problem with Expect

2005-09-19 Thread Julien Demoor
Hello, I am trying to install Expect 5.43. Several errors happen during compilation, the log is attached to this message. I have tcl/tk 8.4.11. How can I fix this ? Thanks. Julien Demoor gcc -pipe -c -I. -I. -I/usr/include/tcl8.4 -I/usr/X11R6/include -DEXP_VERSION=\"5.43.0\" -DSCRIPTDIR=\

Re: the first three days at LFS [was : A question about house keeping]

2005-09-19 Thread John Gay
On Monday 19 September 2005 20:06, Jeremy Henty wrote: > On Fri, Sep 16, 2005 at 02:30:45PM -0600, Peter B. Steiger wrote: > > Everybody loves topping "I did something even stupider" stories. > > Well, if we're going to play *that* game - I once accidentally stapled > my thumbs together. Beat that

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Matthew Burgess
Alexander E. Patrakov wrote: 1) Remove "static", as you did. That's correct if argp_program_version is used anywhere outside genfile.c. OK, looks like it is the correct fix then: # grep -rl argp_program_version * lib/argp.h lib/argp-parse.c lib/argp-pv.c lib/argp-pvh.c src/main.c tests/genfil

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Chris Staub
Matthew Burgess wrote: Chris Staub wrote: Don't know, I just tried building it but it wouldn't even compile at all (on GCC4 LFS)... From http://www.linuxfromscratch.org/blfs/view/svn/general/cpio.html: sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c Oops, sorry, I copied-and-pasted

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Alexander E. Patrakov
Matthew Burgess wrote: Hi, Using current svn instructions, I get the following after issuing 'make check': genfile.c:63: error: static declaration of ‘argp_program_version’ follows non-static declaration ../lib/argp.h:428: error: previous declaration of ‘argp_program_version’ was here genfi

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Matthew Burgess
Chris Staub wrote: Don't know, I just tried building it but it wouldn't even compile at all (on GCC4 LFS)... From http://www.linuxfromscratch.org/blfs/view/svn/general/cpio.html: sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c -- http://linuxfromscratch.org/mailman/listinfo/blfs-support

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Chris Staub
Matthew Burgess wrote: Hi, Using current svn instructions, I get the following after issuing 'make check': This is on a gcc-4.0.1 based LFS. Has anyone encountered this problem? I tried looking for updates in upstream CVS, but genfile.c is in the .cvsignore file, hence doesn't show up :(

Re: cpio-2.6 fails to build testsuite

2005-09-19 Thread Ag Hatzim
Matthew Burgess([EMAIL PROTECTED])@Mon, Sep 19, 2005 at 02:23:53PM +0100: > > This is on a gcc-4.0.1 based LFS. Has anyone encountered this problem? You are not alone in this. I just tried in my own build and i receive the same. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

cpio-2.6 fails to build testsuite

2005-09-19 Thread Matthew Burgess
Hi, Using current svn instructions, I get the following after issuing 'make check': genfile.c:63: error: static declaration of ‘argp_program_version’ follows non-static declaration ../lib/argp.h:428: error: previous declaration of ‘argp_program_version’ was here genfile.c:64: error: static d

Re: No permission to use sound card

2005-09-19 Thread Ag Hatzim
Ilja Honkonen([EMAIL PROTECTED])@Mon, Sep 19, 2005 at 12:05:09PM +0300: > Is this btw the right command for that, assuming my user name is ilja? > usermod -g ilja -G audio ilja > I am using the gpasswd for that matter gpasswd -a ilja audio > >>From chapter 37. Multimedia Libraries and Drivers

Re: No permission to use sound card

2005-09-19 Thread Ilja Honkonen
I was trying to use ogg123 from vorbis tools to test my sound configuration and it didn't have permission to use the sound device. I fixed this by adding MODE="0666" to all lines about alsa devices in 25-lfs.rules. Is this the proper fix? I'm using (B)LFS 6.1. >>> >>>No, the correct

Re: No permission to use sound card

2005-09-19 Thread Ag Hatzim
Ilja Honkonen([EMAIL PROTECTED])@Mon, Sep 19, 2005 at 11:29:35AM +0300: > >> I was trying to use ogg123 from vorbis tools to test my sound > >> configuration and it didn't have permission to use the sound device. I > >> fixed this by adding MODE="0666" to all lines about alsa devices in > >> 25-lfs

Re: No permission to use sound card

2005-09-19 Thread Ilja Honkonen
>> I was trying to use ogg123 from vorbis tools to test my sound >> configuration and it didn't have permission to use the sound device. I >> fixed this by adding MODE="0666" to all lines about alsa devices in >> 25-lfs.rules. Is this the proper fix? I'm using (B)LFS 6.1. > > No, the correct appro

Re: No permission to use sound card

2005-09-19 Thread Matthew Burgess
Ilja Honkonen wrote: I was trying to use ogg123 from vorbis tools to test my sound configuration and it didn't have permission to use the sound device. I fixed this by adding MODE="0666" to all lines about alsa devices in 25-lfs.rules. Is this the proper fix? I'm using (B)LFS 6.1. No, the corr

No permission to use sound card

2005-09-19 Thread Ilja Honkonen
Hi I was trying to use ogg123 from vorbis tools to test my sound configuration and it didn't have permission to use the sound device. I fixed this by adding MODE="0666" to all lines about alsa devices in 25-lfs.rules. Is this the proper fix? I'm using (B)LFS 6.1. Thanks Ilja -- http://linuxfroms

Re: hotplug problem

2005-09-19 Thread Andrew Benton
Cliff McDiarmid wrote: Thanks for all your advice Andrew, but it now seems to be working. I think it was simply that I had not created a /sys folder and mounted it at start up. This I think is a prerequsite for hotpug?? The sys filesystem is needed by udev and I think udev calls the hotplug