wrote:
Send pwc mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.saillard.org/mailman/listinfo/pwc
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of pwc digest..."
Today's Topics:
1. CentOS 4 Clarkconnect install : pwc-10.0.11 compiles OK,
pwc-10.0.12-rc1 fails (lists)
----------------------------------------------------------------------
Message: 1
Date: Thu, 6 Jul 2006 21:32:18 -0400
From: "lists" <>
Subject: [pwc] CentOS 4 Clarkconnect install : pwc-10.0.11 compiles
OK, pwc-10.0.12-rc1 fails
To: <>
Message-ID: <>
Content-Type: text/plain; charset="windows-1250"
Hi,
Previous versions of PWC have compiled and installed perfectly, an example
for 10.0.11 is below:
pwc-10.0.11]# make
make -C /lib/modules/2.6.9-27.cc/source SUBDIRS=/home/pete/pwc-10.0.11
modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-27.cc-i686'
CC [M] /home/pete/pwc-10.0.11/pwc-if.o
CC [M] /home/pete/pwc-10.0.11/pwc-misc.o
CC [M] /home/pete/pwc-10.0.11/pwc-ctrl.o
CC [M] /home/pete/pwc-10.0.11/pwc-v4l.o
CC [M] /home/pete/pwc-10.0.11/pwc-uncompress.o
CC [M] /home/pete/pwc-10.0.11/pwc-dec1.o
CC [M] /home/pete/pwc-10.0.11/pwc-dec23.o
CC [M] /home/pete/pwc-10.0.11/pwc-kiara.o
CC [M] /home/pete/pwc-10.0.11/pwc-timon.o
LD [M] /home/pete/pwc-10.0.11/pwc.o
Building modules, stage 2.
MODPOST
Warning: could not find versions for .tmp_versions/pwc.mod
CC /home/pete/pwc-10.0.11/pwc.mod.o
LD [M] /home/pete/pwc-10.0.11/pwc.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.9-27.cc-i686'
However, pwc-10.0.12-rc1 fails as follows:
pwc-10.0.12-rc1]# make clean
rm -f *.[oas] .*.flags *.ko .*.cmd .*.d .*.tmp *.mod.c
rm -rf .tmp_versions
pwc-10.0.12-rc1]# make
make -C /lib/modules/2.6.9-27.cc/source SUBDIRS=/home/pete/pwc-10.0.12-rc1
modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-27.cc-i686'
CC [M] /home/pete/pwc-10.0.12-rc1/pwc-if.o
In file included from /home/pete/pwc-10.0.12-rc1/pwc-uncompress.h:35,
from /home/pete/pwc-10.0.12-rc1/pwc.h:40,
from /home/pete/pwc-10.0.12-rc1/pwc-if.c:69:
/home/pete/pwc-10.0.12-rc1/pwc-ioctl.h:60: error: redefinition of typedef
'__le16'
include/linux/types.h:149: error: previous declaration of '__le16' was here
make[2]: *** [/home/pete/pwc-10.0.12-rc1/pwc-if.o] Error 1
make[1]: *** [_module_/home/pete/pwc-10.0.12-rc1] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-27.cc-i686'
make: *** [all] Error 2
I wonder if anyone could give me any hints to fix this problem?
Thanks
I have a similar problem. Kernel is 2.6.17-1.2145_FC5. Here's what I get:
pwc-10.0.12-rc1]# make
make -C /lib/modules/2.6.17-1.2145_FC5/build
SUBDIRS=/opt/pwc-10.0.12-rc1 modules
make: *** /lib/modules/2.6.17-1.2145_FC5/build: No such file or
directory. Stop.
make: *** [all] Error 2
In the kernel directory "build" is listed, but only as a reference:
lrwxrwxrwx 1 root root 47 Jul 6 13:58 build ->
../../../usr/src/kernels/2.6.17-1.2145_FC5-i686
How to fix? I'd appreciate your help.
_______________________________________________
pwc mailing list
http://lists.saillard.org/mailman/listinfo/pwc
|