Cezary Morga wrote:
Mattia Barbon wrote:
I'm currently trying to make Wx-0.89 work with wxWidgets 2.8.8 on
FreeBSD 7 with the intention to eventually prepare a FreeBSD port
for it.
Cool!
It's submitted and waiting for some contributor to review
(http://www.freebsd.org/cgi/query-pr.cgi?pr=132406).
There is a check for Linux that replaces -pthread with -lpthread
in link flags. I do not know if it is appropriate for FreeBSD.
It is. See CPAN's RT ticket
https://rt.cpan.org/Public/Bug/Display.html?id=43932.
Thanks! Committed now.
Wx.c: In function 'void wxPli_boot_Wx(CV*)':
Wx.c:19974: warning: deprecated conversion from string constant
to 'char*'
Wx.c:19983: warning: deprecated conversion from string constant
to 'char*'
Should be fixed in trunk. Could you checkout and test it?
I've tried revision 2532. It's better but warnings still appear,
although now only one perl .c file instead of a lot more I had with
0.89.
Wx.c: In function 'void wxPli_boot_Wx(PerlInterpreter*, CV*)':
Wx.c:19982: warning: deprecated conversion from string constant
to 'char*'
Forgot to mention that all the warnings are in code generated by
xsubpp; I could work around all of them but the one you are seeing.
Regards,
Mattia