Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [ 42%] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsGeneral.cpp.o
  2. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp: In constructor 'PartGui::DlgImportExportIges::DlgImportExportIges(QWidget*)':
  3. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:92:31: error: invalid use of incomplete type 'class QButtonGroup'
  4. bg = new QButtonGroup(this);
  5. ^
  6. In file included from /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:31:0:
  7. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.h:29:7: note: forward declaration of 'class QButtonGroup'
  8. class QButtonGroup;
  9. ^~~~~~~~~~~~
  10. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:93:7: error: invalid use of incomplete type 'class QButtonGroup'
  11. bg->addButton(ui->radioButtonBRepOff, 0);
  12. ^~
  13. In file included from /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:31:0:
  14. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.h:29:7: note: forward declaration of 'class QButtonGroup'
  15. class QButtonGroup;
  16. ^~~~~~~~~~~~
  17. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:94:7: error: invalid use of incomplete type 'class QButtonGroup'
  18. bg->addButton(ui->radioButtonBRepOn, 1);
  19. ^~
  20. In file included from /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:31:0:
  21. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.h:29:7: note: forward declaration of 'class QButtonGroup'
  22. class QButtonGroup;
  23. ^~~~~~~~~~~~
  24. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp: In member function 'virtual void PartGui::DlgImportExportIges::saveSettings()':
  25. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:124:33: error: invalid use of incomplete type 'class QButtonGroup'
  26. hGrp->SetBool("BrepMode", bg->checkedId() == 1);
  27. ^~
  28. In file included from /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:31:0:
  29. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.h:29:7: note: forward declaration of 'class QButtonGroup'
  30. class QButtonGroup;
  31. ^~~~~~~~~~~~
  32. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:125:57: error: invalid use of incomplete type 'class QButtonGroup'
  33. Interface_Static::SetIVal("write.iges.brep.mode", bg->checkedId());
  34. ^~
  35. In file included from /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.cpp:31:0:
  36. /tmp/makepkg/freecad-python3-git/src/freecad-python3/src/Mod/Part/Gui/DlgSettingsGeneral.h:29:7: note: forward declaration of 'class QButtonGroup'
  37. class QButtonGroup;
  38. ^~~~~~~~~~~~
  39. make[2]: *** [src/Mod/Part/Gui/CMakeFiles/PartGui.dir/build.make:805: src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsGeneral.cpp.o] Error 1
  40. make[1]: *** [CMakeFiles/Makefile2:1789: src/Mod/Part/Gui/CMakeFiles/PartGui.dir/all] Error 2
  41. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement