FS#46538 - [wxgtk] needs rebuild

Attached to Project: Arch Linux
Opened by Sebastiaan Lokhorst (lonaowna) - Friday, 02 October 2015, 18:11 GMT
Last edited by Antonio Rojas (arojas) - Friday, 02 October 2015, 18:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When I start gnuplot, I get the following message:

Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).

If I rebuild wxgtk (with ABS), without modifying anything in the pkgbuild, the error goes away.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 02 October 2015, 18:52 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#46211 
Comment by Sebastiaan Lokhorst (lonaowna) - Friday, 02 October 2015, 18:28 GMT
Actually, the message doesn't show when just starting gnuplot, you need to run something like:

set terminal wxt
plot sin(x)

Loading...