[Quickcall] Fedora 13 anybody?

Ed Fair ed_fair at yahoo.com
Fri Dec 10 01:25:56 EST 2010


Thanks for all the responses, I appreciate the help.  I've made limited 
progress.

I was able to find and install "git" via Fedora's "Add/Remove Software" utility, 
the package name was:  "Fast Version Control System git-1.7.2.3-1.fc13"

After installing this the "git clone" command worked.  It created a directory 
/root/quickcalld (I was logged in as root at the time).

I was also able, using Fedora's Add/Remove, to install "libusb-development".

I was not able to find libasound2-dev or any similarly named package. Should I 
be?

And, when I "make install", it generates an error:

[root at quagmire quickcalld]# make install
cc -O2 -Wall -MD -I./   -c -o quickcall.o quickcall.c
quickcall.c:13:17: error: usb.h: No such file or directory
.
.
. and a bunch more errors probably related to the above.
.
.
[root at quagmire quickcalld]# find / -name usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/linux/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/libertas/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/libertas/thinfirm/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/at76c50x/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/wimax/i2400m/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/ar9170/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/joystick/iforce/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/dvb/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/dvb/b2c2/flexcop/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/i2c/tiny/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/can/ems/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/p54/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/rt2x00/lib/usb.h
/usr/src/kernels/2.6.34.7-63.fc13.i686/include/config/snd/usb.h
[root at quagmire quickcalld]# 



________________________________
From: David Gibson <david at gibson.dropbear.id.au>
To: Ed Fair <ed_fair at yahoo.com>
Cc: quickcall at lists.ozlabs.org
Sent: Wed, December 8, 2010 6:25:52 PM
Subject: Re: [Quickcall] Fedora 13 anybody?

On Wed, Dec 08, 2010 at 07:16:56AM -0800, Ed Fair wrote:
> Hi,
> 
> I tried to search the archives for this mailing list but didn't find much.  I'm 
>
> looking for guidance to install quickcalld on Fedora 13.  I apologize that I 
> don't have much practical Linux development experience although I've downloaded 
>
> and built a few "source-only" items over the years.  These usually involved a 
> .gz file somewhere.
> 
> I can't simply install it via "add/remove software", and this command doesn't 
> seem to work:
> 
> [root at quagmire ~]# git clone 
> git://dwg.ozlabs.org/~dwg-gitosis/repositories/quickcalld.git
> bash: git: command not found
> [root at quagmire ~]#

You'll need to install git with add/remove software, then you can
download and build the quickcalld sources.  I don't know exactly what
the package will be called under Fedora; it might be just plain "git",
"git-core" or possibly "git source control system" or similar.

Incidentally, if there's anyone out there who could help out by
building Fedora RPMs, that would be great...

-- 
David Gibson            | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au    | minimalist, thank you.  NOT _the_ _other_
                | _way_ _around_!
http://www.ozlabs.org/~dgibson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/quickcall/attachments/20101209/3f27cb9d/attachment.html>


More information about the Quickcall mailing list