On Sun, 20 Feb 2005 09:46, Eric Blossom wrote: > On Sat, Feb 19, 2005 at 02:19:47PM -0800, Robert Kelley wrote: > > It works! At least I was able to run dial-tone.py > > > > I had to create an ebuild for the most recent swig. > > > > I had to change line 529 in fusb_linux.cc because > > my pointers are 64 bits whereas ints are only 32. > > I don't have a USRP yet, anyway. > > Thanks! > > Is a long 64 bits or do you have to use long long to get 64 bits?
Might I suggest that if you want a specific width data type you use [u]int[8,16,32,64]_t? It's portable too :) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgpBGzP0yTtZ9.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
