Bug#778563:

2015-08-29 Thread Pau Garcia i Quiles
I am not sure I understood you Do you mean to compile your application that uses Wt you need to manually tell the compiler to add the "-lwt -lwthttp" flags to the linker ? If that is it, then it's expected: you must tell your application which third-party libraries it should link to. You would do

Bug#778563:

2015-08-29 Thread Pau Garcia i Quiles
This looks like the right behavior and is produced by CMake after processing WConfig.h.in to generate WConfig.h depending on the environment (i. e. third-party libraries, platform, compiler, etc). The first WConfig.h is from a static build of Wt The second WConfig.h is from a shared build of Wt

Bug#778563: differing header files

2015-02-16 Thread Reiner Herrmann
Source: witty Version: 3.3.3+dfsg-4.1 User: reproducible-bui...@lists.alioth.debian.org Hi! While working on Debian's “reproducible builds” effort [1], we have noticed that witty doesn't build reproducibly [2]. There is a difference in the header file /usr/include/Wt/WConfig.h. Depending on the