Re: NetworkManager-0.8; build problem

2010-04-20 Thread Mike McCarty
James Richard Tyrer wrote: On 04/19/10 18:04, Mike McCarty wrote: James Richard Tyrer wrote: Is there something wrong with this code: NetworkManager-0.8.build/src/NetworkManagerPolicy.c: #includectype.h if (isblank (*p) || (*p == '\0')) { ?? GCC-4.3.4 doesn't like it:

Re: MP4 Players

2010-04-20 Thread Andrew Benton
On 20/04/10 04:39, James Richard Tyrer wrote: Anyone have recommendations or suggestions for an MP4 player? First, MP4 is called a container file format. In order to be able to play an MP4 file, you need to have the codecs for the audio and video which it contains. Personally, I prefer

Re: MP4 Players

2010-04-20 Thread Ken Moffat
On 20 April 2010 02:50, Mike McCarty mike.mcca...@sbcglobal.net wrote: I've read through the BLFS sections related to video, but am still uncertain how to proceed toward the goal of playing MP4 (so called) format files. In addition to what has already been suggested - These days, I prefer

Lorentz (ff-3.6.3plugin1)

2010-04-20 Thread Ken Moffat
Just a FYI from the dark side - for me, ff-3.6.3 was unusable with youtube - with all available x86_64 versions of libflashplayer it crashed. I got as far as confirming this was a change since 3.6, then discovered there is source for 3.6.3plugin1 available. This calls itself Lorentz and is

Kernel compilation problem

2010-04-20 Thread Dr.-Ing. Edgar Alwers
Hi, I built a linux from scratch with KDE-4.4.1 and it is running smootly on my box Nr.1. Then I restored the image of this system to a box Nr.2, which has another graphic card etc. I decided to recompile the kernel in box 2 after booting to console. To my surprise, the building process stops

Re: Kernel compilation problem

2010-04-20 Thread Bruce Dubbs
Dr.-Ing. Edgar Alwers wrote: Hi, I built a linux from scratch with KDE-4.4.1 and it is running smootly on my box Nr.1. Then I restored the image of this system to a box Nr.2, which has another graphic card etc. I decided to recompile the kernel in box 2 after booting to console. To my

Re: Lorentz (ff-3.6.3plugin1)

2010-04-20 Thread Andrew Benton
On 20/04/10 17:05, Ken Moffat wrote: Just a FYI from the dark side - for me, ff-3.6.3 was unusable with youtube - with all available x86_64 versions of libflashplayer it crashed. I got as far as confirming this was a change since 3.6, then discovered there is source for 3.6.3plugin1

Re: Kernel compilation problem

2010-04-20 Thread Michael
Am Dienstag, 20. April 2010 18:45:50 schrieb Bruce Dubbs: Dr.-Ing. Edgar Alwers wrote: Hi, I built a linux from scratch with KDE-4.4.1 and it is running smootly on my box Nr.1. Then I restored the image of this system to a box Nr.2, which has another graphic card etc. I decided to

Fwd: Re: Errors compiling kdebase-runtime 4.4(SOLVED)

2010-04-20 Thread cliffhanger
-Original Message- From: cliffhan...@gardener.com To: onkel.j...@t-online.de Sent: Tue, Apr 20, 2010 8:12 pm Subject: Re: Errors compiling kdebase-runtime 4.4(SOLVED) -Original Message- From: onkel.j...@t-online.de onkel.j...@t-online.de To: cliffhan...@gardener.com Sent: Tue,

Re: Kernel compilation problem

2010-04-20 Thread Dr.-Ing. Edgar Alwers
On Tuesday 20 April 2010 19:20:22 Michael wrote: Am Dienstag, 20. April 2010 18:45:50 schrieb Bruce Dubbs: Dr.-Ing. Edgar Alwers wrote: Hi, I built a linux from scratch with KDE-4.4.1 and it is running smootly on my box Nr.1. Then I restored the image of this system to a box

Re: Kernel compilation problem

