[PATCH v3 00/10] Solaris support

2012-11-16 Thread Tomi Ollila
On Thu, Nov 15 2012, Blake Jones wrote: >> $ gcc compat/have_strsep.c >> compat/have_strsep.c: In function "main": >> compat/have_strsep.c:7:21: error: expected identifier or "(" before "const" >> compat/have_strsep.c:9:29: error: "delim" undeclared (first use in this >> function) >> compat/have

Re: [PATCH v3 00/10] Solaris support

2012-11-15 Thread Tomi Ollila
On Thu, Nov 15 2012, Blake Jones wrote: >> $ gcc compat/have_strsep.c >> compat/have_strsep.c: In function "main": >> compat/have_strsep.c:7:21: error: expected identifier or "(" before "const" >> compat/have_strsep.c:9:29: error: "delim" undeclared (first use in this >> function) >> compat/have

[PATCH v3 00/10] Solaris support

2012-11-15 Thread Tomi Ollila
On Wed, Nov 14 2012, Blake Jones wrote: > Updated based on comments from Tomi Ollila last week: > > - Cleaned up the $(INSTALL) changes in vim/Makefile. > - Fixed gen-version-script to be compliant with old "sh" implementation. Ok -- tests on linux reveal... Checking for strsep... No (will use o

Re: [PATCH v3 00/10] Solaris support

2012-11-15 Thread Blake Jones
> $ gcc compat/have_strsep.c > compat/have_strsep.c: In function "main": > compat/have_strsep.c:7:21: error: expected identifier or "(" before "const" > compat/have_strsep.c:9:29: error: "delim" undeclared (first use in this > function) > compat/have_strsep.c:9:29: note: each undeclared identifier

[PATCH v3 00/10] Solaris support

2012-11-15 Thread Blake Jones
> $ gcc compat/have_strsep.c > compat/have_strsep.c: In function "main": > compat/have_strsep.c:7:21: error: expected identifier or "(" before "const" > compat/have_strsep.c:9:29: error: "delim" undeclared (first use in this > function) > compat/have_strsep.c:9:29: note: each undeclared identifier

Re: [PATCH v3 00/10] Solaris support

2012-11-15 Thread Tomi Ollila
On Wed, Nov 14 2012, Blake Jones wrote: > Updated based on comments from Tomi Ollila last week: > > - Cleaned up the $(INSTALL) changes in vim/Makefile. > - Fixed gen-version-script to be compliant with old "sh" implementation. Ok -- tests on linux reveal... Checking for strsep... No (will use o

[PATCH v3 00/10] Solaris support

2012-11-13 Thread Blake Jones
Updated based on comments from Tomi Ollila last week: - Cleaned up the $(INSTALL) changes in vim/Makefile. - Fixed gen-version-script to be compliant with old "sh" implementation. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/m

[PATCH v3 00/10] Solaris support

2012-11-13 Thread Blake Jones
Updated based on comments from Tomi Ollila last week: - Cleaned up the $(INSTALL) changes in vim/Makefile. - Fixed gen-version-script to be compliant with old "sh" implementation.