 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

7th March 2008, 07:27 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
Quote:
|
Originally Posted by dubb
I have a problem with webilder, i wanted to check it out but i wasnt successful.
|
Hi it looks like you dont have python installed try
Quote:
su
yum install python -y
yum update python -y
|
|

7th March 2008, 08:38 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
|
Oh! that's it?
__________________
:dance:Fedora 15 (Lovelock), Fedora 14 (Leonidas), Fedora 13, Fedora 12, (Constantine), Fedora 11 (Leonidas), Fedora 10, Fedora 9 (Sulfur), Fedora 8 (Werewolf), Fedora 7
Asus EEE 900 Netbook
Asus P4 Desktop
|

7th March 2008, 08:45 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
i dont see a directory after i yum install python and update. i checked it out after i ran yum and still no directory.
Quote:
[root@localhost python2.5]# cd /usr/lib/python2.5/config
-bash: cd: /usr/lib/pygon2.5/config: No such file or directory
[root@localhost python2.5]#
|
__________________
:dance:Fedora 15 (Lovelock), Fedora 14 (Leonidas), Fedora 13, Fedora 12, (Constantine), Fedora 11 (Leonidas), Fedora 10, Fedora 9 (Sulfur), Fedora 8 (Werewolf), Fedora 7
Asus EEE 900 Netbook
Asus P4 Desktop
|

7th March 2008, 10:35 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
|
Okay probably the easy answer is if you use the rpms here, please use asp as i will remove the link/access after a while as this is not a public repo
Link has been Removed
Last edited by Dangermouse; 9th March 2008 at 10:28 AM.
Reason: updating
|

7th March 2008, 11:20 AM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
Your trying to compile against python, hence you need the python-devel package which has the headers etc that you need to compile with. Specifically that file is provided by python-devel.i386
Code:
yum whatprovides /usr/lib/python2.5/config/Makefile
python-devel.i386 : The libraries and header files needed for Python development.
Code:
yum whatprovides /usr/lib64/python2.5/config/Makefile
python-devel.x86_64 : The libraries and header files needed for Python development.
|

7th March 2008, 11:43 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
Quote:
|
Originally Posted by leadgolem
Your trying to compile against python, hence you need the python-devel package which has the headers etc that you need to compile with. Specifically that file is provided by python-devel.i386
Code:
yum whatprovides /usr/lib/python2.5/config/Makefile
python-devel.i386 : The libraries and header files needed for Python development.
Code:
yum whatprovides /usr/lib64/python2.5/config/Makefile
python-devel.x86_64 : The libraries and header files needed for Python development.
|
Thanks leadgolem for posting, i have already adjusted the script, the problem should not occur again.
|

7th March 2008, 08:13 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
|
Thanks you Danger, and Leadgolem, I will try this as soon as I get off work today. =)
__________________
:dance:Fedora 15 (Lovelock), Fedora 14 (Leonidas), Fedora 13, Fedora 12, (Constantine), Fedora 11 (Leonidas), Fedora 10, Fedora 9 (Sulfur), Fedora 8 (Werewolf), Fedora 7
Asus EEE 900 Netbook
Asus P4 Desktop
|

7th March 2008, 08:18 PM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
Quote:
|
Originally Posted by dubb
Thanks you Danger, and Leadgolem, I will try this as soon as I get off work today. =)
|
If you reuse the script again, dont forget to delete the old one first.
|

9th March 2008, 07:23 AM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: DF Mexico
Age: 34
Posts: 35

