From: Christian B. <ex...@gm...> - 2007-09-23 11:47:24
|
I get the current webupdater source from SVN and try to compile it with MSVC60 (target is: "Win32 DLL Unicode Debug Monolithic"). My wx is from SVN. That is my buildlog Kompilierung läuft... webapp.cpp D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory webupdatedlg.cpp D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory webupdate.cpp D:\Garage\projekte\WebUpdate\SVN\src\webupdate.cpp(40) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory Generieren von Code... Fehler beim Ausführen von cl.exe. webupdater.exe - 3 Fehler, 0 Warnung(en) What is httpbuilder? It is not in the official wxWidgets repository. And why does webupdater need wxUSE_HTTPENGINE? |