From owner-freebsd-questions Wed Dec 19 1:45:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.twowaytv.co.uk (exchange.twowaytv.co.uk [194.6.2.173]) by hub.freebsd.org (Postfix) with ESMTP id 2667037B405 for ; Wed, 19 Dec 2001 01:45:35 -0800 (PST) Received: from r2d2.twowaytv.co.uk ([172.17.128.120]) by exchange.twowaytv.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id W94XG6KA; Wed, 19 Dec 2001 09:45:30 -0000 Date: Wed, 19 Dec 2001 09:45:27 +0000 (GMT) From: Alex Dyas X-X-Sender: To: David Banning Cc: Subject: Re: compiling linux code - pencam In-Reply-To: <20011218134404.A3879@sympatico.ca> Message-ID: <20011219093222.F223-100000@r2d2.twowaytv.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 18 Dec 2001, David Banning wrote: > I am attempting to compile and run pencam, which us a small program > for loading photos from a small digital camera. > It is originally written to compile under linux. > A number of questions come to mind; > Should I compile this under freebsd or linux? If you want to run the app under FreeBSD you need to compile it under FreeBSD. > The camera connects to the usb port, and I don't know what the status > of freebsd support is for usb. USB is certainly supported in 4.4, however your device might not be. have a look in: http://www.freebsd.org/ports/graphics.html for alternatives to pencam and/or mention of your camera and support thereof. > My first thought was to try and compile under freebsd, but I get errors. If the source has not been written to be FreeBSD "aware" this is entirely possible, in which case it will need to be ported to FreeBSD. There is information on the FreeBSD web site about developing for USB : http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/usb.html hope this helps. alex.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message