Bug #1894
closedProblems compiling 3rd party libraries .....
0%
Description
Hello All,
I have the basic WT installation running with IIS7 and can successfully run the examples asISAPI DLLS on Vista Ultimate :-)
However, I'm trying to get rid of the cmake errors of not finding SSL, libHaru, GrahicsMagick etc :-(
I've installed all the 3rd party packages and compiled them successfully standalone. However, running cmake from the wt-3.3.0 folder generates the output listed below.
Should I ignore these error messages and just make the examples run with the 3rd party libraries directly?
OUTPUT:-
............................
--- [ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1112 ] Boost_FOUND = TRUE
--- Boost version: 1.53.0
--- Found the following Boost libraries:
--- date_time
--- regex
--- program_options
--- signals
--- system
--- filesystem
--- thread
--- libharu libraries not found - set HARU_PREFIX
--- checking for module 'pangoft2'
--- package 'pangoft2' not found
Enabling multi threading.
Disabling crypto support (Auth::SHA1HashFunction, HTTPS support): requires OpenSSL.
Indicate the location of your OpenSSL library using -DSSL_PREFIX=...
Disabling PDF support (WPdfImage, WPdfRenderer): requires libharu.
Indicate the location of your haru library using -DHARU_PREFIX=...
Disabling raster image support (WRasterImage): requires graphicsmagick.
Indicate the location of your graphicsmagick library using -DGM_PREFIX=...
Disabling advanced font rendering support: requires libpango.
Wt will use pkg-config to retrieve your libpango installation location.
Wt::Dbo: building SQLite3 backend.
Wt::Dbo: not building Postgres backend.
Indicate the location of your postgres installation using
-DPOSTGRES_PREFIX=...
Wt::Dbo: not building Firebird backend.
Indicate the location of your FirebirdSQL and IBPP installation using
-DFIREBIRD_PREFIX=... -DIBPP_SRC_DIRECTORY=...
Wt::Dbo: not building MySQL backend.
Indicate the location of your mariadb or mysqlclient installation using
-DMYSQL_PREFIX=... and the library to search for (e.g. mariadb or
mysqlclient) using -DMYSQL_LIBRARY=...
Enabling ISAPI.
Disabling FastCGI connector.
Enabling built-in httpd.
Not building widget gallery; a C++11 compiler is required (gcc > 4.6 or MSVS 2012)
--- Not building gitmodel example: uses POSIX calls not available on win32
--- Not building mandelbrot example: requires Wt::WRasterImage.
--- Not building style example: requires WRasterImage.
Testing Wt::Dbo using Sqlite3 backend
--- Configuring done
--- Generating done
--- Build files have been written to: C:/Projects/Witty/wt-3.3.0
Updated by Wim Dumon over 11 years ago
- Status changed from New to Feedback
Hi,
Did you set the *_PREFIX variables for cmake to the places where you installed the 3rd party libraries?
If you want to debug why cmake doesn't find 3rd party libraries, I recommend to look in wt's wt-x.y.z/cmake directory, which contains the scripts to locate the 3rd party libraries. You can see there what is looked for in what locations.
BR,
Wim.
Updated by Peter Clark over 11 years ago
Thanks for the swift response Wim,
I have tried numerous combinations of prefix entries but they appear to have no effect.
I used the instructions 'Installing_Wt_on_MS_Windows' to do my install.
I'm not that familiar with cmake but looking at the Find scripts, in particular WtFindHaru.txt, variable 'HARU_LIB_RELEASE' is being set if libraries libhpdf and libhpdfs are found at location:-
${HARU_PREFIX}/lib.
On my system these files are in 'c:/opt/c-libs/haru/libharu_build/src/Release' so setting HARU_PREFIX to c:/opt/c-libs/haru/libharu_build can never succeed ?
Could it be that the latest structure of the libHARU package has changed ?
Updated by Wim Dumon over 11 years ago
In general (and also the case for haru), it's the intention that you install the dependency (build the INSTALL target), and then set HARU_PREFIX to the install directory.
BR,
Wim.
Updated by Peter Clark over 11 years ago
Great thanks Wim.
I did as you said and managed to get passed the problems I was having.
I guessed with the SSL libraries - have I got these definitions correct? :-
SSL_LIB_RELEASE = c:/openssl/lib/ssleay32.lib
SSL_TOO_LIB_RELEASE=c:/openssl/lib/libeay32.lib
I guessed at a few other entries aswell but cmake seems happy with them.
I'll install postgres, firebird and mysql later.
FYI the cmake output is as follows :- ¶
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:566 ] _boost_TEST_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:568 ] Boost_USE_MULTITHREADED = ON
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:570 ] Boost_USE_STATIC_LIBS = ON
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:572 ] Boost_USE_STATIC_RUNTIME =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:574 ] Boost_ADDITIONAL_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:576 ] Boost_NO_SYSTEM_PATHS =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:644 ] Declared as CMake or Environmental Variables:
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:646 ] BOOST_ROOT = c:/Program Files/Boost
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:648 ] BOOST_INCLUDEDIR =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:650 ] BOOST_LIBRARYDIR =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:652 ] _boost_TEST_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:738 ] location of version.hpp: C:/Program Files (x86)/boost/include/boost-1_53/boost/version.hpp
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:758 ] version.hpp reveals boost 1.53.0
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:790 ] guessed _boost_COMPILER = -vc90
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:800 ] _boost_MULTITHREADED = -mt
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:843 ] _boost_RELEASE_ABI_TAG = -
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:845 ] _boost_DEBUG_ABI_TAG = -gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:888 ] _boost_LIBRARY_SEARCH_DIRS = c:/Program Files/Boost/lib;c:/Program Files/Boost/stage/lib;C:/Program Files (x86)/boost/include/boost-1_53/lib;C:/Program Files (x86)/boost/include/boost-1_53/../lib;C:/Program Files (x86)/boost/include/boost-1_53/stage/lib;C:/boost/lib;C:/boost;C:\Program Files (x86)/boost/boost_1_53_0/lib;C:\Program Files (x86)/boost/boost_1_53/lib;C:\Program Files (x86)/boost/lib;C:\Program Files (x86)/boost;/sw/local/lib
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for RANDOM_LIBRARY_RELEASE: libboost_random-vc90-mt-1_53;libboost_random-vc90-mt;libboost_random-mt-1_53;libboost_random-mt;libboost_random;libboost_random-vc90-mt-s-1_53;libboost_random-vc90-mt-s;libboost_random-mt-s-1_53;libboost_random-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for RANDOM_LIBRARY_DEBUG: libboost_random-vc90-mt-gd-1_53;libboost_random-vc90-mt-gd;libboost_random-mt-gd-1_53;libboost_random-mt-gd;libboost_random-mt;libboost_random;libboost_random-vc90-mt-s-gd-1_53;libboost_random-vc90-mt-s-gd;libboost_random-mt-s-gd-1_53;libboost_random-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1112 ] Boost_FOUND = TRUE
Boost version: 1.53.0
Found the following Boost libraries:
random
WT_NO_BOOST_RANDOM is OFF
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:566 ] _boost_TEST_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:568 ] Boost_USE_MULTITHREADED = ON
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:570 ] Boost_USE_STATIC_LIBS = ON
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:572 ] Boost_USE_STATIC_RUNTIME =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:574 ] Boost_ADDITIONAL_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:576 ] Boost_NO_SYSTEM_PATHS =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:644 ] Declared as CMake or Environmental Variables:
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:646 ] BOOST_ROOT = c:/Program Files/Boost
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:648 ] BOOST_INCLUDEDIR =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:650 ] BOOST_LIBRARYDIR =
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:652 ] _boost_TEST_VERSIONS = 1.35;1.36;1.37;1.38;1.39;1.40;1.41;1.42;1.43;1.44;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.52;1.53;1.54;1.55;1.56;1.57;1.58;1.59;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:738 ] location of version.hpp: C:/Program Files (x86)/boost/include/boost-1_53/boost/version.hpp
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:758 ] version.hpp reveals boost 1.53.0
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:790 ] guessed _boost_COMPILER = -vc90
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:800 ] _boost_MULTITHREADED = -mt
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:843 ] _boost_RELEASE_ABI_TAG = -
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:845 ] _boost_DEBUG_ABI_TAG = -gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:888 ] _boost_LIBRARY_SEARCH_DIRS = c:/Program Files/Boost/lib;c:/Program Files/Boost/stage/lib;C:/Program Files (x86)/boost/include/boost-1_53/lib;C:/Program Files (x86)/boost/include/boost-1_53/../lib;C:/Program Files (x86)/boost/include/boost-1_53/stage/lib;C:/boost/lib;C:/boost;C:\Program Files (x86)/boost/boost_1_53_0/lib;C:\Program Files (x86)/boost/boost_1_53/lib;C:\Program Files (x86)/boost/lib;C:\Program Files (x86)/boost;/sw/local/lib
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for DATE_TIME_LIBRARY_RELEASE: libboost_date_time-vc90-mt-1_53;libboost_date_time-vc90-mt;libboost_date_time-mt-1_53;libboost_date_time-mt;libboost_date_time;libboost_date_time-vc90-mt-s-1_53;libboost_date_time-vc90-mt-s;libboost_date_time-mt-s-1_53;libboost_date_time-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for DATE_TIME_LIBRARY_DEBUG: libboost_date_time-vc90-mt-gd-1_53;libboost_date_time-vc90-mt-gd;libboost_date_time-mt-gd-1_53;libboost_date_time-mt-gd;libboost_date_time-mt;libboost_date_time;libboost_date_time-vc90-mt-s-gd-1_53;libboost_date_time-vc90-mt-s-gd;libboost_date_time-mt-s-gd-1_53;libboost_date_time-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for REGEX_LIBRARY_RELEASE: libboost_regex-vc90-mt-1_53;libboost_regex-vc90-mt;libboost_regex-mt-1_53;libboost_regex-mt;libboost_regex;libboost_regex-vc90-mt-s-1_53;libboost_regex-vc90-mt-s;libboost_regex-mt-s-1_53;libboost_regex-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for REGEX_LIBRARY_DEBUG: libboost_regex-vc90-mt-gd-1_53;libboost_regex-vc90-mt-gd;libboost_regex-mt-gd-1_53;libboost_regex-mt-gd;libboost_regex-mt;libboost_regex;libboost_regex-vc90-mt-s-gd-1_53;libboost_regex-vc90-mt-s-gd;libboost_regex-mt-s-gd-1_53;libboost_regex-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for PROGRAM_OPTIONS_LIBRARY_RELEASE: libboost_program_options-vc90-mt-1_53;libboost_program_options-vc90-mt;libboost_program_options-mt-1_53;libboost_program_options-mt;libboost_program_options;libboost_program_options-vc90-mt-s-1_53;libboost_program_options-vc90-mt-s;libboost_program_options-mt-s-1_53;libboost_program_options-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for PROGRAM_OPTIONS_LIBRARY_DEBUG: libboost_program_options-vc90-mt-gd-1_53;libboost_program_options-vc90-mt-gd;libboost_program_options-mt-gd-1_53;libboost_program_options-mt-gd;libboost_program_options-mt;libboost_program_options;libboost_program_options-vc90-mt-s-gd-1_53;libboost_program_options-vc90-mt-s-gd;libboost_program_options-mt-s-gd-1_53;libboost_program_options-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for SIGNALS_LIBRARY_RELEASE: libboost_signals-vc90-mt-1_53;libboost_signals-vc90-mt;libboost_signals-mt-1_53;libboost_signals-mt;libboost_signals;libboost_signals-vc90-mt-s-1_53;libboost_signals-vc90-mt-s;libboost_signals-mt-s-1_53;libboost_signals-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for SIGNALS_LIBRARY_DEBUG: libboost_signals-vc90-mt-gd-1_53;libboost_signals-vc90-mt-gd;libboost_signals-mt-gd-1_53;libboost_signals-mt-gd;libboost_signals-mt;libboost_signals;libboost_signals-vc90-mt-s-gd-1_53;libboost_signals-vc90-mt-s-gd;libboost_signals-mt-s-gd-1_53;libboost_signals-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for SYSTEM_LIBRARY_RELEASE: libboost_system-vc90-mt-1_53;libboost_system-vc90-mt;libboost_system-mt-1_53;libboost_system-mt;libboost_system;libboost_system-vc90-mt-s-1_53;libboost_system-vc90-mt-s;libboost_system-mt-s-1_53;libboost_system-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for SYSTEM_LIBRARY_DEBUG: libboost_system-vc90-mt-gd-1_53;libboost_system-vc90-mt-gd;libboost_system-mt-gd-1_53;libboost_system-mt-gd;libboost_system-mt;libboost_system;libboost_system-vc90-mt-s-gd-1_53;libboost_system-vc90-mt-s-gd;libboost_system-mt-s-gd-1_53;libboost_system-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for FILESYSTEM_LIBRARY_RELEASE: libboost_filesystem-vc90-mt-1_53;libboost_filesystem-vc90-mt;libboost_filesystem-mt-1_53;libboost_filesystem-mt;libboost_filesystem;libboost_filesystem-vc90-mt-s-1_53;libboost_filesystem-vc90-mt-s;libboost_filesystem-mt-s-1_53;libboost_filesystem-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for FILESYSTEM_LIBRARY_DEBUG: libboost_filesystem-vc90-mt-gd-1_53;libboost_filesystem-vc90-mt-gd;libboost_filesystem-mt-gd-1_53;libboost_filesystem-mt-gd;libboost_filesystem-mt;libboost_filesystem;libboost_filesystem-vc90-mt-s-gd-1_53;libboost_filesystem-vc90-mt-s-gd;libboost_filesystem-mt-s-gd-1_53;libboost_filesystem-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:966 ] Searching for THREAD_LIBRARY_RELEASE: libboost_thread-vc90-mt-1_53;libboost_thread-vc90-mt;libboost_thread-mt-1_53;libboost_thread-mt;libboost_thread;libboost_thread-vc90-mt-s-1_53;libboost_thread-vc90-mt-s;libboost_thread-mt-s-1_53;libboost_thread-mt-s
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:998 ] Searching for THREAD_LIBRARY_DEBUG: libboost_thread-vc90-mt-gd-1_53;libboost_thread-vc90-mt-gd;libboost_thread-mt-gd-1_53;libboost_thread-mt-gd;libboost_thread-mt;libboost_thread;libboost_thread-vc90-mt-s-gd-1_53;libboost_thread-vc90-mt-s-gd;libboost_thread-mt-s-gd-1_53;libboost_thread-mt-s-gd
[ C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1112 ] Boost_FOUND = TRUE
Boost version: 1.53.0
Found the following Boost libraries:
date_time
regex
program_options
signals
system
filesystem
thread
Found libharu libraries
Enabling multi threading.
Enabling advanced font support using libpango
Wt::Dbo: building SQLite3 backend.
Wt::Dbo: not building Postgres backend.
Indicate the location of your postgres installation using
-DPOSTGRES_PREFIX=...
Wt::Dbo: not building Firebird backend.
Indicate the location of your FirebirdSQL and IBPP installation using
-DFIREBIRD_PREFIX=... -DIBPP_SRC_DIRECTORY=...
Wt::Dbo: not building MySQL backend.
Indicate the location of your mariadb or mysqlclient installation using
-DMYSQL_PREFIX=... and the library to search for (e.g. mariadb or
mysqlclient) using -DMYSQL_LIBRARY=...
Disabling ISAPI: ISAPI is not supported in SHARED_LIBS mode.
Disabling FastCGI connector.
Enabling built-in httpd.
Not building widget gallery; a C++11 compiler is required (gcc > 4.6 or MSVS 2012)
hello-widget set example requires the built-in http... Skipping.
Not building gitmodel example: uses POSIX calls not available on win32
Testing Wt::Dbo using Sqlite3 backend
Configuring done
Updated by Koen Deforche over 11 years ago
- Status changed from Feedback to Closed