Webcam on xfce?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Webcam on xfce?
# 8  
Old 07-28-2008
Code:
sudo apt-get install libc6-dev

Installed just fine, but when I went to ./configure; make the wxCam

Quote:
checking wxWidgets version... ./configure: line 5820: wx-config: command not found
not found
configure: error: wxWidgets is required. Try --with-wx-config.
make: *** No targets specified and no makefile found. Stop.
So I need wxWidgets... I found a thread on another forum pointing to SourceForge.net: Files but I don't exactly see a place to download wxWidgets. Is it packaged in wxAll?

Last edited by Chesh; 07-28-2008 at 07:58 PM..
# 9  
Old 07-29-2008
If you are on i386 (not amd64) the package you want is simply libc6-dev ... libc6-dev-i386 is for i386 development on the amd64 platform.
# 10  
Old 07-29-2008
Yep, that's what I installed. Still a little confused about wxWidgets and which file I want to download.
# 11  
Old 07-29-2008
Sorry, didn't notice the thread continued on a new page ... You can get various wxWidgets packages directly from Ubuntu too; try apt-cache search wxWindows to see what's available. Off the top of my head, I'd guess you need wx2.n-headers where n is the version of wxWindows you use.
# 12  
Old 07-29-2008
http://wxcam.sourceforge.net/ offers a download for Ubuntu, did you try that? (Also has instructions for what you need in order to build on Ubuntu.)
# 13  
Old 07-29-2008
Quote:
Originally Posted by Chesh

It looks like to me either the compiler that came with xfce is crap or I need to install one. Please make any helpful instructions as idiot proof as possible. Thanks in advance. Smilie
Just an FYI. XFCE is a desktop and does not come with, nor provide a compiler. The compiler is provided (or not) by the OS/Distribution. The desktop is a component of the operating system.

To use a poor analogy, you would not complain about the tires on a car not having an ash tray. The car would be the one with the problem, and not the tires.
# 14  
Old 07-29-2008
Thanks mark54g. Sadly, this is the kind of help I need.

ero, I've looked on wxcam.sourceforge.net (not making a link because of how long it takes to get a post approved... not bashing the mods here) and I see it mention a binary package available for Ubuntu 7.10 (Gutsy Gibbon) and I'm not sure if this applies to me. Do all Ubuntu variants work the same here?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Ubuntu

Webcam and Skype not working properly

I recently bought a new HP Spectre x360 laptop and installed Ubuntu 15.10. (I originally went with a later version but I was encountering lots of bugs. This version seems to be more stable for my system). Things are mostly working okay, but not my webcam. If I go to a website to test it, it's... (0 Replies)
Discussion started by: twelth_hour
0 Replies

2. Linux

udev rule + script for setting webcam's mic as audio input

Hello, whenever I plugin my webcam, I want to use its microphone instead of the one integrated in my laptop. I therefore created a udev rule: SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="0807", RUN+="/usr/local/bin/webcammic"This rule works, I've tested it with a testscript (the... (0 Replies)
Discussion started by: MojoDodo
0 Replies

3. Debian

Webcam software?

Does anyone know if there is a webcam software (like webcamXP), but for Linux (Debian)? I need to have a program (with GUI), where I can add and manage multiple USB cameras, and be able to upload images via FTP. (0 Replies)
Discussion started by: Guldstrand
0 Replies

4. OS X (Apple)

Webcam stuck in OSX

Hi I have a strange problem. I opened a dmg that supposedly contained the drivers for a webcam (Genius Look 316), i dragged the file to apps and ran it. My camera turned on and the program ran fine. Then I closed the program completely and deleted the application and my webcam wont turn off. I... (0 Replies)
Discussion started by: twerdster
0 Replies

5. Shell Programming and Scripting

Simple BASH shell script to rename webcam jpg and copy into a new directory.

System: Ubuntu Intrepid Ibex I'm running webcamd as a sort of "security" program, but I need a script that will archive my webcam.jpg files. So, take the following file: /home/slag/www/webcam.jpg Rename it--preferably with a time stamp. Place it in say: /home/slag/www/history/ ... (4 Replies)
Discussion started by: robfindlay
4 Replies

6. UNIX Desktop Questions & Answers

webcam on FreeBSD

Hello, guys ! I'm using FreeBSD 6.0-RELEASE. Can anyone recomend me a good soft that I can use for video conferences ? I mean, something like Yahoo! Messenger on Windows. I want to make a video conference with a friend of mine, but I use FreeBSD and my friend is using Windows. So, any sugestions... (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

7. UNIX for Dummies Questions & Answers

Webcam installation...

I have a webcam and I wish to have it installed under my Linux box (Slack) - it works fine under Windows (when I had it), and I kinda want it installed now. The problem is I have no idea what make/model it is - here is the information on it:... (2 Replies)
Discussion started by: mo0ness
2 Replies
Login or Register to Ask a Question