2010-04-20 Thread Mike McCarty
Dr.-Ing. Edgar Alwers wrote: Hi Bruce, Michael, I found version.h, the definition was commented out. I deleted the comment #, In C the octothorpe character '#' does NOT indicate a comment. You need to reinsert that character. but the result is the same. Error 1 at the same statement.

Re: Kernel compilation problem

2010-04-20 Thread Bruce Dubbs
Dr.-Ing. Edgar Alwers wrote: I found version.h, the definition was commented out. I deleted the comment #, but the result is the same. Error 1 at the same statement. Definitivly, this seems to be a big bug in the kernel code ? I _never_ before had to make the simplest change to the

Re: Kernel compilation problem

2010-04-20 Thread Trent Shea
On Tuesday 20 April 2010 13:56:59 Dr.-Ing. Edgar Alwers wrote: I found version.h, the definition was commented out. I deleted the comment #, but the result is the same. Error 1 at the same statement. Definitivly, this seems to be a big bug in the kernel code ? I never before had to make the

Re: Kernel compilation problem

2010-04-20 Thread linux fan
On 4/20/10, Dr.-Ing. Edgar Alwers edgaralw...@gmx.de wrote: Serious: help very appreciated ! If I cannot more build the kernel, I am at the very end of my installation! make menuconfig I feel certain you ran this to account for different hardware. If not, it may be worth a try since it is very

Re: Kernel compilation problem

2010-04-20 Thread linux fan
On 4/20/10, Dr.-Ing. Edgar Alwers edgaralw...@gmx.de wrote: kernel/power/snapshot.c:1546: That code line is under #ifndef CONFIG_ARCH_HIBERNATION_HEADER Google CONFIG_ARCH_HIBERNATION_HEADER gave that depends on: CONFIG_X86_64 CONFIG_HIBERNATION and so is box Nr.1 and box Nr.2 also X86_64 or

Re: Fwd: Re: Errors compiling kdebase-runtime 4.4(SOLVED)

2010-04-20 Thread James Richard Tyrer
On 04/20/10 12:13, cliffhan...@gardener.com wrote: -Original Message- From: cliffhan...@gardener.com To: onkel.j...@t-online.de Sent: Tue, Apr 20, 2010 8:12 pm Subject: Re: Errors compiling kdebase-runtime 4.4(SOLVED) -Original Message- From:

Re: Kernel compilation problem

2010-04-20 Thread Trent Shea
On Tuesday 20 April 2010 14:30:20 linux fan wrote: On 4/20/10, Dr.-Ing. Edgar Alwers edgaralw...@gmx.de wrote: Serious: help very appreciated ! If I cannot more build the kernel, I am at the very end of my installation! make menuconfig I feel certain you ran this to account for

Re: Lorentz (ff-3.6.3plugin1)

2010-04-20 Thread Ken Moffat
On 20 April 2010 17:49, Andrew Benton b3n...@gmail.com wrote: On 20/04/10 17:05, Ken Moffat wrote: Just a FYI from the dark side - for me, ff-3.6.3 was unusable with youtube - with all available x86_64 versions of libflashplayer it crashed.  I got as far as confirming this was a change since

NetworkManager working on Linux

2010-04-20 Thread James Richard Tyrer
As I mentioned elsewhere, I had an issue building it, but I now have version 0.8 of it and the applet installed. To work, you need to add a basic configuration file: /etc/NetworkManager/nm-system-settings.conf --8--8--8--8--8--8--8--8-- [main]

Re: NetworkManager working on Linux

2010-04-20 Thread linux fan
On 4/20/10, James Richard Tyrer tyr...@acm.org wrote: There is an issue with the applet. The default policy means that it will only run as root. Some Googling and I found how to set this up so that the applet will be on the system tray and will work for user accounts. These two patches

Re: Kernel compilation problem

2010-04-20 Thread lux-integ
On Tuesday 20 April 2010 09:30:20 pm linux fan wrote: On 4/20/10, Dr.-Ing. Edgar Alwers edgaralw...@gmx.de wrote: Serious: help very appreciated ! If I cannot more build the kernel, I am at the very end of my installation! make menuconfig one shoctcut might be (from inside kernel base