libArcus icon indicating copy to clipboard operation
libArcus copied to clipboard

Communication library between internal components for Ultimaker software

Results 25 libArcus issues
Sort by recently updated
recently updated
newest added

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

I believe build-essentials was meant to be build-essential. This caused me a few errors when trying to run.

(Python_3.5.2-PyQt_5.10) zhoudeMacBook-Pro:build zhou$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$VIRTUAL_ENV -DCMAKE_PREFIX_PATH=$VIRTUAL_ENV -DBUILD_STATIC=ON -DBUILD_PYTHON=ON -DBUILD_EXAMPLES=OFF .. -- Configuring done -- Generating done -- Build files have been written to: /Users/zhou/Documents/cura-environment/libArcus-master/build (Python_3.5.2-PyQt_5.10) zhoudeMacBook-Pro:build zhou$ make -j4...

i got a error at 'SIP_NULLPTR' i find i install sip 4.19.20 in a anaconda Virtual environment but when i execution ``` cmake -DCMAKE_INSTALL_PREFIX=../install_dir -DPROTOBUF_SRC_ROOT_FOLDER=%PROTOBUF_SRC% -DPROTOBUF_LIBRARY=%PROTOBUF_INSTALL%/lib/libprotobuf.lib -DPROTOBUF_INCLUDE_DIR=%PROTOBUF_INSTALL%/include -DPROTOBUF_PROTOC_EXECUTABLE=%PROTOBUF_INSTALL%/bin/protoc.exe -DBUILD_EXAMPLES=OFF -DBUILD_STATIC=ON...

Hello, I am building Cura's build environment, but when I compile libArcus on Windows 7 virtual machine, I met the program link error. In the following section is the specific...

My sip version is 4.19.14 . When I cmake the Arcus, the step of **make -j4**. error happened: fatal error: 'sip.h' file not found #include 1 error generated. **How I...

question

![image](https://user-images.githubusercontent.com/31384654/35201413-184f1daa-ff56-11e7-90c4-78a639851344.png) how can i solve it...

When attempting to run cmake on libArcus, cmake exits with the error "Could not find SIP". However, SIP is on my system and I have tried several methods of installing...

question

Platform: win10 version: sip 4.19.8 for python 3.6.5 I have already installed sip via "python -m pip install sip". And I can find sip.pyd at "C:\Users\CZB\AppData\Local\Programs\Python\Python36\Lib\site-packages" and a folder "C:\Users\CZB\AppData\Local\Programs\Python\Python36\Lib\site-packages\sip-4.19.8.dist-info"....

question