-
Hello everyone,
I am working on ubuntu 14.02 with CMake, and I am trying to build CuraEngine. I have succeeded to build protobuf, libArcus (at least I think so) without any errors. I reached the poin…
-
Hello everyone,
I am new to CMake and to C++ in general and I wanted to compile CuraEngine to generate any Gcode file and get familiar with the whole environment. I am on Windows 7 professional 64-b…
-
Trying to compile libArcus on OSX 10.11.6 and getting this error.
```
$: cmake .. -DPYTHON_LIBRARY=/usr/local/Cellar/python3/3.5.2/Frameworks/Python.framework/Versions/3.5/lib/libpython3.5m.dylib
--…
Link- updated
8 years ago
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
I am using cura-build-15.06.03 to build cura, I use mingw under win7, but it fails with the following information:
```
[ 50%] Linking CXX executable example.exe
CMakeFiles\example.dir/objects.a(exa…
-
I've tried to package to latest version of cura for openSUSE 42.1 as up to now I could only use the legacy version.
My obs repo can be found here: https://build.opensuse.org/project/show/home:Heine…
-
Seeing as I wasn't clear and the last bug I reported was closed....
You cannot install any of the newer DEBs on _Ubuntu16.04_ because cura depends on an older version than the default one shipped in …
-
So I have runtime error.
Traceback (most recent call last):
File "/opt/cura/bin/cura", line 19, in
import cura.CuraApplication
File "/opt/cura/lib/python3/dist-packages/cura/CuraApplication…
kenjo updated
8 years ago
-
Hi,
I would like to know if it's possible to integrate CuraEngine's source to a python program.
Will it work for a program designed for windows?
If I'm gonna used it from source, do I still need Proto…
-
Because debian allows multiarch installation of libraries, it is needed to install to a specific path.
CMAKE_LIBRARY_PATH usually sets this path, but it doesn't work anymore on 15.10 branch.
The reaso…