Jeremy Higgs wrote: > These are my own packages in unstable (CVS) (which I haven't received > feedback on): [] > Spacechart 0.9.2-1
I just had a look at this. It didn't find its source and I think that version doesn't exist any more. I then changed the following lines in the info file to get the latest version: Version: 0.9.4 Source: http://prdownloads.sourceforge.net/spacechart/%n-%v.tar.gz Homepage: http://spacechart.sourceforge.net/ This downloads, configures and starts to compile. But then it fails with star_catalog.c:26: header file 'libgen.h' not found I don't find any libgen.h nor the basename() function that should be defined there. It's a linux thing, I suspect. Replacing <libgen.h> by <glib.h> and basename() by g_basename() seems to work, though. It then runs OK (tested for 2 minutes only). -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
