Skip to content

If there is an error, how to solve it? #14

@Liu-Peiming

Description

@Liu-Peiming

The following error occurred while executing the "make" command:
/home/pi/libcutefish/screen/outputmodel.cpp: In member function ‘bool OutputModel::setReplicationSourceIndex(int, int)’:
/home/pi/libcutefish/screen/outputmodel.cpp:606:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
606 | output.ptr->setExplicitLogicalSize(QSizeF());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
/home/pi/libcutefish/screen/outputmodel.cpp:617:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
617 | output.ptr->setExplicitLogicalSize(source->explicitLogicalSize());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
make[2]: *** [screen/CMakeFiles/cutefishscreen_qmlplugins.dir/build.make:160:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:750:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/all] 错误 2
make: *** [Makefile:149:all] 错误 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions