Статическая сборка 5.11.2
Я пытаюсь собрать проект с Mysql и OpenSSL но выбивает ошибки при конфигурации. Собираю вот так:
configure -static -debug-and-release -platform win32-g++ -prefix "D:\Static_5.11.2\mingw53_32" -opensource -confirm-license -c++std c++14 -nomake examples -skip wayland -skip purchasing -skip serialbus -skip qtserialport -skip script -skip scxml -skip speech -skip location -opengl desktop -qt-zlib -qt-pcre -qt-libpng -no-libjpeg -qt-freetype -openssl-linked -I "D:\openssl-1.0.2\include" -L "D:\openssl-1.0.2\lib" OPENSSL_LIBS="-llibssl -llibcrypto -luser32 -lgdi32 -lwsock32 -lws2_32" -sql-mysql MYSQL_INCDIR="C:\Program Files (x86)\MySQL\MySQL Server 5.5\include" MYSQL_LIBDIR="C:\Program Files (x86)\MySQL\MySQL Server 5.5\lib" MYSQL_LIBS="-lmysql"
Ошибка:
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.Do you like it? Share on social networks!
- Akiv Doros
- Nov. 12, 2024, 1:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 11:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 11:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10
Решил вот таким способом:
configure -static -debug-and-release -platform win32-g++ -prefix "D:\Static_5.11.2\mingw53_32" -opensource -confirm-license -c++std c++14 -nomake examples -skip wayland -skip purchasing -skip serialbus -skip qtserialport -skip script -skip scxml -skip speech -skip location -opengl desktop -qt-zlib -qt-pcre -qt-libpng -no-libjpeg -qt-freetype -ssl -openssl -openssl-linked -I "C:\OpenSSL-Win32\include" -L "C:\OpenSSL-Win32\lib\MinGW" OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32 -lCrypt32" OPENSSL_LIBS_DEBUG="-lssleay32 -llibeay32" OPENSSL_LIBS_RELEASE="-lssleay32 -llibeay32" -sql-mysql MYSQL_PATH="C:\Program Files (x86)\MySQL\MySQL Server 5.5"
mingw32-make -k -j4
mingw32-make -k install