Serge Camille

Results 17 comments of Serge Camille

I'm interested in a static build including webkit, that's why I tried the old 4.8.4. Since I'm really no Qt expert at all, I wasn't sure how to resolve the...

Qt 4.8.4 seems to have been built properly with the manual patch. Next error is at building Qbs, qbs-4.8.4-built.log: cd src/lib/ && c:/qtsdk/Qt-Build/toolchains/mingw64/bin/mingw32-make -f Makefile release mingw32-make[1]: Entering directory 'c:/qtsdk/Qt-Build/work/build-x64-s/qbs-4.8.4/src/lib'...

I don't really know what QBS is, but assuming it is linked to QtCreator, then I don't need it. The Qt 4.8.4 static build doesn't have webkit as well. How...

work/logs-x64-s/qt-4.8.4-built.log http://pastebin.com/4RyDZzXV

Pastebin.com doesn't like 10mb log files, so I tried Gist: https://gist.github.com/philoptik/5618491 Error when building my application: qt\simulationcraftqt.hpp:11:29: fatal error: QtWebKit/QtWebKit: No such file or directory #include ^ compilation terminated.

So is this message directly coming from Qt configure, which disallows statically building WebKit, or is it a protection coming from Qt-Builds? Well it was worth a try. Maybe Qt5.1...

I haven't succeeded in getting webkit statically built with Qt 5.0.2: When executing 'qmake ' I get: "Project ERROR: Unknown module(s) in QT: webkitwidgets webkit" Even though I can't find...

I guess you could also always imagine a scenario where the network does something to map the true port to a different one, for whatever reasons. The S7NetPlus library allows...

https://stackoverflow.com/a/22078975 Is a solution which would incorporate cancellation token. Sally7 should work fine on NET5 through its Netsstandard target. There is currently no need to target NET5.0 specifically, as far...

I always thought that cancelling the connect on older framework just does nothing. If it causes an exception, that is indeed bad, and means the cancellation token should not be...