Mailinglist Archive: opensuse (2441 mails)
| < Previous | Next > |
Re: [SLE] Trying to compile lirc 0.7.1 but lots of errors/kernel compile errors
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Sun, 5 Jun 2005 01:58:13 +0200
- Message-id: <200506050158.13696.andjoh@xxxxxxxxxx>
On Sunday 05 June 2005 01:48, Khanh Tran wrote:
> I'm trying to compile lirc 0.7.1 from source.
>
> When I run "make" I get a lot of errors:
<snip lots of kernel errors>
You didn't prepare your kernel source
as root, do
cd /usr/src/linux
make mrproper
make cloneconfig
make prepare-all
> I'm trying to compile lirc 0.7.1 from source.
>
> When I run "make" I get a lot of errors:
<snip lots of kernel errors>
You didn't prepare your kernel source
as root, do
cd /usr/src/linux
make mrproper
make cloneconfig
make prepare-all
| < Previous | Next > |