You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface/Modules/Field/ui_ConvertMeshToPointCloudDialog.h' file not found
1360
+
```
1359
1361
1360
1362
1361
-
In this instance, the path to the header is misspelled. Check for the correct path and filename. Make sure the file you want to include exists. If the code was converted from SCIRun4, some of the dependent header files are renamed, combined with other files, or deprecated.
1363
+
In this instance, the path to the header is misspelled. Check for the correct path and filename. Make sure the file you want to include exists. If the code was converted from SCIRun 4, some of the dependent header files are renamed, combined with other files, or deprecated.
This is a result of something wrong with the module configuration file. Check the spelling and syntax of the new file. Specifically, check the quotation characters used, as they may be different (for instance on mac TextEdit). This may also be caused if the Algorithm and other files have not been added to the `CMakeList.txt` file.
1382
+
This is a result of something wrong with the module configuration file. Check the spelling and syntax of the new file. Specifically, check the quotation characters used, as they may be different (for instance on Mac TextEdit). This may also be caused if the Algorithm and other files have not been added to the `CMakeList.txt` file.
1386
1383
1387
1384
3.
1388
-
>/Users/jess/software/SCIRun_mine/src/Interface/Modules/Base/ModuleDialogGeneric.h:71:5: warning: 'metaObject' overrides a member function but is not marked 'override'
1389
-
>[-Winconsistent-missing-override]
1390
-
1391
1385
```
1386
+
/Users/jess/software/SCIRun_mine/src/Interface/Modules/Base/ModuleDialogGeneric.h:71:5: warning: 'metaObject' overrides a member function but is not marked
Errors that involve qt and qt objects deal with the GUI code. Make sure that the GUI name is spelled correctly. Also make sure that the Qobject name is set properly.
1392
+
```
1393
+
/usr/local/Cellar/qt/4.8.7_3/lib/QtCore.framework/Headers/qobjectdefs.h:162:32: note: expanded from macro 'Q_OBJECT'
1394
+
virtual const QMetaObject *metaObject() const;
1395
+
```
1396
+
1397
+
Errors that involve Qt and Qt objects deal with the GUI code. Make sure that the GUI name is spelled correctly. Also make sure that the QObject name is set properly.
0 commit comments