Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_smarty.inc.php on line
496
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
For a new project i had to install the free Qt SDK 4.6.2 and its Visual Studio Integration. After figuring out that qt-sdk-win-opensource-2010.02.1.exe, is the right SDK package the installation works without a problem. Cause the free version does not deliver ready to use libs and dlls, i had to compile them manually. And this one was a little bit tricky.
First you should think about which packages you really need! Webkit, OpenSSL support, SqlSupport, ... Otherwise Qt will compile for hours and hours. Then open the Visual Studio 2008 Console,go to the Qt installation directory and call the configure script with the appropriate options.
The configure doesn't take much time and usually works without a problem. Then you have just to call nmake to start the compilation.
Build error 1
NMAKE : fatal error U1077: ‘”C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe”‘ : return code ‘0×2′
To solve these kind of build errors do the following steps:
QTDIR
: c:\Qt\4.6.2 or wherever you unzipped the Qt sources.QMAKESPEC
: win32-msvc2008%QTDIR%/bin
to the PATH
Build error 2
For Compiler errors in QtWebkit like "api\qscriptextensionplugin.h(43): Error: Undefined interface" you have to delete the file:
src/script/tmp/moc/{debug,release}_shared/mocinclude.tmp
For Linker errors in QtWebkit "error LNK2001: unresolved symbol ..." you have to delete the following temporary file:
src/3rdparty/webkit/WebCore/tmp/moc/{debug,release}_shared/mocinclude.tmp
After these changes your Computer will be busy for some hours 
Deprecated: Assigning the return value of new by reference is deprecated in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
558
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
/www/htdocs/v155711/codeandcoffee/include/db/mysql.inc.php on line
263
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/serendipity_config.inc.php on line
382
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::enum_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
934
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Strict Standards: Declaration of serendipity_event_s9ymarkup::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_s9ymarkup/serendipity_event_s9ymarkup.php on line
146
Strict Standards: Declaration of serendipity_event_s9ymarkup::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_s9ymarkup/serendipity_event_s9ymarkup.php on line
146
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Strict Standards: Declaration of serendipity_event_emoticate::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php on line
204
Strict Standards: Declaration of serendipity_event_emoticate::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_emoticate/serendipity_event_emoticate.php on line
204
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Strict Standards: Declaration of serendipity_event_geshi::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_geshi/serendipity_event_geshi.php on line
199
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Strict Standards: Declaration of serendipity_event_nl2br::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php on line
162
Strict Standards: Declaration of serendipity_event_nl2br::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php on line
162
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Strict Standards: Declaration of serendipity_event_browsercompatibility::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_browsercompatibility/serendipity_event_browsercompatibility.php on line
80
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
941
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
539
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
491
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
496
Deprecated: Assigning the return value of new by reference is deprecated in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line
398
Deprecated: Assigning the return value of new by reference is deprecated in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line
423
Deprecated: Assigning the return value of new by reference is deprecated in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line
466
Deprecated: Assigning the return value of new by reference is deprecated in
/www/htdocs/v155711/codeandcoffee/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line
697
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
945
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/genpage.inc.php on line
31
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/genpage.inc.php on line
34
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/genpage.inc.php on line
35
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_entries.inc.php on line
484
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_entries.inc.php on line
533
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_entries.inc.php on line
877
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_entries.inc.php on line
962
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/functions_entries.inc.php on line
1028
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in
/www/htdocs/v155711/codeandcoffee/include/plugin_api.inc.php on line
989
Strict Standards: Only variables should be assigned by reference in
/www/htdocs/v155711/codeandcoffee/include/functions_smarty.inc.php on line
73
Strict Standards: Only variables should be assigned by reference in
/www/htdocs/v155711/codeandcoffee/include/functions_smarty.inc.php on line
73
Strict Standards: Only variables should be assigned by reference in
/www/htdocs/v155711/codeandcoffee/include/functions_smarty.inc.php on line
73
Strict Standards: Only variables should be assigned by reference in /www/htdocs/v155711/codeandcoffee/include/functions_smarty.inc.php on line 73