fix macOS build error #133

Closed
opened 2023-06-21 19:27:17 +00:00 by sdaveb · 1 comment
Owner

Problem Description

  • macOS build scripts are not behaving on my macOS buildbot server.

The error is as follows:

uic-qt5 src/editors/object-editor/MainWindow.ui -o src/editors/object-editor/MainWindow.ui.hpp
scripts/rebuild-qtforms.sh: line 16: uic-qt5: command not found
uic-qt5 src/editors/object-editor/EntityEditor.ui -o src/editors/object-editor/EntityEditor.ui.hpp
scripts/rebuild-qtforms.sh: line 16: uic-qt5: command not found

Proposed Solution

(if any)

### Problem Description - macOS build scripts are not behaving on my macOS buildbot server. The error is as follows: ``` uic-qt5 src/editors/object-editor/MainWindow.ui -o src/editors/object-editor/MainWindow.ui.hpp scripts/rebuild-qtforms.sh: line 16: uic-qt5: command not found uic-qt5 src/editors/object-editor/EntityEditor.ui -o src/editors/object-editor/EntityEditor.ui.hpp scripts/rebuild-qtforms.sh: line 16: uic-qt5: command not found ``` ## Proposed Solution ### (if any) -
sdaveb added this to the Finalize the engine core milestone 2023-06-21 19:27:17 +00:00
sdaveb added the
bug
task
build system
labels 2023-06-21 19:27:18 +00:00
sdaveb added this to the libFramework API project 2023-06-21 19:27:18 +00:00
sdaveb reopened this issue 2023-06-21 20:22:51 +00:00
Author
Owner

This was fixed by changing the permissions in the build folder. Closing again.

This was fixed by changing the permissions in the build folder. Closing again.
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sdaveb/quartz-warriors#133
No description provided.