{5} Assigned, Active Tickets by Owner (Full Description) (1 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

anonymous (1 match)

Ticket Summary Component Milestone Type Created
Description
#1 anonymous component2 milestone2 enhancement 04/04/07

I briefly talked with Josh about this at Shmoocon...

  1. LORCON builds on OS X.
  2. With the following minor patch, it installs on OS X too.
    --- Makefile.in 2007-04-04 08:35:06.000000000 -0400
    +++ Makefile.in.new     2007-04-04 08:36:26.000000000 -0400
    @@ -67,7 +67,7 @@
            install -m 644 lorcon_packasm.h $(INCLUDE)/lorcon_packasm.h
            install -m 644 lorcon_forge.h $(INCLUDE)/lorcon_forge.h
            install -d -m 755 $(MAN)/man3
    -       install -o root -g man -m 644 lorcon.3 $(MAN)/man3/lorcon.3
    +       install -o root -g wheel -m 644 lorcon.3 $(MAN)/man3/lorcon.3
     
            $(LDCONFIG)
    
  3. tx80211_getversion(), tx80211_cardlist(), and tx80211_freecardlist() seem to work in OS X, but that's all I can test as the cardlist returned is "None."
  4. Are there any chipsets known to work with LORCON on OS X?
  5. If not, are there any USB (or CardExpress/32) devices that'll work with LORCON and in Linux running in Parallels on OS X?

I ask, because I'd like to work on Python bindings for LORCON and I only have OS X and Linux in Parallels. I've got bindings working for tx80211_getversion() and tx80211_cardlist() (which calls tx80211_freecardlist() at the appropriate time), but can't test much beyond this.

If there's not much I can do with LORCON at this point, I'd be happy to send in what I've got as it might help someone else further the Python bindings.

Thanks, pete


Note: See TracReports for help on using and creating reports.