Comment 12 for bug 886456

Revision history for this message
Pau Garcia Quiles (pgquiles) wrote :

Colin,

That's exactly it: a no-change rebuild.

Why it fixes the problem? Upstream identified the problem as a missing "\" in jQuery.min.js:

http://redmine.emweb.be/boards/2/topics/3171#message-3201

When building Wt, jQuery is embedded into the libwt.so library. I'm not sure why, but either CMake (failing substitution?) or libjs-jquery caused the problem. Now that CMake and/or libjs-jquery work fine, building Wt embeds the right jQuery.min.js.

Sorry for not being more precise, but I have not been able to isolate it further.