mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Use GCC for build: /wrkdirs/usr/ports/graphics/zeno/work/zeno-2024.10.1/zeno/src/nodes/neo/PrimUnmerge.cpp:237:35: error: capturing a structured binding is not yet supported in OpenMP 237 | arr[i] = attr[val[i]]; | ^ Upstream issue: https://github.com/zenustech/zeno/issues/2022 LLVM issue: https://github.com/llvm/llvm-project/issues/33025 Changelog: https://github.com/zenustech/zeno/releases/tag/2024.10.1 PR: 282753
24 lines
706 B
C++
24 lines
706 B
C++
--- ui/zenoedit/util/apphelper.h.orig 2024-09-30 13:46:54 UTC
|
|
+++ ui/zenoedit/util/apphelper.h
|
|
@@ -2,18 +2,17 @@
|
|
#define __ZENOEDIT_HELPER__
|
|
|
|
#include <zenomodel/include/igraphsmodel.h>
|
|
-#include "zenoapplication.h"
|
|
#include <zenomodel/include/graphsmanagment.h>
|
|
#include <zenomodel/include/igraphsmodel.h>
|
|
-#include "zenomainwindow.h"
|
|
#include <zenovis/ObjectsManager.h>
|
|
#include <zeno/types/UserData.h>
|
|
-#include <zenoui/comctrl/gv/zveceditoritem.h>
|
|
-#include <viewport/viewportwidget.h>
|
|
#include "launch/corelaunch.h"
|
|
#include "settings/zsettings.h"
|
|
#include "viewport/recordvideomgr.h"
|
|
#include "panel/zenospreadsheet.h"
|
|
+
|
|
+class ZVecEditorItem;
|
|
+class ViewPortWidget;
|
|
|
|
class AppHelper
|
|
{
|