Hello! I really would like to try fsvs but unfortunately I cannot get it to run under Solaris 10 without dumping core. Here is a list of problems I encountered (I use v1.1.17): 1. src/config.h needs #define NAME_MAX (FILENAME_MAX) that has been reported before but is not included in the source distribution 2. Solaris does not have strsep() so I had to include a replacement, as mentioned in http://www.winehq.org/pipermail/wine-patches/2001-November/001322.html 3. the Makefile does not use $(DESTDIR) but that is required for packaging 4. "make install" uses "cp -a" but "-a" is no option to "cp" on Solaris 5. in src/options.c replace this: .name="softroot", .cp_val=NULL, .parse=opt___normalized_path, with that: .name="softroot", .cp_val="", .parse=opt___normalized_path, otherwise fsvs will dump core on initialization
It took me a day to find out the above and now at least I can run "fsvs help" without error. Cheers! Peter ps: I'm not subscribed ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=1112157 To unsubscribe from this discussion, e-mail: [[email protected]].
