Package Details: curaengine 4.13.1-3

Git Clone URL: https://aur.archlinux.org/curaengine.git (read-only, click to copy)
Package Base: curaengine
Description: Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers.
Upstream URL: https://github.com/Ultimaker/CuraEngine
Licenses: AGPL
Submitter: jelly
Maintainer: None
Last Packager: jelly
Votes: 1
Popularity: 0.000019
First Submitted: 2022-09-01 19:30 (UTC)
Last Updated: 2022-09-01 19:30 (UTC)

Dependencies (7)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Score_Under commented on 2022-11-04 21:09 (UTC) (edited on 2022-11-04 21:10 (UTC) by Score_Under)

I get this when building, including when building in a clean chroot:

In file included from /home/score/.cache/yay/curaengine/src/CuraEngine-4.13.1/src/communication/Listener.cpp:8:
/home/score/.cache/yay/curaengine/src/CuraEngine-4.13.1/src/communication/Listener.h:23:23: error: ‘Arcus::SocketState::SocketState’ has not been declared
   23 |     void stateChanged(Arcus::SocketState::SocketState) override;
      |                       ^~~~~
/home/score/.cache/yay/curaengine/src/CuraEngine-4.13.1/src/communication/Listener.h:23:10: error: ‘void cura::Listener::stateChanged(int)’ marked ‘override’, but does not override
   23 |     void stateChanged(Arcus::SocketState::SocketState) override;
      |          ^~~~~~~~~~~~
/home/score/.cache/yay/curaengine/src/CuraEngine-4.13.1/src/communication/Listener.cpp:14:6: error: variable or field ‘stateChanged’ declared void
   14 | void Listener::stateChanged(Arcus::SocketState::SocketState)
      |      ^~~~~~~~
/home/score/.cache/yay/curaengine/src/CuraEngine-4.13.1/src/communication/Listener.cpp:14:49: error: ‘SocketState’ is not a member of ‘Arcus::SocketState’
   14 | void Listener::stateChanged(Arcus::SocketState::SocketState)
      |                                                 ^~~~~~~~~~~

Did something change to make this not build?