Advertisement
Guest User

Untitled

a guest
Sep 19th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. /usr/lib/qt5/bin/uic UI/dooble_search_engines_popup.ui -o temp/ui/ui_dooble_search_engines_popup.h
  2. /usr/lib/qt5/bin/uic UI/dooble_settings.ui -o temp/ui/ui_dooble_settings.h
  3. /usr/lib/qt5/bin/uic UI/dooble_style_sheet.ui -o temp/ui/ui_dooble_style_sheet.h
  4. g++ -c -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fdebug-prefix-map=/builddir/dooble-2022.06.15=. -I. -ISource -I/usr/include/qt5 -I/usr/include/qt5/QtWebEngineWidgets -I/usr/include/qt5/QtPrintSupport -I/usr/include/qt5/QtCharts -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebEngine -I/usr/include/qt5/QtWebEngineCore -I/usr/include/qt5/QtQuick -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtQmlModels -I/usr/include/qt5/QtWebChannel -I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtSql -I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtCore -Itemp/moc -Itemp/ui -I/usr/lib/qt5/mkspecs/linux-g++ -o temp/obj/dooble.o Source/dooble.cc
  5. In file included from /usr/include/qt5/QtGui/qtguiglobal.h:43,
  6. from /usr/include/qt5/QtWidgets/qtwidgetsglobal.h:43,
  7. from /usr/include/qt5/QtWidgets/qfiledialog.h:43,
  8. from /usr/include/qt5/QtWidgets/QFileDialog:1,
  9. from Source/dooble.cc:28:
  10. /usr/include/qt5/QtCore/qglobal.h:1281:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (and not with -fPIE)."
  11. 1281 | # error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
  12. | ^~~~~
  13. make: *** [Makefile:1448: temp/obj/dooble.o] Error 1
  14. => ERROR: dooble-2022.06.15_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr prefix=/usr ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
  15. => ERROR: in do_build() at common/build-style/gnu-makefile.sh:9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement