View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000614 | FreeCAD | Patch | public | 2012-02-27 03:38 | 2012-02-27 10:50 |
Reporter | djreichel | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.12 | ||||
Fixed in Version | 0.13 | ||||
Summary | 0000614: compiling on linux: fatal error: moc_SketchOrientationDialog.cpp: No such file or directory | ||||
Description | svn Revision: 5438 moc_SketchOrientationDialog.cpp missing from BUILT_SOURCES target in Makefile.am libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../.. -DSketcherAppExport= -DSketcherGuiExport= -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I. SketchOrientationDialog.cpp:122:43: fatal error: moc_SketchOrientationDialog.cpp: No such file or directory compilation terminated. make[7]: *** [libSketcherGui_la-SketchOrientationDialog.lo] Error 1 make[7]: Leaving directory `/home/freecad/rpmbuild/BUILD/freecad-0.12/src/Mod/Sketcher/Gui' | ||||
Additional Information | diff -uNr free-cad/src/Mod/Sketcher/Gui/Makefile.am free-cad.local/src/Mod/Sketcher/Gui/Makefile.am --- free-cad/src/Mod/Sketcher/Gui/Makefile.am 2012-02-19 21:21:49.926363070 -0500 +++ free-cad.local/src/Mod/Sketcher/Gui/Makefile.am 2012-02-26 23:36:22.341018621 -0500 @@ -3,6 +3,7 @@ lib_LTLIBRARIES=libSketcherGui.la SketcherGui.la BUILT_SOURCES=\ + moc_SketchOrientationDialog.cpp \ moc_TaskSketcherConstrains.cpp \ moc_TaskSketcherCreateCommands.cpp \ moc_TaskSketcherGeneral.cpp \ | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||