khenriks/mp3fs

Would it be possible to tag a new release ?

Closed this issue · 3 comments

Problem is fixed in repository but it is not tagged as release. 0.32 is failing to build:

Making install in src
  CC       mp3fs.o
  CC       fuseops.o
  CC       transcode.o
transcode.c:252:38: error: expected ')'
            snprintf(tmpstr, 10, "%" PRIu64,
                                     ^
/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
  __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
                                                             ^
transcode.c:252:13: note: to match this '('
            snprintf(tmpstr, 10, "%" PRIu64,
            ^
/usr/include/secure/_stdio.h:57:28: note: expanded from macro 'snprintf'
  __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)

Also would it be possible to modify Makefile install target to install pre-built mp3fs.1 ?

Somehow this issue slipped through my email. Sorry about that. Yes, I can hopefully tag a new release fairly soon. I don't believe your build error should be happening, but since it's fixed in master I may as well focus on just making the new release.

Also, the make install target should be installing the manpage. If it doesn't that is odd. Are you sure it's not? Perhaps a new release to refresh the build files will fix that as well.

Okay, I've made a new release, so you should be all set. I also explicitly checked with the new release, and the manpage does get installed correctly. I hope this addresses your concerns.

I updated the web page as well to look much, much nicer. I'm pretty pleased with how it turned out.

Ooh, pretty.