On 3/1/2013 06:56, Jan Nijtmans wrote:
Cygwin compilation warning when compiling fossil:

./src/sqlite3.c: In function ‘winFullPathname’:
./src/sqlite3.c:34247:5: warning: ‘cygwin_conv_to_win32_path’ is
deprecated (declared at /usr/include/sys/cygwin.h:34)
[-Wdeprecated-declarations]
./src/sqlite3.c:34256:5: warning: ‘cygwin_conv_to_full_win32_path’ is
deprecated (declared at /usr/include/sys/cygwin.h:36)
[-Wdeprecated-declarations]

Cygwin SQLite has had this patch in it since the move to Cygwin 1.7 over three years ago. I sent such a patch to the SQLite devs twice in late 2009[1][2] while Cygwin 1.7 was finalizing, both of which were ignored.

I'd love for this patch to finally move upstream, Richard, so I can remove it from the Cygwin SQLite build process.

If the problem is some uncertainty about a need to support Cygwin 1.5, it was officially killed about a week ago. Even so, Cygwin operates on a rolling release system, so there never was a really good argument to keep supporting Cygwin 1.5 when 1.7 came out. Pretty much the only people who cared were those still running Win9x in late 2009.

[1] http://goo.gl/YZkq8
[2] http://goo.gl/p4y3y

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to