<div dir="auto">Moin moin<div dir="auto"><br></div><div dir="auto">Why aren't you using the ports? We have that version.</div><div dir="auto"><br></div><div dir="auto">You can check the config flags we pass in the tree to make it compile there. </div><div dir="auto"><br></div><div dir="auto">Mfg Tobias </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ОАО НИИВС Спектр <<a href="mailto:alexey@spectr.spb.ru">alexey@spectr.spb.ru</a>> schrieb am Do., 14. März 2019, 15:05:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="RU" link="#0563C1" vlink="#954F72"><div class="m_8475933758894563465WordSection1"><p class="MsoNormal"><span lang="EN-US">Hello.<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><div><pre style="background:white"><span lang="EN-US">I am trying to compile Qt5 (5.12.1)</span><span lang="EN-US"> </span><span lang="EN-US">from GIT (<a href="https://wiki.qt.io/Building_Qt_5_from_Git" target="_blank" rel="noreferrer">https://wiki.qt.io/Building_Qt_5_from_Git</a>) and from archive </span>«<span style="font-size:9.0pt;color:black">qt-everywhere-src-5.12.1.tar.xz», </span><span lang="EN-US">but no success</span>. <span lang="EN-US">Would you be so kind to give some advice about how you compile your port on <a href="http://freshports.org" target="_blank" rel="noreferrer">freshports.org</a>? <u></u><u></u></span></pre><pre style="background:white"><span lang="EN-US"><u></u> <u></u></span></pre><pre style="background:white"><span lang="EN-US">FreeBSD is </span>«<span lang="EN-US">FreeBSD FreeBSDBuildServer 11.2-RELEASE-p8 FreeBSD 11.2-RELEASE-p8 #0: Tue Jan  8 21:31:23 UTC 2019     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386</span>»<span lang="EN-US">.<u></u><u></u></span></pre><pre style="background:white"><span lang="EN-US"><u></u> <u></u></span></pre><pre style="background:white"><span lang="EN-US">Last error is:<u></u><u></u></span></pre><pre style="background:white"><span lang="EN-US"><u></u> <u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">clang++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wdate-time -Winconsistent-missing-override -pthread -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../../include/QtGui/5.12.1 -I../../../../include/QtGui/5.12.1/QtGui -I../../../../include -I../../../../include/QtGui -I../../../../include/QtCore/5.12.1 -I../../../../include/QtCore/5.12.1/QtCore -I../../../../include/QtCore -I.moc -I/usr/local/include -I../../../../mkspecs/freebsd-clang -o .obj/main.o main.cpp<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">/root/qt5/qtbase/bin/moc -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB --include /root/qt5/qtbase/src/plugins/generic/bsdmouse/.moc/moc_predefs.h -I/root/qt5/qtbase/mkspecs/freebsd-clang -I/root/qt5/qtbase/src/plugins/generic/bsdmouse -I/root/qt5/qtbase/include/QtGui/5.12.1 -I/root/qt5/qtbase/include/QtGui/5.12.1/QtGui -I/root/qt5/qtbase/include -I/root/qt5/qtbase/include/QtGui -I/root/qt5/qtbase/include/QtCore/5.12.1 -I/root/qt5/qtbase/include/QtCore/5.12.1/QtCore -I/root/qt5/qtbase/include/QtCore -I/usr/include/c++/v1 -I/usr/lib/clang/4.0.0/include -I/usr/include qbsdmouse.h -o .moc/moc_qbsdmouse.cpp<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">clang++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wdate-time -Winconsistent-missing-override -pthread -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../../include/QtGui/5.12.1 -I../../../../include/QtGui/5.12.1/QtGui -I../../../../include -I../../../../include/QtGui -I../../../../include/QtCore/5.12.1 -I../../../../include/QtCore/5.12.1/QtCore -I../../../../include/QtCore -I.moc -I/usr/local/include -I../../../../mkspecs/freebsd-clang -o .obj/moc_qbsdmouse.o .moc/moc_qbsdmouse.cpp<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">rm -f libqbsdmouseplugin.so<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">clang++ -Wl,--no-undefined -pthread -Wl,-rpath,/usr/local/Qt-5.12.1/lib -shared -o libqbsdmouseplugin.so .obj/main.o  .obj/qbsdmouse.o  .obj/moc_qbsdmouse.o  -L/root/qt5/qtbase/lib -lQt5Gui -L/usr/local/lib -lQt5Core  -L/usr/local/lib<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">mv -f libqbsdmouseplugin.so ../../../../plugins/generic/libqbsdmouseplugin.so<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">cd styles/ && ( test -e Makefile || /root/qt5/qtbase/bin/qmake -o Makefile /root/qt5/qtbase/src/plugins/styles/<a href="http://styles.pro" target="_blank" rel="noreferrer">styles.pro</a> ) && make -f Makefile<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">cd printsupport/ && ( test -e Makefile || /root/qt5/qtbase/bin/qmake -o Makefile /root/qt5/qtbase/src/plugins/printsupport/<a href="http://printsupport.pro" target="_blank" rel="noreferrer">printsupport.pro</a> ) && make -f Makefile<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">cd qmake/ && ( test -e Makefile.qmake-aux || /root/qt5/qtbase/bin/qmake -o Makefile.qmake-aux /root/qt5/qtbase/qmake/<a href="http://qmake-aux.pro" target="_blank" rel="noreferrer">qmake-aux.pro</a> ) && make -f Makefile.qmake-aux<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">make binary<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">clang++ -c -o qlibraryinfo_final.o   -std=c++11 -ffunction-sections -fdata-sections -g -g   -I/root/qt5/qtbase/qmake -I/root/qt5/qtbase/qmake/library -I/root/qt5/qtbase/qmake/generators  -I/root/qt5/qtbase/qmake/generators/unix -I/root/qt5/qtbase/qmake/generators/win32 -I/root/qt5/qtbase/qmake/generators/mac  -I../include -I../include/QtCore  -I../include/QtCore/5.12.1 -I../include/QtCore/5.12.1/QtCore  -I../src/corelib/global  -I/root/qt5/qtbase/mkspecs/freebsd-clang  -DQT_VERSION_STR=\"5.12.1\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=12 -DQT_VERSION_PATCH=1  -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL  -DQT_NO_FOREACH<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">clang++: error: no input files<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">*** Error code 1<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black"><u></u> <u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">Stop.<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">make[3]: stopped in /root/qt5/qtbase/qmake<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">*** Error code 1<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black"><u></u> <u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">Stop.<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">make[2]: stopped in /root/qt5/qtbase/qmake<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">*** Error code 1<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black"><u></u> <u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">Stop.<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">make[1]: stopped in /root/qt5/qtbase<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">*** Error code 1<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black"><u></u> <u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">Stop.<u></u><u></u></span></pre><pre style="background:white"><span style="font-size:9.0pt;color:black">make: stopped in /root/qt5<u></u><u></u></span></pre></div><p class="MsoNormal"><u></u> <u></u></p><div style="border:none;border-bottom:solid windowtext 1.0pt;padding:0cm 0cm 1.0pt 0cm"><p class="MsoNormal" style="border:none;padding:0cm"><u></u> <u></u></p></div><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><span lang="EN-US">Best regards,<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">Alexey</span></p></div></div></blockquote></div>