|
|
|
Trying to install webcam option in kernel 2.6.24-12 but I think all the builds fail because kernel header updates:
[0026][albertop@xpsturing:~/webcam/qc-usb-0.6.6]$ cd ../gspcav1-20070110
[0026][albertop@xpsturing:~/webcam/gspcav1-20070110]$ make
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/albertop/webcam/gspcav1-20070110 CC=cc modules
make[1]: Entering directory `/usr/src/kernels/2.6.24.3-12.fc8-x86_64'
CC [M] /home/albertop/webcam/gspcav1-20070110/gspca_core.o
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:35: error: ‘GSPCA_VERSION’ undeclared here (not in a function)
In file included from /home/albertop/webcam/gspcav1-20070110/gspca_core.c:790:
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h: In function ‘spca561_start’:
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: ‘compress’ undeclared (first use in this function)
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: (Each undeclared identifier is reported only once
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: for each function it appears in.)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: At top level:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: unknown field ‘hardware’ specified in initializer
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: ‘VID_HARDWARE_GSPCA’ undeclared here (not in a function)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: initializer element is not constant
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: (near initialization for ‘spca50x_template.type2’)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: In function ‘cd_to_spca50x’:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2578: warning: initialization from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2615: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2616: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2617: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2615: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2616: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2617: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
make[2]: *** [/home/albertop/webcam/gspcav1-20070110/gspca_core.o] Error 1
make[1]: *** [_module_/home/albertop/webcam/gspcav1-20070110] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.24.3-12.fc8-x86_64'
|

9th March 2008, 08:14 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
Quote:
|
Originally Posted by LuKaZ
Trying to install webcam option in kernel 2.6.24-12 but I think all the builds fail because kernel header updates:
[0026][albertop@xpsturing:~/webcam/qc-usb-0.6.6]$ cd ../gspcav1-20070110
[0026][albertop@xpsturing:~/webcam/gspcav1-20070110]$ make
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/albertop/webcam/gspcav1-20070110 CC=cc modules
make[1]: Entering directory `/usr/src/kernels/2.6.24.3-12.fc8-x86_64'
CC [M] /home/albertop/webcam/gspcav1-20070110/gspca_core.o
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:35: error: ‘GSPCA_VERSION’ undeclared here (not in a function)
In file included from /home/albertop/webcam/gspcav1-20070110/gspca_core.c:790:
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h: In function ‘spca561_start’:
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: ‘compress’ undeclared (first use in this function)
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: (Each undeclared identifier is reported only once
/home/albertop/webcam/gspcav1-20070110/Sunplus/spca561.h:583: error: for each function it appears in.)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: At top level:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: unknown field ‘hardware’ specified in initializer
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: ‘VID_HARDWARE_GSPCA’ undeclared here (not in a function)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: initializer element is not constant
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2529: error: (near initialization for ‘spca50x_template.type2’)
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: In function ‘cd_to_spca50x’:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2578: warning: initialization from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2615: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2616: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2617: warning: passing argument 2 of ‘video_device_create_file’ from incompatible pointer type
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2615: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2616: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
/home/albertop/webcam/gspcav1-20070110/gspca_core.c:2617: warning: ignoring return value of ‘video_device_create_file’, declared with attribute warn_unused_result
make[2]: *** [/home/albertop/webcam/gspcav1-20070110/gspca_core.o] Error 1
make[1]: *** [_module_/home/albertop/webcam/gspcav1-20070110] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.24.3-12.fc8-x86_64'
|
Hi i shall look into that now, will report back shortly.
|

9th March 2008, 09:22 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
|
Well i have been trying, but i am unable to build any program with the new kernel 2.6.24-12, i dont know why, if its a bug which i suspect it is, then im sure there would be a update fix quickly, if its just our machines then im in trouble.
DOES ANYONE ELSE HAVE BUILD PROBLEMS ON THE KERNEL ?
|

9th March 2008, 09:43 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by Dangermouse
Hi i shall look into that now, will report back shortly.
|
The gspcav source is to old to build for a 2.6.24 kernel ( you will have to wait for a patch or a updated source ) !
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

9th March 2008, 09:50 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
im sure its just a Bug in the kernel dm.. this one seems to be buggy
|

9th March 2008, 10:26 AM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
I have removed the webcam drivers as none of them build with the new kernel not just gspcav, when i get more time, i shall replace with rpms.
The new kernel also has trashed my NetworkManager good job its just on the testing machine
Thanks Demz & Leigh for reply's  , i shall be going away later on in the year for a month, any takers to look after this thread  while im away
|

9th March 2008, 09:21 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
|
You might want to check and see what has been included in the latest kernel, the uvcvideo module has been for sure. Maybe some of the others won't build because they are now in the kernel?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:40 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|