« Subversion Mailing Lists | Main | Trac 0.8.2 patch for FreeBSD Ports »

Anyone using SourcePuller under FreeBSD?

I've downloaded SourcePuller to see if it runs under FreeBSD so that I can submit a port for SourcePuller to the FreeBSD project for others who are interested in the software. It's been a while since I've hacked any decent c code so the question is:

Compiling libsccs/open.c
In file included from libsccs/libsccs.h:346,
                 from libsccs/open.c:32:
libsccs/proto.h:162: error: syntax error before "comparison_fn_t"
*** Error code 1

Do you see anything weird in this snipbit of code?

void string_list_sort(const char **list);
const void *find_in_sorted_list(const void *el, const void *list,
                                unsigned count, size_t elsize,
                                comparison_fn_t cmp);
int interpret_timezone(const char *s);


TrackBack

TrackBack URL for this entry:
http://www.powertrip.co.za/blog/mt-tb.cgi/398

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)